Abner Soares Alves Junior
|
d8605965a8
|
Add Ok button to export confirmation box
|
2019-12-24 06:53:26 +09:00 |
|
Mayke
|
7fa578880e
|
refactoring to use the new .markdownIt-TOC-wrapper div
|
2019-12-24 06:36:53 +09:00 |
|
Mayke
|
c423784cc5
|
adding TOC UI
|
2019-12-24 06:36:53 +09:00 |
|
Nicholas Browning
|
ce853a7e3a
|
Export: CSS: adjusted relative path
|
2019-12-24 06:23:51 +09:00 |
|
Nicholas Browning
|
099ebad06b
|
Export: uses markdown preview dom. Supports diagrams
|
2019-12-24 06:23:51 +09:00 |
|
hikerpig
|
52ea44ceaa
|
Remove overcomplicated solution for scrollbar styling.
|
2019-11-22 03:55:39 +09:00 |
|
Nicholas Browning
|
132d04326b
|
TOC: Scrolling: Fixed TOC links and scrolling
|
2019-11-22 03:55:39 +09:00 |
|
Itai Braude
|
edebba6680
|
added more admonition styles
|
2019-11-22 03:46:22 +09:00 |
|
roottool
|
3ef485548a
|
Removed a single quotation
|
2019-10-28 18:16:59 +09:00 |
|
roottool
|
a90c10ef3e
|
removed single quotation
|
2019-10-28 18:16:59 +09:00 |
|
hikerpig
|
77833ff980
|
Fix preview-window's scroll behavior, #3289
|
2019-10-28 18:09:29 +09:00 |
|
hikerpig
|
3eabf95fb3
|
optimize implementation for a0c15182
|
2019-10-10 16:34:28 +09:00 |
|
hikerpig
|
8ea920ef91
|
fix: Can't open external browser in Markdown Preview with external link containing '#', close #3213
|
2019-10-10 16:34:28 +09:00 |
|
Olcod
|
0697bc0a74
|
Add ability to sort lines with a hot key combination
|
2019-10-10 16:13:45 +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 |
|
Junyoung Choi
|
1332b337f3
|
Merge pull request #3136 from hikerpig/feature/scrollbarAppearance
tweak MarkdownPreview style to optimize overflow scrollbar display
|
2019-09-03 02:03:23 +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 |
|
AWolf81
|
857e75594d
|
Disable Javascript for printout window
|
2019-08-24 13:43:36 +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 |
|
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 |
|
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
|
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
|
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
|
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 |
|
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 |
|
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
|
5720b313a3
|
Merge branch 'master' into discard-warnings
|
2019-07-26 09:12:18 +09:00 |
|
hikerpig
|
f3e2205e69
|
fix several propType errors raised by 'react.development.js'
some are caused by typo, some are caused by unused propType declarations
|
2019-07-26 09:11:00 +09:00 |
|
Junyoung Choi
|
410b611b14
|
Discard all style warnings
|
2019-07-26 09:03:32 +09:00 |
|
Junyoung Choi
|
ac5a323115
|
Discard unused props
|
2019-07-26 08:49:21 +09:00 |
|
amedora
|
71d27d0e55
|
MarkdownEditor and MarkdownSplitEditor always wrap lines
|
2019-07-26 07:50:53 +09:00 |
|
nathan-castlehow
|
caf1f92fef
|
Removed SetTimeout on Markdown Preview Context menu
|
2019-07-22 16:42:57 +09:00 |
|
nathan-castlehow
|
e85767b4a0
|
feat: Added Context Menu for markdown preview mode and copy url when hyperlink
|
2019-07-22 16:42:57 +09:00 |
|
amedora
|
fe508307b2
|
make lineWrapping configurable
|
2019-07-22 16:42:08 +09:00 |
|
hikerpig
|
c2a26a8547
|
improvement: refactor buildStyle to NamedParameters style, and add some jsdoc
|
2019-07-21 15:28:12 +08:00 |
|
hikerpig
|
addf9b920f
|
tweak MarkdownPreview style to optimize overflow scrollbar display, fix #2902
|
2019-07-21 15:28:12 +08:00 |
|
AWolf81
|
782d71ddb0
|
path fix for MacOs
|
2019-07-17 17:25:13 +09:00 |
|
AWolf81
|
ba6eb4f26f
|
fix path Linux
|
2019-07-17 17:25:13 +09:00 |
|