1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-28 18:23:09 +00:00
Commit Graph

935 Commits

Author SHA1 Message Date
asmsuechan b6eddf0821 Add dataApi.copyImage for copying image to boostnote storage on an image to boostnote storage on an image doropped into CodeEditor 2017-03-10 20:31:54 -08:00
SuenagaRyota 6dbe3cec69 Merge pull request #283 from asmsuechan/add-lock-to-CodeEditor
Enable lock in MarkdownEditor
2017-03-07 11:16:55 +09:00
Sosuke Suzuki 566fe92589 change the icon to delete snippet and markdown 2017-03-03 02:13:13 +09:00
Sosuke Suzuki 5a201dd1b9 correction the pointed out code 2017-02-18 12:26:38 +09:00
asmsuechan aa0ad3bb70 Fix from review 2017-02-18 12:18:55 +09:00
Sosuke Suzuki 7b5a7aabed add HighLightCheckEditor 2017-02-16 13:00:45 +09:00
Eric Solomon 6e5f6cc739 Fix font color for dark theme rename folder modal 2017-02-14 03:21:23 -06:00
asmsuechan bbeeeccb31 Fix to use by preventDefault 2017-02-11 23:09:03 +09:00
asmsuechan e9525fae22 Change the order of focus and emit 'editor:lock' 2017-02-11 23:09:01 +09:00
asmsuechan 672d409bf2 Enable to show the lock icon only the Editor state is CODE 2017-02-11 17:52:11 +09:00
asmsuechan 74ee6ae6ce Add lock icon to NoteDetail 2017-02-11 15:48:38 +09:00
Sosuke Suzuki 743b220953 unfinished syntaxHighLightCheck 2017-02-04 14:41:26 +09:00
asmsuechan ad9da44afb Move a shortcut escapeFromCodeEditor from CodeEditor to MarkdownEditor, because it's not customizable 2017-01-28 13:27:34 +09:00
asmsuechan c827717202 refs #260 Change a shortcut Ctrl-E to Ctrl-W
it escapes CodeEditor to MarkdownPreview
2017-01-28 12:51:49 +09:00
sota1235 b03cd9cd99 modify: fix style for side nav 2017-01-21 17:34:02 +09:00
Sota Sugiura 11fe420fac Merge pull request #255 from BoostIO/featureEscButton
Feature esc button
2017-01-21 16:30:45 +09:00
Sota Sugiura 1672d9fa5f Merge pull request #235 from asmsuechan/add-focus-shortcut
Adds shortcuts
2017-01-21 16:12:13 +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
Sosuke Suzuki 472560e2bf correction EscButton in darkmode 2017-01-21 15:52:06 +09:00
asmsuechan 911ce7572f Fix by review
refs: https://github.com/BoostIO/Boostnote/pull/245#pullrequestreview-17800372
2017-01-21 15:44:48 +09:00
Sosuke Suzuki eb7a195cce NewNoteModal fineModification 2017-01-21 14:50:10 +09:00
Sosuke Suzuki 23a356164e changeEscButton 2017-01-21 14:31:38 +09:00
asmsuechan 221b6a2938 Alert users try to export md/txt in SNIPPET 2017-01-20 18:56:33 +09:00
asmsuechan 2b0bdbf1c8 Fix pointed part by review 2017-01-18 12:03:29 +09:00
Whizark 94c6578675 modify: add more zoom options (140-200%)
* https://github.com/BoostIO/Boostnote/issues/31#issuecomment-267843725
2017-01-18 02:52:26 +09:00
asmsuechan cdb079dc81 refs #226 Enables to use multiple key for shortcut 2017-01-14 20:26:43 +09:00
asmsuechan 2ac0d93caf refs #226 Adds Control to Hint of Hotkey 2017-01-14 19:17:47 +09:00
asmsuechan b9e6a56a83 refs #226 Changes to toggle by Ctrl + S 2017-01-14 19:17:41 +09:00
asmsuechan 2468c8311f refs #226 Adds focus to search shortcut to main-menu 2017-01-14 19:17:39 +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
asmsuechan 372f2e7319 Adds a prop keyMap to NoteDetail and SnippetNoteDetail 2017-01-14 16:39:50 +09:00
sota1235 1957d87dd7 modify: fix font size - folder name 2017-01-14 15:52:11 +09:00
sota1235 a148d17ba1 modify: add folder selector on top of note detail component 2017-01-14 15:44:28 +09:00
sota1235 297553c240 modify: move updated string to the bottom of note detail component 2017-01-14 14:54:08 +09:00
sota1235 f0fcaa6be7 modify: move zoom-pointer to left on note detail component 2017-01-14 14:47:06 +09:00
sota1235 cfa40f3ec1 refactor: remove unused component 2017-01-14 14:40:33 +09:00
sota1235 79f33b9405 refactor: fix some coding style pointed by standard js 2017-01-11 23:35:02 +09:00
sota1235 ed9ddee5f1 refactor: fix by standardjs 2017-01-11 23:17:32 +09:00
asmsuechan df2de5c081 Adds note of caution next to keymap change select box 2017-01-08 18:16:32 +09:00
asmsuechan 7f4c58a84a Adds vim keymap setting 2017-01-08 17:52:52 +09:00
asmsuechan ee6d41859f Fixes the theme of code block by codemirror 2017-01-07 22:48:37 +09:00
sota1235 cba743c895 modify: fix sidenav style for folded mode 2017-01-03 17:56:30 +09:00
sota1235 24ee71ac06 modify: fix top for storage list 2017-01-03 17:51:00 +09:00
sota1235 98120a5e40 modify: fix style for updated date on note detail 2017-01-03 17:32:25 +09:00
sota1235 4b7262cb72 fix: text color on creating new folder form (dark theme) 2017-01-03 17:01:04 +09:00
sota1235 4458c58066 fix: scrolling for folder list 2017-01-03 16:56:52 +09:00
sota1235 245d603ae8 fix: Hello, 2017! 2017-01-03 16:54:07 +09:00
sota1235 124544452b fix: border-radius for hint button 2017-01-03 16:29:41 +09:00
sota1235 1b538993db modify: design for modal window creating new folder (dark theme) 2017-01-03 16:16:05 +09:00
sota1235 d67e4009e7 modify: change design for model window creating new folder 2017-01-03 16:16:05 +09:00