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

1317 Commits

Author SHA1 Message Date
Dick Choi ec96021b00 updateNote 2016-08-27 23:46:12 +09:00
Dick Choi 25f50b8cdf fix type
stoargeKey -> storageKey
2016-08-27 23:46:08 +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 8178ec5671 cleanup tests
remove mock-fs
update the comment of TestDummy.dummyStorage
change dummy storage name of createFolder test
2016-08-27 17:38:34 +09:00
Dick Choi 67dd089e67 createFolder 2016-08-27 16:31:45 +09:00
Dick Choi 8d96368ea6 cleanup test
remove crypto dependency from renameStorage
refactor removeStorage
remove dummy files
2016-08-27 16:05:29 +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 d01fe62757 Merge pull request #99 from yosmoc/export_codeeditor
multiple export default causes a error
2016-08-27 14:04:25 +09:00
Dick Choi 87cfc8f1de add fixtures.TestDummy and transform method 2016-08-27 14:00:25 +09:00
Dick Choi 3a8bef26d3 add fixtures.TestDummy and transform method 2016-08-27 12:23:58 +09:00
yosmoc b550c0e9e3 multiple export default causes a error
only one export default allowed per module.
2016-08-27 02:25:39 +02:00
Dick Choi 8f1ee30553 extract createFolder method 2016-08-26 18:48:19 +09:00
Dick Choi 458174a5f5 add yosmoc to contributor list 2016-08-26 16:05:52 +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 eacd01e77e Merge pull request #98 from yosmoc/fix_typo
Fix typo
2016-08-26 09:25:14 +09:00
Dick Choi 089b919a68 Merge pull request #97 from yosmoc/node6
Node 6 support
2016-08-26 09:24:08 +09:00
yosmoc 2e5945642d fix typo 2016-08-25 21:33:07 +02:00
yosmoc 68a5b6fc50 works well with node6 2016-08-25 21:25:28 +02: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 fb8041fb4b update dummy data 2016-08-25 17:05:05 +09:00
Dick Choi e685c4302d add requirement node version 2016-08-25 16:32:48 +09:00
Dick Choi 103b56ea3d Merge pull request #96 from yosmoc/tab_tag_submit
submit the tag when receiving 'tab' key
2016-08-25 13:01:42 +09:00
yosmoc 0490b115ad submit the tag when receiving 'tab' key
In existing implementation, 'enter' key is only allowed to submit the tag. However, if the user finishes to create the tag and make another tag, the user naturally send 'tab' key.
When receiving 'tab' key, the focus will go to the star icon and nothing is submitted, but the text is still remained. This makes confusing to the user.

This commit provide 'tab' key submitting the tag also.
2016-08-24 22:34:34 +02:00
Dick Choi 5e1dd4a9ad Update readme.md 2016-08-24 11:07:55 +09:00
Dick Choi 93dd97a14a update readme 2016-08-24 10:48:42 +09:00
Dick Choi 52d065a38d init dataApi method test 2016-08-24 03:00:49 +09:00
Dick Choi ad33e9f32d Merge branch 'master' of github.com:BoostIO/Boostnote 2016-08-23 14:46:47 +09:00
Dick Choi b9f00c6971 bump up to v0.6.4 2016-08-23 23:43:04 +09:00
Dick Choi dba5ea156a fix linux menu quit button 2016-08-23 23:41:05 +09:00
Dick Choi 631c86865f fix windows menu button 2016-08-23 14:29:04 +09:00
Dick Choi 324b8fc74a Merge branch 'master' of github.com:BoostIO/Boostnote 2016-08-23 01:52:42 +09:00
Dick Choi 282ca3ea2a move ipc server to main process 2016-08-23 01:51:30 +09:00
Dick Choi 17223db3ea move ipc server to main process 2016-08-23 00:52:33 +09:00
Dick Choi cff3fdae6e refactor main-app process
clean unnecessary codes
2016-08-22 11:46:22 +09:00
Dick Choi 108e83a402 syntax mode will be detected by filename 2016-08-22 00:43:52 +09:00
Dick Choi fc237848c8 fix Delete confirm design 2016-08-21 17:49:42 +09:00
Dick Choi 92b86bfa0b bump up electron v1.2.8 2016-08-20 23:54:15 +09:00
Dick Choi b0fd17047c Merge branch 'master' of github.com:BoostIO/Boostnote 2016-08-14 17:44:15 +09:00
Dick Choi bf8f82fbd8 Merge branch 'master' of github.com:BoostIO/Boostnote 2016-08-14 17:37:21 +09:00
Dick Choi 5468c60eaa v0.6.3 2016-08-14 17:31:13 +09:00
Dick Choi 8736d87b95 dark theme 2016-08-14 17:30:55 +09:00
Dick Choi dd0440519b change home to all notes 2016-08-14 13:08:28 +09:00
Dick Choi b7400553fc App on Linux without cinnamon must be terminated after closing main window 2016-08-14 04:15:27 +09:00
Dick Choi 9d2f570515 fix quit menu item of Linux menu 2016-08-14 12:21:31 +09:00
Dick Choi 7eeba0c082 App on Linux without cinnamon must be terminated after closing main window 2016-08-14 03:58:19 +09:00
Dick Choi 2e6bb21fda use global.process 2016-08-14 02:23:24 +09:00