Aleksei Seletskiy
|
43d8ebb3c4
|
Dracula theme buttons in storage settings fix
|
2019-09-14 13:20:50 +09:00 |
|
amedora
|
f4d87f64ae
|
Fix #3190 - App blanks out after setting HotKey (#3193)
* fix lack of hotkey properties
* Update HotkeyTab.js
|
2019-09-03 02:24:09 +09:00 |
|
Junyoung Choi
|
68b3077651
|
Merge pull request #3099 from AWolf81/html-to-md
Html to md feature
|
2019-09-03 02:03:51 +09:00 |
|
hikerpig
|
e9975d1ea5
|
fix: HotkeyTab accidentally set incomplete hotkey, related #3190
|
2019-09-03 01:59:59 +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 |
|
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 |
|
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 |
|
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
|
89ae2a9516
|
feat(prettierOnMarkdown):Fixed incorrect options passed to code mirror instance
|
2019-08-01 18:36:20 +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 |
|
AWolf81
|
72b8d56245
|
Merge remote-tracking branch 'upstream/master' into html-to-md
|
2019-07-28 15:49:16 +02:00 |
|
AWolf81
|
a3f7d2287a
|
Add dracula theme styles
|
2019-07-28 11:00:40 +02:00 |
|
amedora
|
606be4304d
|
Fix 3007 (#3028)
* fix code fences never sanitized
* fix mermaid xss
* Revert "fix mermaid xss"
This reverts commit 1ff179a1bd.
* configuable mermaid HTML label
* add locales for mermaid configuration
|
2019-07-27 12:39:12 +09:00 |
|
Junyoung Choi
|
484b003b34
|
Fix theme paths
|
2019-07-26 13:49:40 +09:00 |
|
Junyoung Choi
|
4b62e93257
|
Fix more style warnings
|
2019-07-26 11:38:05 +09:00 |
|
Junyoung Choi
|
95321e33a0
|
Fix style of FolderItem
|
2019-07-26 11:32:07 +09:00 |
|
amedora
|
71f565f66b
|
fix UI change handler
|
2019-07-22 16:42:08 +09:00 |
|
amedora
|
fe508307b2
|
make lineWrapping configurable
|
2019-07-22 16:42:08 +09:00 |
|
AWolf81
|
ba6eb4f26f
|
fix path Linux
|
2019-07-17 17:25:13 +09:00 |
|
AWolf81
|
4af7106e01
|
change theme path usage and remove relative path
|
2019-07-17 17:25:13 +09:00 |
|
amorist
|
d37210a0d0
|
fix chinese language new note tab style
|
2019-07-08 13:14:56 +09:00 |
|
Kazumi Harada
|
3f96587a70
|
[update] move default value of the customCSS field to ConfigManager
|
2019-07-08 13:13:52 +09:00 |
|
David Thomason
|
db396ec107
|
Added insert date & time info to HotkeyTab settings
|
2019-07-08 13:13:06 +09:00 |
|
AWolf81
|
390f6d545f
|
fix PropTypes
|
2019-06-30 00:03:25 +02:00 |
|
AWolf81
|
44efb0178c
|
Merge branch 'master' into html-to-md
# Conflicts:
# browser/main/modals/NewNoteModal.js
# package-lock.json
# package.json
# yarn.lock
|
2019-06-29 23:25:52 +02:00 |
|
AWolf81
|
37eee26bdf
|
fix linting & routing
|
2019-06-29 23:21:32 +02:00 |
|
AWolf81
|
b6212f4bfe
|
Update dependencies & change to React-router v5
|
2019-05-29 12:20:49 +09:00 |
|
Junyoung Choi
|
63eb8584e7
|
Hide markdown lint settings when markdown lint is disabled
|
2019-05-26 18:32:24 +09:00 |
|
AWolf81
|
c70cca2776
|
remove console.log
|
2019-05-26 10:07:43 +02:00 |
|
AWolf81
|
1a38771f1a
|
remove console.logs & improve error handling
|
2019-05-26 09:57:40 +02:00 |
|
AWolf81
|
02576c48b6
|
move enableMarkdownLint checkbox to customMarkdownLintConfig area (like at allow custom css)
|
2019-05-25 07:31:21 +02:00 |
|
AWolf81
|
4263309d89
|
Merge branch 'add-markdownlint-rules-form' of github.com:roottool/Boostnote into enable-markdownlint-option
|
2019-05-25 07:21:26 +02:00 |
|
tool root
|
2cffb50884
|
Fix: Changed height of form
|
2019-05-25 08:16:25 +09:00 |
|
AWolf81
|
270a015514
|
WIP: Add MarkdownLint enable setting. Gutter toggle not working as expected.
|
2019-05-24 19:06:15 +02:00 |
|
roottool
|
61e054024b
|
Fix: Removed unnecessary css code
|
2019-05-07 04:44:23 +09:00 |
|
roottool
|
f3ca893aea
|
Ajusted markdownlint config editor to code editor
|
2019-05-07 02:30:41 +09:00 |
|
roottool
|
ecfeedeff3
|
Fix: Removed unnecessary caution
|
2019-05-07 00:44:27 +09:00 |
|
roottool
|
79a29c3461
|
Merge branch 'master' into add-markdownlint-rules-form
|
2019-05-06 20:53:59 +09:00 |
|
Baptiste Augrain
|
6012fc929e
|
add Nord theme to CodeMirror
|
2019-05-06 18:28:57 +09:00 |
|
roottool
|
33d1700548
|
Change styleName of caution
|
2019-04-29 10:01:55 +09:00 |
|
roottool
|
8b3beb45c6
|
Added a caution of the custom markdownlint rules
|
2019-04-29 09:17:25 +09:00 |
|
roottool
|
4ba4e68833
|
Added markdownlint rules form
|
2019-04-29 08:54:28 +09:00 |
|
roottool
|
788900e31a
|
Added markdownlint rules form
|
2019-04-29 03:23:25 +09:00 |
|
Christian Dimas
|
895aee3e6c
|
add default value to custom CSS editor
|
2019-04-28 12:30:38 -04:00 |
|
David Dreher
|
3c9d614e1f
|
Change the save botton at the about tab to the same style as the 'See IssueHunt' button at the crowdfunding tab
|
2019-04-28 12:29:33 -04:00 |
|
David Dreher
|
971e0cb61e
|
change missing font color for the themes at the preferences headlines
|
2019-04-28 12:29:33 -04:00 |
|