hikerpig
e9975d1ea5
fix: HotkeyTab accidentally set incomplete hotkey, related #3190
2019-09-03 01:59:59 +09:00
Thamara Andrade
2c103aca3d
Fix #888 - Wrong word count due splitting
2019-09-03 01:54:53 +09:00
Thamara Andrade
c0a5eb0d2b
Fix #888 - Wrong word count due splitting
2019-09-03 01:54:53 +09:00
霸气千秋
ff7c4495f0
format locale files
2019-09-03 01:53:45 +09:00
minbaby.zhang
35fe639cd2
optimize translate
2019-09-03 01:53:45 +09:00
minbaby.zhang
59add8982e
update lang
2019-09-03 01:53:45 +09:00
minbaby.zhang
8d9c514097
update lang
2019-09-03 01:53:45 +09:00
minbaby.zhang
6f880d0f02
更新翻译
2019-09-03 01:53:45 +09:00
AWolf81
ec47ee8110
Remove manual script tag filter and use turndown remove filter
2019-08-31 21:35:09 +02:00
Nguyễn Việt Hưng
28b8141c6b
fixed test
2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng
5b0b309c49
added test for getAttachmentsPathAndStatus
2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng
0b84a372f6
re-organize attachment functions and updated comments doc
2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng
8355e1e006
updated function name and return type
2019-08-30 12:46:40 +09:00
Nguyễn Việt Hưng
c7d33fbd83
Allow user to view attachments and clear unused attachments
2019-08-30 12:46:40 +09:00
ehhc
cf324d93fe
Add option to disable the automiatic deletion of un-referenced attachments -> might fix #3203
2019-08-30 12:46:40 +09:00
hikerpig
9a704a2bcb
Merge branch 'master' into feature/scrollbarAppearance
2019-08-26 10:38:26 +08:00
hikerpig
1e00651541
feature/toc: upgrade "@hikerpig/markdown-it-toc-and-anchor" package to avoid default anchor lowercase casting
2019-08-25 18:25:17 +08:00
AWolf81
857e75594d
Disable Javascript for printout window
2019-08-24 13:43:36 +09:00
AWolf81
2f1dadfc3e
Change drag disable styles to be more specific
2019-08-24 13:43:14 +09:00
AWolf81
7d0404657e
Fix routing for tag filtering
2019-08-24 13:42:09 +09:00
Junyoung Choi
b9dd651fc1
Merge pull request #3093 from nathan-castlehow/feat-run-prettier-on-markdown
...
Feat run prettier on markdown
2019-08-24 13:41:41 +09:00
hikerpig
25ef456af2
feat: should scroll to top after selecting another note, also fix #3023
2019-08-24 13:39:28 +09:00
hikerpig
084decaa85
improvement: MarkdownPreview, rewriteIframe attempt can be combined to one call
2019-08-24 13:39:28 +09:00
hikerpig
330a444fc5
optimize: should highlight any non-empty search query, fix #3164
2019-08-24 13:38:28 +09:00
alwxkxk
a47dac2854
fix #3159
2019-08-24 13:38:09 +09:00
Ronald Walker
08070f3e2d
fix #3144
2019-08-24 13:37:43 +09:00
hikerpig
2352c78cb6
Add CodeEditor::setLineContent method to manipulate line contents, related #3163
...
Avoid changing all CodeMirror instance's contents
2019-08-24 13:36:56 +09:00
Antonio Cangiano
6ef9c3865f
Fix JavaScript hello world example
...
The current snippet note example references a non-existent element with id `enjoy`. I updated it to reference the correct id (i.e., `hello`).
2019-08-24 13:36:29 +09:00
sirrah23
ff9789b5a7
Fix 3060
...
Right now there are only two export types that are using a special
output formatter, pdf and html. Both of these formatters currently populate the
`/html/head/base` portion of the associated html document with the name
of the target directory for the file that the user is exporting.
In order for internal links within the exported document to work
correctly, the value of base must also include the filename. This fix
removes the call to `path.dirname`, which gets rid of the necessary
filename.
2019-08-24 13:36:05 +09:00
Jack Hsieh
f09297f406
Fix 2636 ( #3206 )
...
* Fix 2636 Can't scroll to bottom of editor pane
* Fix minor lint issues
2019-08-11 23:22:53 +09:00
amedora
3921655157
replace the snapshot file
2019-08-07 15:22:27 +09:00
amedora
e4e10d523f
fix how handle the storage as context data
2019-08-07 14:52:17 +09:00
amedora
404dddcb86
rename files to suit Jest
2019-08-07 14:28:38 +09:00
amedora
ffb2603485
jest-codemods tests/lib
2019-08-07 14:17:48 +09:00
nathan-castlehow
2d3c69d178
Fixed eslint issue
2019-08-01 20:13:46 +08:00
nathan-castlehow
b837653cf1
Merged Master into feature branch and fixed conflicts
2019-08-01 20:12:58 +08:00
nathan-castlehow
eeca031c86
Merge upstream into master
2019-08-01 19:56:38 +08:00
nathan-castlehow
918a8627e9
Merge upstream into master
2019-08-01 19:55:21 +08:00
nathan-castlehow
86370edd1e
Merge branch 'feat-run-prettier-on-markdown' of https://github.com/nathan-castlehow/Boostnote into feat-run-prettier-on-markdown
2019-08-01 18:36:40 +08:00
nathan-castlehow
1173631255
feat(prettierOnMarkdown): Forced prettier options to always have parser set to markdown when used.
2019-08-01 18:36:22 +08:00
nathan-castlehow
911fd9a004
feat(prettierOnMarkdown): Changed Prettier require to use import
2019-08-01 18:36:21 +08:00
nathan-castlehow
0ad3da5bbc
feat(prettierOnMarkdown): Changed default hotkey value
2019-08-01 18:36:21 +08:00
nathan-castlehow
89ae2a9516
feat(prettierOnMarkdown):Fixed incorrect options passed to code mirror instance
2019-08-01 18:36:20 +08:00
nathan-castlehow
70892cae05
feat(prettierOnMarkdown):Tweaked spacing on default Prettier Config Value
2019-08-01 18:36:19 +08:00
nathan-castlehow
de0af153bc
feat(prettierOnMarkdown):Added prettier config default to config manager
2019-08-01 18:36:19 +08:00
nathan-castlehow
33161e46e6
feat(prettierOnMarkdown): Added support for prettyifing markdown as well as added hot key option. Partial Implementation of Prettier config in configuration screen. TODO Fix defaulting of prettier configuration
2019-08-01 18:36:18 +08:00
nathan-castlehow
7e3c662374
feat(prettierOnMarkdown): Added Reference to prettier in Code Editor and created config file
2019-08-01 18:36:17 +08:00
nathan-castlehow
a39e9c2da6
feat(prettierOnMarkdown): Added Reference To Prettier
2019-08-01 18:36:16 +08:00
AWolf81
72b8d56245
Merge remote-tracking branch 'upstream/master' into html-to-md
2019-07-28 15:49:16 +02:00
AWolf81
0d36f59036
Create turndown service & use gfm turndown plugin
2019-07-28 15:02:17 +02:00