1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-27 17:53:22 +00:00
Commit Graph

2133 Commits

Author SHA1 Message Date
asmsuechan 9ea9d30947 Add wordcount and lettercount to InfoPanel 2017-08-19 08:26:55 +09:00
asmsuechan 881f5a5110 Fix typo regarding fullscreen 2017-08-15 20:22:26 +09:00
SuenagaRyota 4e986a6384 Merge pull request #802 from asmsuechan/fix-by-eslint-react
Fix by eslint react
2017-08-15 10:16:33 +09:00
asmsuechan b85790d2fa Fix note creation in All Notes 2017-08-15 10:09:17 +09:00
asmsuechan 6bc3e7fcf1 [eslint] react/no-direct-mutation-state 2017-08-15 10:01:04 +09:00
asmsuechan 1ca968201d [eslint] react/no-unescaped-entities 2017-08-14 11:56:55 +09:00
asmsuechan a752730718 Change to use sdialog.showMEssageBox() instead of window.alert 2017-08-14 11:39:06 +09:00
asmsuechan 9d20fd91ec Change ee to eventEmitter 2017-08-14 11:20:54 +09:00
asmsuechan 70a6a3acb8 Remove unused variable 2017-08-14 11:20:54 +09:00
asmsuechan 7f52eed4d5 Move condition of trash or not 2017-08-14 11:20:54 +09:00
asmsuechan 105119e1a4 Change let to const 2017-08-14 11:20:54 +09:00
asmsuechan 169e30e029 Fix by lint 2017-08-14 11:20:54 +09:00
asmsuechan a5fa3e9e7a 🗑️ Remove unused file 2017-08-14 11:20:54 +09:00
asmsuechan 8985062d34 ♻️ Refactor 2017-08-14 11:20:54 +09:00
asmsuechan 56eb9c76ae Componentnize NewNoteButton 2017-08-14 11:20:54 +09:00
asmsuechan 1e202db50f Change the directory of RcParser 2017-08-12 09:36:30 +09:00
asmsuechan 9405b95825 Change RcParser testable 2017-08-12 09:11:22 +09:00
asmsuechan 95aec54f60 Make RcParser ignore errors at JSON.parse() 2017-08-11 08:24:08 +09:00
SuenagaRyota f14ce0d68e Merge pull request #787 from asmsuechan/fix-configmanager
Fix configmanager
2017-08-11 00:41:16 +09:00
SuenagaRyota 2df901288a Merge pull request #776 from XGHeaven/master
add todo percentage in item list
2017-08-10 23:39:12 +09:00
asmsuechan 821a7c780e Change variable names 2017-08-10 23:30:42 +09:00
asmsuechan 6e2e48fa64 Fix ConfigManger to load the settings from localStorage properly 2017-08-10 23:19:57 +09:00
XGHeaven e934182e86 change getTodoState to getTodoStatus 2017-08-10 19:58:58 +08:00
SuenagaRyota 35938c09e8 Merge pull request #783 from asmsuechan/add-boostnoterc-for-config
Add boostnoterc revival
2017-08-10 16:58:23 +09:00
SuenagaRyota 9eaa90c691 Merge pull request #768 from BoostIO/fix-infoPanel-layout-in-trash
Fixed InfoPanel layout in Trash
2017-08-10 16:52:07 +09:00
Kazu Yokomizo 049835d426 Fix typo “in Trash” to “Trash” 2017-08-10 16:43:25 +09:00
asmsuechan af91c40406 Remove unused variable 2017-08-10 16:42:14 +09:00
asmsuechan d02b740300 Fix assignConfigValues because it didn't return proper hash object 2017-08-10 16:37:31 +09:00
asmsuechan 9cb443dc2f Remove unused variable 2017-08-10 15:18:55 +09:00
XGHeaven 1c7cba2951 add todo percentage in item list 2017-08-10 12:31:07 +08:00
asmsuechan 473b80710d Remove RcParser.exec 2017-08-10 11:14:42 +09:00
asmsuechan 2247c0835d Ignore any errors in ~/.boostnoterc 2017-08-10 09:54:56 +09:00
asmsuechan b7b715ba3d Fix a return value of RcParser.parse 2017-08-10 09:44:00 +09:00
asmsuechan 6c43fb2325 Enable to set configs in ~/.boostnoterc 2017-08-10 09:43:50 +09:00
asmsuechan a6fe3c27d4 Fix a cyclic object value error 2017-08-10 09:43:19 +09:00
asmsuechan d47ff96b13 Enable to set configs in ~/.boostnoterc 2017-08-10 09:43:19 +09:00
Ben 4873b40e49 Update application text
Updates application text in various places to correct the wording of or better reflect the functionality provided.
2017-08-09 16:48:39 +01:00
asmsuechan 5e58d457a3 Add storageKey to MarkdownEditor 2017-08-09 23:12:07 +09:00
Sean Baines 0646484c83 Fixes wording on folder delete
"This work will deletes all notes in the folder and can not be undone." to "This will delete all notes in the folder and can not be undone."
2017-08-06 11:34:39 +01:00
Kazu Yokomizo a27b79c213 Add newline at InfoPanel 2017-08-06 13:59:51 +09:00
Kazu Yokomizo 773a9b4b7f Fixed InfoPanel layout in Trash 2017-08-06 12:56:52 +09:00
Sean Baines 07b838ef7b Fixes typo in welcome screen 2017-08-05 17:17:33 +01:00
asmsuechan 6987b762dd Make context-search work 2017-08-05 22:23:33 +09:00
SuenagaRyota f32ac81f84 Merge pull request #764 from asmsuechan/fix-noteCount-by-trash
Fix noteCount on a note trased
2017-08-05 22:03:44 +09:00
asmsuechan 87ea66bb92 Change iterate variable 2017-08-05 22:00:12 +09:00
asmsuechan 76728448ff iss #758 Add InfoButton and InfoPanel in SnippetNoteDetail 2017-08-05 17:34:26 +09:00
asmsuechan 3b7225e0fa iss #758 Add InfoButton and InfoPanel in Trash 2017-08-05 17:30:59 +09:00
asmsuechan d6280f4397 Fix noteCount on a note trased 2017-08-05 17:16:57 +09:00
SuenagaRyota 2324327e7e Merge pull request #749 from asmsuechan/change-order-for-ama-event
Change order for AMA event
2017-07-31 23:08:41 +09:00
asmsuechan b8374494ea Change order for AMA event 2017-07-31 23:02:49 +09:00