ehhc
f10fa632ca
Move note with attachment to different storage Fix for #1788
2018-05-15 20:17:32 +02:00
Junyoung Choi (Sai)
266323b90b
Merge pull request #1916 from yosmoc/configuable_plantuml_server
...
Configurable plantuml server
2018-05-15 20:02:11 +09:00
Junyoung Choi (Sai)
b89896a4e7
Merge pull request #1919 from samlanning/inconsistent-state-update
...
fix inconsistent updates to react component state
2018-05-15 19:30:22 +09:00
Junyoung Choi (Sai)
d69fd12fb9
Merge pull request #1920 from samlanning/incorrect-state-property-reference
...
Fix mis-referenced state properties
2018-05-15 16:49:40 +09:00
Junyoung Choi (Sai)
0bdcfa6028
Merge pull request #1899 from ehhc/deleting_of_attachment_link
...
Deleting of attachments -> fixes #1828 and fixes #740
2018-05-15 15:52:31 +09:00
Junyoung Choi (Sai)
55b8488901
Merge pull request #1915 from yougotwill/note_button_styling
...
fixed NoteItemSimple styling for the dark themes
2018-05-15 15:49:35 +09:00
Junyoung Choi
fa5cebda6d
Fix moving note with attachments between different storage
2018-05-15 15:45:46 +09:00
Sam Lanning
4fd01b4234
Fix mis-referenced state properties
2018-05-14 16:29:54 -07:00
Sam Lanning
0f354f4f06
fix inconsistent updates to react component state
...
Executions of setState() may be batched, and so updates to this.state and
this.props can be asynchronous, so references to this.state and this.props
should not be made in the new state, and instead the callback form of
setState() should be used.
These alerts were found using lgtm.com:
https://lgtm.com/projects/g/BoostIO/Boostnote/alerts/?mode=tree&ruleFocus=1819283066
see: https://reactjs.org/docs/state-and-lifecycle.html#state-updates-may-be-asynchronous
2018-05-14 16:15:49 -07:00
yosmoc
50cc648799
set default plantuml server
2018-05-14 22:56:45 +02:00
yosmoc
a7946805ae
configuable plantUML server address
2018-05-14 22:35:38 +02:00
William Grant
f3b2969b42
fixed NoteItemSimple styling for the dark themes
2018-05-14 21:04:18 +02:00
Junyoung Choi (Sai)
d6c3490165
Merge pull request #1895 from yosmoc/move_note_diff_storage_bug
...
fix moving note across different storage bug
2018-05-14 17:52:29 +09:00
yosmoc
7e1596de30
refactor code duplication
2018-05-13 00:36:03 +02:00
yosmoc
67bba043ed
MarkdownPreview also needs to convert the mode name for specific modes
2018-05-13 00:35:32 +02:00
ehhc
03fd1e29e3
Fix for the broken test
2018-05-10 22:30:13 +02:00
ehhc
73ba8b8b13
Deleting a note should also delete the attachments -> fixes #1900
2018-05-10 21:36:58 +02:00
ehhc
ffc3fb770c
Deleting of attachments -> fixes #1828 and fixes #740
2018-05-10 20:27:47 +02:00
yosmoc
d58ea70a95
fix moving note across different storage bug
...
should update storageNoteMap here.
2018-05-10 06:29:13 +02:00
ozone
ab038b1f31
Add configuration to render line breaks as <br> or not
2018-05-04 00:44:22 -04:00
Nguyễn Việt Hưng
f5a9d3928c
disabled code highlight in snippet editor
2018-05-02 10:03:55 +07:00
Nguyễn Việt Hưng
2bc0bce1b5
removed redundant function to get appdata
2018-05-02 09:05:29 +07:00
Junyoung Choi (Sai)
372933fd99
Merge pull request #1873 from yosmoc/trashed_notetag_exist
...
Not showing unassigned tag in taglist
2018-05-01 14:36:15 -07:00
Junyoung Choi (Sai)
9112347e95
Merge pull request #1870 from cJack1913/master
...
Fix font color in code block(markdown preview)
2018-05-01 14:35:45 -07:00
Junyoung Choi (Sai)
30548a68e4
Merge pull request #1868 from yosmoc/1820
...
fix internal note link bug #1820
2018-05-01 12:52:10 -07:00
Junyoung Choi (Sai)
765ba8c867
Merge branch 'master' into master
2018-05-01 12:00:50 -07:00
Junyoung Choi (Sai)
e06ca9a056
Merge pull request #1883 from yosmoc/drag_drop_note
...
fix drag drop more than one note bug
2018-05-01 10:34:29 -07:00
Junyoung Choi (Sai)
d04048c749
Merge pull request #1874 from ehhc/Issue_1827
...
Issue 1827
2018-05-01 10:31:34 -07:00
yosmoc
2d0f7589ea
select proper notes for dragging
...
When the dragged target note is included in the selected notes, keeps the current selected notes, otherwise, replace the selected notes by the dragged target
2018-04-30 22:34:15 +02:00
yosmoc
dc60be404a
select next note after tranfer note(s) to another folder
2018-04-30 22:30:41 +02:00
ehhc
e9de8f42e5
Fix eslinter
2018-04-27 09:16:30 +02:00
William Grant
5bd0499ae4
Merge branch 'master' into monokai_theme
2018-04-27 09:06:11 +02:00
William Grant
239edb0605
tweaked styling
2018-04-27 09:01:41 +02:00
ehhc
bf3f5a5971
Fixes #1827 -> include attachments in HTML exports of notes
2018-04-27 08:51:47 +02:00
William Grant
92be3f32d6
added monokai theme
2018-04-27 08:10:50 +02:00
Nguyễn Việt Hưng
106f5a53ff
added import fs module that was removed by accident
2018-04-27 11:42:34 +07:00
Nguyễn Việt Hưng
8c43f3d567
removed path.sep and use path.join to concatenate path
2018-04-27 11:27:51 +07:00
Nguyễn Việt Hưng
a2592e48c8
Merge branch 'text-expansion-support' of https://github.com/ZeroX-DG/Boostnote into text-expansion-support
2018-04-27 11:17:17 +07:00
Nguyễn Việt Hưng
291d76674b
refactored snippet dataApi for easy testing and added some test. Fixed old snippet still display when deleted
2018-04-27 11:16:45 +07:00
Nguyễn Việt Hưng
78957cf128
fixed eslint error
2018-04-27 08:25:23 +07:00
Nguyễn Việt Hưng
e88694b049
added fetch snippet
...
refactored some code
fixed snippet content empty on changed from list
fixed snippet name not updating on list when changed
2018-04-27 08:22:54 +07:00
Junyoung Choi (Sai)
5e7bdf7354
Merge branch 'master' into text-expansion-support
2018-04-26 16:39:52 -07:00
Junyoung Choi
2e3e0bc1d8
Fix lint error
2018-04-26 16:35:47 -07:00
Junyoung Choi
05009d40c4
Merge branch 'master' into attachment_refactoring
2018-04-26 16:24:58 -07:00
yosmoc
2831b0bd2a
Only showing the tags that size > 0
...
No meaning to show the tag that has empty List
The tag which is only used in the note(s) in the Trash, tags.size becomes zero. In order to support this case, filtering tagList is needed
2018-04-26 23:55:44 +02:00
yosmoc
32e22dd507
update tagNoteMap when delete / restore the notebook
...
deleted note should not belong to tagNoteMap
2018-04-26 23:52:31 +02:00
yosmoc
2ee9951853
Empty trash menu working in sidebar folded
2018-04-26 22:29:26 +02:00
Kazz Yokomizo
b1912135ed
Merge pull request #1775 from bimlas/narrow-to-related-tags
...
Show only related tags, select multiple tags
2018-04-26 13:13:24 -07:00
Kazz Yokomizo
bed3d42923
Merge pull request #1824 from ZeroX-DG/fix-paste-image
...
Fixed image not displaying after paste
2018-04-26 22:39:03 +09:00
bimlas
24b004bb2d
Remove obsolete route path
2018-04-26 15:38:52 +02:00