1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-27 09:51:56 +00:00
Commit Graph

269 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
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
asmsuechan cdb079dc81 refs #226 Enables to use multiple key for shortcut 2017-01-14 20:26:43 +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 ed9ddee5f1 refactor: fix by standardjs 2017-01-11 23:17: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 556b53181f modify: fix to use navWidth instead of listWidth 2017-01-03 16:15:45 +09:00
sota1235 f461d459d2 modify: change width of SideNav component 2017-01-03 16:15:45 +09:00
Dick Choi 6e0def310f update design of Note List
add list style
remove folder info
enhance design
2016-10-12 20:22:13 +09:00
Dick Choi 823da07a5e update storage handler for the future update 2016-10-12 12:48:53 +09:00
Dick Choi 92fd7ac09c use default theme if theme doesn't exist 2016-10-04 11:07:21 +09:00
Dick Choi 90b490c28b use codemirror 2016-10-03 22:28:13 +09:00
Dick Choi cc24e6b801 parse u2028 char properly 2016-09-22 11:01:23 +09:00
Dick Choi 975e82710e parse only cson files when reading notes 2016-09-20 21:00:49 +09:00
Dick Choi 1763dbcff1 discard LSEP 2016-09-20 21:00:29 +09:00
Dick Choi 123d5638cf collect count and version information 2016-09-20 16:28:46 +09:00
Dick Choi 79d0006f3f fix rename bug 2016-09-20 13:54:17 +09:00
Dick Choi 240b5daf3e attempt to recover invalid boostnote.json 2016-09-20 13:54:04 +09:00
Dick Choi cd0bede2f2 add keepUnique method to mixpanel 2016-09-20 02:57:28 +09:00
Dick Choi 27b09e5b73 fix mixpanel bug 2016-09-15 05:50:29 +09:00
Dick Choi e17fa6d0ed mixpanel 2016-09-15 05:12:15 +09:00
Dick Choi 26f05b343e override default values to undefined attributes of config 2016-09-10 15:37:30 +09:00
Dick Choi 4c486c399b Merge pull request #110 from BoostIO/ui-improvement
Ui improvement for v0.6.5
2016-09-10 14:26:44 +09:00
Dick Choi 2b85aa1b88 default note type 2016-09-10 10:07:41 +09:00
Dick Choi 27e0252ccd resizable SideNav 2016-09-08 22:36:59 +09:00
Dick Choi 40fc63ea0c use new api for finder 2016-09-08 18:16:37 +09:00
Dick Choi ba374e08ff fix moveNote Api 2016-08-30 02:33:00 +09:00
Dick Choi 33a11ac2e5 integrate all methods 2016-08-29 10:12:14 +09:00
Dick Choi 357c4a382d migrateFromV5Storage 2016-08-29 10:05:56 +09:00
Dick Choi d7e8f26ace rename transform method migrateFromV6Storage 2016-08-29 10:05:21 +09:00
Dick Choi 5c312c1939 moveNote 2016-08-28 21:54:38 +09:00
Dick Choi 5163ab134e fix text 2016-08-28 21:54:33 +09:00
Dick Choi 73dd0db529 deleteNote 2016-08-28 01:33:21 +09:00
Dick Choi 8921db89ab key should be labeled ~Key 2016-08-28 01:33:05 +09:00
Dick Choi 8d624459d4 add assertions to addStorage test
check version and folders attribute from resolved data and json
2016-08-28 00:20:08 +09:00
Dick Choi ec96021b00 updateNote 2016-08-27 23:46:12 +09:00
Dick Choi 0127d5143a createNote 2016-08-27 22:13:32 +09:00
Dick Choi ffe3b689c4 deleteFolder 2016-08-27 20:50:34 +09:00
Dick Choi ff123be895 updateFolder 2016-08-27 17:40:37 +09:00
Dick Choi 67dd089e67 createFolder 2016-08-27 16:31:45 +09:00
Dick Choi eb163ef03c renew renameStorage api 2016-08-27 15:18:28 +09:00
Dick Choi 5558403358 renew addStorage 2016-08-27 15:02:00 +09:00
Dick Choi db3a4d0f01 renew init method 2016-08-27 14:48:20 +09:00
Dick Choi 3a8bef26d3 add fixtures.TestDummy and transform method 2016-08-27 12:23:58 +09:00
Dick Choi 8f1ee30553 extract createFolder method 2016-08-26 18:48:19 +09:00
Dick Choi c5414aadd1 extract renameStorage, removeStorage methods
and tests for each of them
2016-08-26 10:30:10 +09:00
Dick Choi 88538257ac extract addStorage api from dataApi and add its test
replace module-alias with babel-plugin-webpack-alias
2016-08-25 23:53:30 +09:00
Dick Choi 52d065a38d init dataApi method test 2016-08-24 03:00:49 +09:00