Cristian Beskid
a46b8d3079
Configure the icon of the main window
...
Fixes the incorrect application icon in linux/gnome-shell. See
BoostIO/Boostnote#251
2017-08-15 13:49:32 +02:00
Ben
bf6cae9a0e
Add Lato font definition to main.html
...
Lato is the default "Preview font family" font. However, in the case that Lato is not installed on the user's system, it falls back to using a different font instead of using the font included with the application.
2017-08-09 14:42:07 +01:00
asmsuechan
537ba537dc
Add Print
2017-08-01 19:30:48 +09:00
asmsuechan
762425125f
Remove Ctrl-G because it's unneccessary and conflicts with CodeMirror
2017-07-22 16:41:08 +09:00
asmsuechan
2bb2a52f27
Change the keymap of Ctrl-U to Ctrl-K
2017-07-14 18:18:38 +09:00
asmsuechan
684c3f64aa
Add search addon
2017-07-09 22:46:23 +09:00
asmsuechan
d5f82943cf
Edit style
2017-07-07 18:06:08 +09:00
asmsuechan
96a020341d
Add search-box
2017-07-07 17:59:01 +09:00
asmsuechan
c38a76d587
Add importer which imports files from .md/.txt
2017-06-13 11:06:00 +09:00
asmsuechan
77adfdb9f0
Add emacs keymap
2017-06-07 09:37:21 +09:00
sota1235
313bacf9dc
modify: fix for ESLint
2017-04-22 13:00:25 +09:00
sota1235
db468fc095
modify: some refactor
2017-04-22 11:54:05 +09:00
sota1235
9a9f0035c2
modify: add label for quit button on macOS
2017-04-22 11:51:06 +09:00
Sota Sugiura
b9270cd040
Merge pull request #349 from asmsuechan/iss-332
...
Fix the screen become black on closing Boostnote when a state of Boostnote is fullscreen on mac
2017-04-22 11:44:44 +09:00
Kazu Yokomizo
65b1bd18c4
Merge pull request #465 from BoostIO/Design-update
...
Fix the loading layout
2017-04-21 20:48:44 +09:00
Kazu Yokomizo
e39e1648f9
Fix the loading layout
2017-04-21 20:07:14 +09:00
asmsuechan
775cec32da
Remove finder-menu
...
it's no longer required
2017-04-06 21:22:25 -07:00
hastegan
6daffbcafa
uniform shortcut notation
2017-03-29 01:10:55 +02:00
asmsuechan
2ec7ba04f5
Fix by lint
2017-03-22 00:21:49 -07:00
asmsuechan
095910d156
Fix the screen become black on closing Boostnote when a state of Boostnote is fullscreen on mac
2017-03-22 00:00:45 -07:00
Sota Sugiura
1ab449cecf
Merge branch 'master' into feature-add-esilnt-rule
2017-03-21 15:04:14 +09:00
asmsuechan
31c04de7b6
Change the name list:top to list:jumpToTop
2017-03-19 00:18:09 -07:00
asmsuechan
cec4b3132c
Add a shortcut which jumps to top by Ctrl-G
2017-03-19 00:18:05 -07:00
sota1235
fac0abaed6
modify: add prefer-const rule and fix code
2017-03-10 10:12:23 +09:00
Kohei TAKATA
dd76bc027b
Merge pull request #282 from BoostIO/fix-windows-taskbar-icon
...
Fix windows taskbar icon
2017-02-11 16:02:58 +09:00
Kohei TAKATA
1ae3f295f3
Remove unused variable
2017-02-11 15:47:25 +09:00
Kohei TAKATA
5534319e93
Fix windows taskbar icon
2017-02-11 14:05:14 +09:00
EmEpsilon
c7373c15a5
Fix: cannot open finder with using hotkey
2017-02-10 00:35:31 +09:00
Sota Sugiura
1672d9fa5f
Merge pull request #235 from asmsuechan/add-focus-shortcut
...
Adds shortcuts
2017-01-21 16:12:13 +09:00
asmsuechan
4523743150
Fix by review
...
refs: https://github.com/BoostIO/Boostnote/pull/235#pullrequestreview-17800321
2017-01-21 16:06:14 +09:00
Sota Sugiura
7201a98d78
Merge pull request #245 from asmsuechan/add-md-and-text-exporter
...
Add export as txt/md
2017-01-21 15:54:01 +09:00
asmsuechan
221b6a2938
Alert users try to export md/txt in SNIPPET
2017-01-20 18:56:33 +09:00
asmsuechan
ec6de1b91b
Fix typo
2017-01-19 00:01:14 +09:00
asmsuechan
2b0bdbf1c8
Fix pointed part by review
2017-01-18 12:03:29 +09:00
asmsuechan
f48864a2e7
Fix pointed part by review
2017-01-18 10:09:12 +09:00
asmsuechan
5d1db1de31
Add export as txt/md
2017-01-16 13:09:59 +09:00
asmsuechan
6c528625d8
Fix a bug due to event handler of before-quit on update
2017-01-16 04:36:23 +09:00
asmsuechan
41977e8726
refs #226 Adds shortcuts which move next note and prior note to main-menu
2017-01-14 19:17:43 +09:00
asmsuechan
2468c8311f
refs #226 Adds focus to search shortcut to main-menu
2017-01-14 19:17:39 +09:00
asmsuechan
5bd0a446f1
refs #226 Adds a shortcut which focuses the note
2017-01-14 19:17:24 +09:00
sota1235
ad4e50d542
hack: for ESLint
2017-01-14 18:15:48 +09:00
asmsuechan
f007664745
refs #239 Fixes a bug which cannot open finder with using HotKey
2017-01-14 18:04:54 +09:00
Sota Sugiura
96413b9851
Merge pull request #218 from asmsuechan/feature-vim-keymap
...
Adds vim keymap setting
2017-01-14 17:03:20 +09:00
sota1235
5c7804fc40
modify: fix some codes pointed by eslint
2017-01-11 23:59:48 +09:00
sota1235
79f33b9405
refactor: fix some coding style pointed by standard js
2017-01-11 23:35:02 +09:00
Sota Sugiura
3ca18c04c6
Merge pull request #221 from asmsuechan/remember-window-size
...
refs #207 Keeps window size
2017-01-11 23:03:01 +09:00
asmsuechan
2b03e6e956
refs #207 Fixes lengthy assignment
2017-01-11 22:56:12 +09:00
asmsuechan
9179c199fe
refs #207 Keeps window size
2017-01-09 11:37:05 +09:00
sota1235
76508fbc3b
refactor: remove oh-my-cdn
2017-01-08 23:45:34 +09:00
asmsuechan
7f4c58a84a
Adds vim keymap setting
2017-01-08 17:52:52 +09:00