SuenagaRyota
e94b45a7e4
Merge pull request #1064 from yosmoc/importfiletoemptyfolder
...
enable importing file to empty folder
2017-11-07 14:42:35 +09:00
Kazu Yokomizo
4be1eb7a28
Merge pull request #1084 from BoostIO/add-backer
...
Add backer
2017-11-07 12:54:43 +09:00
Kazu Yokomizo
f4bbbb640d
Merge pull request #1083 from BoostIO/update-issue-template
...
Update issue template
2017-11-07 12:54:27 +09:00
Kazu Yokomizo
94b4e70b0f
Add backer
2017-11-07 10:05:23 +09:00
Kazu Yokomizo
b31e3f7783
Update issue template
2017-11-07 10:03:07 +09:00
Kazu Yokomizo
6375ac857a
Merge pull request #1076 from BoostIO/update-backers
...
Update Backers.md
2017-11-06 19:06:34 +09:00
Kazu Yokomizo
5eac08430f
Update Backers.md
2017-11-06 18:56:18 +09:00
Kazu Yokomizo
7fbe6c0955
Merge pull request #1067 from BoostIO/fix-layout
...
Fix layout
2017-11-06 16:30:32 +09:00
Kazu Yokomizo
c86e43597c
Fix CI error
2017-11-06 16:11:00 +09:00
Kazu Yokomizo
123a73a5e6
Fix at InfoPanel in trash
2017-11-06 15:57:00 +09:00
Kazu Yokomizo
706b5d253f
Fix updated date at note list
2017-11-06 15:49:04 +09:00
yosmoc
8fb8c7a40b
importing from file uses the same storage/folder resolve logic as creating new note
...
It makes less confusing for user.
2017-11-06 00:22:43 +01:00
yosmoc
21220f93b1
enable importing file to empty folder
...
Current implementation is fetching the import destination storageKey and folderkey from a file in the folder. If no files are in the folder, it cannot fetch these keys. Use prop.params.storageKey / folderKey instead.
2017-11-06 00:21:58 +01:00
Kazu Yokomizo
705e64377b
Fix CI
2017-11-06 03:08:15 +09:00
Kazu Yokomizo
5c3f0cd060
Fix layout at InfoPanel
2017-11-06 02:40:59 +09:00
Kazu Yokomizo
a238be5b7c
Fix font size at tag list in side bar
2017-11-05 20:40:16 +09:00
Kazu Yokomizo
2351bb78da
Change "Folders" and "Tags" strings to icons.
2017-11-05 20:31:32 +09:00
Kazu Yokomizo
6bbc5a91fe
Increase font size and change folder icon at side bar
2017-11-05 20:05:44 +09:00
Kazu Yokomizo
2f52233bd0
Fix UX when press a note in note list
2017-11-05 19:21:28 +09:00
Kazu Yokomizo
92eccb635a
Move the notification area from main window to preference modal
2017-11-05 17:56:32 +09:00
Kazu Yokomizo
1f8acc3afc
Merge pull request #1065 from BoostIO/not-quit-mac
...
Not quit app using close button on Mac
2017-11-05 15:18:03 +09:00
Kazu Yokomizo
f8eaa9e796
Not quit app using close button on Mac
2017-11-05 12:34:19 +09:00
Kazu Yokomizo
7c9fecd943
Merge pull request #1043 from mslourens/close-in-windows
...
added shortcut ctrl+q for quit and quit the app when using the Windows Close button
2017-11-05 12:13:34 +09:00
Kazu Yokomizo
3df8cbb357
Merge pull request #1049 from mslourens/selected-tag-issue
...
only make the selected tag active
2017-11-05 11:39:42 +09:00
Kazu Yokomizo
993cb9cb0b
Merge pull request #1061 from yosmoc/master
...
fix solarized dark/light code block thema bug
2017-11-04 19:27:36 +09:00
Kazu Yokomizo
5bd4a3f761
Merge pull request #1033 from nathanielw/fix/pinned-next
...
Include each note only once when sorting by pin
2017-11-04 19:24:59 +09:00
Kazu Yokomizo
fcad84ced3
Merge pull request #1062 from asmsuechan/add-plantuml
...
Add PlantUML support
2017-11-04 13:25:52 +09:00
asmsuechan
0bd48981ec
Add markdown-it-plantuml
2017-11-04 12:54:41 +09:00
yosmoc
0bf7e8b705
fix solarized dark/light code block thema bug
...
solarized dark/light shares the same css in CodeMirror.
You can see more detail info in commit 5b17808569
We need to treat solarized as a special case in code block also.
2017-11-04 01:03:56 +01:00
Maurits Lourens
7d10b951b7
only make the selected tag active
2017-11-01 15:42:55 +01:00
Maurits Lourens
34e9238cc4
added shortcut ctrl+q for quit and quit the app when using the Windows Close button
2017-10-31 09:10:04 +01:00
Kazu Yokomizo
7d97784a58
Merge pull request #1042 from mslourens/image-in-anchor
...
only decode the url when the content of the link is a string
2017-10-31 13:23:54 +09:00
Kazu Yokomizo
1265e7c4a1
Merge pull request #1038 from voidsatisfaction/fix/pinned_note_right_click
...
Fix enabling no focus right click pin to top and show adequate context menu
2017-10-31 12:59:56 +09:00
Maurits Lourens
44ece2bf34
only decode the url when the content of the link is a string
2017-10-30 22:54:00 +01:00
Kazu Yokomizo
f9643c2503
Merge pull request #1039 from BoostIO/add-props
...
Add props on NoteItemSimple
2017-10-31 00:53:34 +09:00
Kazu Yokomizo
e6a97e5cb3
Add props on NoteItemSimple
2017-10-31 00:46:33 +09:00
Kazu Yokomizo
73b5546ae9
Merge pull request #1036 from mslourens/context-menu
...
added the context menu to the list view
2017-10-31 00:37:48 +09:00
Kazu Yokomizo
f98719ee73
Merge pull request #1037 from BoostIO/change-image
...
Change top image
2017-10-31 00:29:58 +09:00
voidSatisfaction
7666182ae3
Fix enable no focus right click pin to top and show right context menu
2017-10-31 00:24:17 +09:00
Kazu Yokomizo
05af30f336
Change top image
2017-10-31 00:22:48 +09:00
Maurits Lourens
20de08b625
added the context menu to the list view
2017-10-30 16:18:49 +01:00
Nathaniel Watson
e60f4f4a64
Include each note only once when sorting by pin
...
Fixes #983
2017-10-30 21:51:44 +13:00
Kazu Yokomizo
6af25d932c
Merge pull request #1022 from BoostIO/add-notification-ui-tab
...
Add notification at UI tab
2017-10-30 15:34:45 +09:00
Kazu Yokomizo
3f49a8a15a
Merge pull request #1030 from RedBug312/fix-font-quotation
...
Fix custom preview fonts
2017-10-29 13:33:00 +09:00
RedBug312
bfa8db7b55
Delete escaped quotation marks between fonts
...
Delete addtional single quotation marks between the font name Microsoft YaHei
2017-10-29 11:42:35 +08:00
Kazu Yokomizo
d6f2e7588c
Merge pull request #1025 from PaulRosset/note-uiTab_data-policy
...
Adjust Note in Uitab && Add message notification for data policy save
2017-10-28 18:28:27 +09:00
Kohei TAKATA
a594332ffb
Merge pull request #1027 from BoostIO/feature-v0-8-16
...
v0.8.16
v0.8.16
2017-10-28 14:15:41 +09:00
Kohei TAKATA
ceb18ebf1c
v0.8.16
2017-10-28 12:28:06 +09:00
Paul Rosset
b9038e254e
Adjust Note in Uitab && Add message notification for policy save
2017-10-27 12:38:26 +01:00
Kazu Yokomizo
b351e42538
Add notification at UI tab
2017-10-26 15:27:22 +09:00