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

3900 Commits

Author SHA1 Message Date
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
Dick Choi e30cfdf942 fix focusing bug 2016-08-14 02:20:57 +09:00
Dick Choi b07fb92e5c fix Quit app shortcut on Windows 2016-08-14 02:07:08 +09:00
Dick Choi 5729125fbb update readme & package.json 2016-08-14 02:02:34 +09:00
Dick Choi 4577038abd fix package.json 2016-08-14 01:39:51 +09:00
Dick Choi 7649c1df9e Merge remote-tracking branch 'refs/remotes/origin/master'
Conflicts:
	package.json
2016-08-14 01:35:50 +09:00
Dick Choi 033bd111ad Merged finder into master 2016-08-14 01:35:19 +09:00
Dick Choi 2cbe07b373 Finder 2016-08-14 01:34:32 +09:00
Dick Choi f6ec5c67a7 Merge pull request #77 from dotcs/feature-folder-color-picker
Feature: Folder color picker
2016-08-12 12:19:24 +09:00
Dick Choi 6bb78d3216 fix menu button tooltip style & set default font to buttons 2016-08-11 16:22:53 +09:00
Dick Choi fa717a357d Merged branch master into master 2016-08-11 13:38:49 +09:00
Fabian Mueller eed6bcc044 Set color picker pos correctly such that it is restricted to the viewport 2016-08-10 17:57:33 +02:00
Fabian Mueller a01fd739bd Add color picker dependency; use color picker in storage dialog 2016-08-09 21:44:21 +02:00
Dick Choi 3b7ed5ffd7 foldable sidebar 2016-07-30 19:17:09 +09:00
Dick Choi b3d9beea6d Merge pull request #71 from syossan27/fix-delete-last-note
Fix delete last note
2016-07-29 21:47:24 +09:00
syossan27 e256c7a7d9 Fix delete last note 2016-07-29 13:03:11 +09:00
Dick Choi ef866f957a Markdown in snippet note will be rendered 2016-07-29 11:04:10 +09:00
Dick Choi 58d25415db fix layout bug of tab list in snippet note 2016-07-29 11:03:36 +09:00