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)
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
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
William Grant
f3b2969b42
fixed NoteItemSimple styling for the dark themes
2018-05-14 21:04:18 +02: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
ffc3fb770c
Deleting of attachments -> fixes #1828 and fixes #740
2018-05-10 20:27:47 +02: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)
d04048c749
Merge pull request #1874 from ehhc/Issue_1827
...
Issue 1827
2018-05-01 10:31:34 -07: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
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
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
c02b91dfd4
Simplify style
2018-04-26 15:38:52 +02:00
bimlas
066d97220f
Cleanup, prettify
2018-04-26 15:38:52 +02:00
bimlas
61ed47dda0
Don't narrow list, add plus sign only for related tags
...
It's easier to understand by most of the users.
Later I like to add a setting to enable narrowing of tag list to show
only the related ones.
2018-04-26 15:38:51 +02:00
bimlas
6c542750f4
Narrow list of tags to related ones
...
When a tag is selected, the tag list narrows to show only the related
ones: all tags associated to the currently visible notes. Clicking on
the plus sign near another tag narrows the list again to the tags of
notes associated with the firstly AND secondly selected tag. To show
every tags again, press the tag icon on the top-left corner of
Boostnote.
Before:

After:

NOTE: Tags are joined with `&` character (`#` not works) in
`location.pathname` thus it will make the tags with this character
unavailable. Any suggestion to pass multiple values via pathname?
2018-04-26 15:38:47 +02:00
Kazz Yokomizo
9930ba8748
Merge pull request #1836 from bah2830/TAG_COUNT_FIX
...
Updated tag note count to float to the right like the storage list
2018-04-26 22:16:35 +09:00
cJack1913
01b1c49738
Fix font color in code block(markdown preview)
2018-04-25 17:23:09 +08:00
yosmoc
c9c28eda1b
support internal note link
2018-04-24 23:40:59 +02:00
Chen Shenghan
744bcba599
Fix #1780 : Use black text with white background for printing and export in all theme
2018-04-25 03:31:36 +12:00
Chen Shenghan
6ec2124a9c
Fix #1797 : In preview window, open external link in external browser.
2018-04-24 02:51:58 +12:00
ehhc
d2163dacf9
Fixes #1825 Refactoring of the attachment/image management
2018-04-21 14:32:24 +02:00
Brent Hughes
8ccf6cb8a3
Updated tag note count to float to the right like the storage list
2018-04-18 10:55:01 -05:00
Hung Nguyen
2994420160
Fixed image not displaying after paste
2018-04-17 20:47:13 +07:00
Junyoung Choi (Sai)
6142f2d641
Merge pull request #1724 from ehhc/Issue_1723
...
Fixes #1723
2018-04-10 19:16:05 +09:00
Sosuke Suzuki
c151049cc2
fix folded storagelist width
2018-04-04 21:17:07 +09:00
Junyoung Choi (Sai)
14694f1cb0
Merge pull request #1751 from gediminasml/folding
...
Add folding to CodeEditor
2018-04-01 07:48:25 +09:00
ehhc
c90a878c9e
Merge branch 'master' into Issue_1723
2018-03-30 12:25:35 +02:00
Nikolay Lopin
90f21f4ed1
Escape html characters before convert to HTML
2018-03-25 23:47:17 +03:00
Gediminas Petrikas
9d6dbc1a6f
Remove folding keyboard shortcut
2018-03-25 14:55:06 +03:00
Gediminas Petrikas
6d57712fca
Add fold gutters
2018-03-25 14:13:19 +03:00
Frank Kanis
3a40f9ebd6
Prepared text for translation
2018-03-22 21:20:13 +01:00
ceh
cf776088e6
Fixes #1723
2018-03-22 17:26:59 +01:00
Junyoung Choi
e796e00963
Merge branch 'master' into add-editor-rulers
2018-03-22 22:30:03 +09:00
Junyoung Choi (Sai)
44ec107ce8
Merge pull request #1715 from BoostIO/sanitize-options
...
Make sanitization configurable
2018-03-22 21:57:37 +09:00
Yu-Hung Ou
36e63bb8a9
wrap long LaTeX formula in Preview
2018-03-22 21:33:32 +11:00
Junyoung Choi
5ea24f650b
Make sanitization configurable
2018-03-22 12:01:16 +09:00
Yu-Hung Ou
8b11b57ec5
allow users to enable/disable editor rulers. default: disable
2018-03-21 22:31:46 +11:00
Yu-Hung Ou
281fb2afd3
added CodeMirror ruler support
2018-03-21 21:11:26 +11:00
Junyoung Choi (Sai)
2c30f0e487
Merge pull request #1684 from kawmra/prevent-fetching-title-in-link-tag
...
Prevent generating a link tag when pasting URL to inside of a link tag.
2018-03-20 10:32:59 +09:00
Nikolay Lopin
2811843e70
Merge branch 'master' into new-snippet-tabbar
...
# Conflicts:
# browser/main/Detail/SnippetNoteDetail.js
2018-03-18 21:26:12 +03:00
kawmra
b36322bba4
Prevent generating a link tag when pasting URL to inside of a link tag.
2018-03-16 00:11:47 +09:00