884 Commits

Author SHA1 Message Date
Le Tan
9b114832f1 change panel view when locating to a folder or notebook 2018-04-28 21:36:58 +08:00
Le Tan
bc85c0d199 add wechat pay to README 2018-04-27 21:42:45 +08:00
Le Tan
9c80a9dcae auto judge 0 width/height splitter after changing panel view 2018-04-27 20:36:10 +08:00
Le Tan
960426579b show hovered link in status line in read mode 2018-04-27 20:35:58 +08:00
Le Tan
adacaef1c7 bug-fix: can not jump to the correct header when first enter edit mode 2018-04-27 20:35:45 +08:00
Le Tan
89375680b4 avoid checking openSSL info in release mode without -d option 2018-04-27 20:35:30 +08:00
Le Tan
2dbb114b47 fix image issue
1. Do not judge the image format from the file suffix;
2. Enable file: scheme in Markdown-it;
2018-04-27 20:35:17 +08:00
Le Tan
4afefbe964 markdown-it: aware of YAML format metadata in notes 2018-04-24 07:53:09 +08:00
Le Tan
99cf497ddc preview: bug fix with no-update issue 2018-04-24 07:52:43 +08:00
Le Tan
16399ded29 UniversalEntry: Ctrl+I to expand/collapse current item
Ctrl+Y is reserved in QLineEdit.
2018-04-24 07:52:22 +08:00
Le Tan
cba8b1c047 embed images in exported html 2018-04-24 07:51:57 +08:00
Le Tan
26ecf08f4a fix compilation warning 2018-04-20 23:04:33 +08:00
Le Tan
1d0621cac3 refine README 2018-04-20 19:55:54 +08:00
Le Tan
a4ab2ae671 restore current edit tab and cursor position info at startup 2018-04-20 19:55:42 +08:00
Le Tan
6fe82d3db0 highlighter fix 2018-04-20 19:55:28 +08:00
Le Tan
67e40cbe87 fix MathJax highlight with inline code, HTML comment, link, bold, and italic elements 2018-04-19 20:49:23 +08:00
Le Tan
80e65faca2 small fix 2018-04-19 20:31:43 +08:00
Le Tan
beee7a3cb8 fix macOS 2018-04-18 22:33:25 +08:00
Le Tan
91483fd8fc fix macOS travis CI 2018-04-18 22:11:41 +08:00
Le Tan
108ff1543c make discard action the default one when DiscardAndExit 2018-04-18 20:55:28 +08:00
Le Tan
aa5960f974 preview non-codeblock MathJax 2018-04-18 20:55:14 +08:00
Le Tan
9566e6f5d2 highlight: highlight MathJax formula in editor 2018-04-13 19:51:01 +08:00
Le Tan
05e4159530 bug-fix: fix leading spaces issue of VCodeBlockHighlightHelper
For example, a token " abc" in text "def\n abc", the leading space may
be consumed by the former "\n".
2018-04-12 19:32:04 +08:00
Le Tan
2c527201b8 do not highlight verbatim code blocks 2018-04-12 19:31:35 +08:00
Le Tan
10e2bba7f6 support Mermaid and Flowchart.js preview
Mermaid preview is disabled for some issues.
2018-04-12 19:31:13 +08:00
Le Tan
8239abec2a support code block MathJax preview 2018-04-11 19:53:33 +08:00
Le Tan
c72398e887 update shortcuts doc 2018-04-10 21:53:31 +08:00
Le Tan
55fcdd8884 Revert "shortcuts: translate Ctrl to Meta on macOS in default config"
This reverts commit 5cd114e549792bf837f18bd8b73df4e4f79e97ea.
2018-04-10 21:22:38 +08:00
Le Tan
cfcc7e5494 support in place preview and live preview of code blocks 2018-04-10 20:58:07 +08:00
Le Tan
0b9cc6e5b3 theme: constrain the mermaid style sheets in mermaid scope
It interferes Graphviz.
2018-04-10 20:58:07 +08:00
Le Tan
c6b7561864 VMdTab: live preview 2018-04-10 20:58:07 +08:00
Le Tan
051088be31 VMdTab: use splitter instead of tab layout to hold editor and web view
Prepare for live preview.
2018-04-10 20:58:07 +08:00
Le Tan
2206102945 support Graphviz 2018-04-10 20:58:07 +08:00
Le Tan
11e111ed7b markdown-it: turn off typographer 2018-04-10 20:58:07 +08:00
Le Tan
8e81742b90 refine the naming convertion of the package 2018-04-10 20:58:01 +08:00
Le Tan
7de6428605 fix linuxdeployqt to exclude libnss3 and libnssutil3 2018-04-08 20:01:54 +08:00
Le Tan
052691258c fix macos CI 2018-04-07 23:35:16 +08:00
Le Tan
401fa09250 refine README 2018-04-05 10:31:40 +08:00
Le Tan
027363400c fix appimage 2018-04-05 09:33:16 +08:00
Le Tan
ee322fc132 fix AppImage 2018-04-05 08:21:22 +08:00
Le Tan
9850d9a2a2 support PlantUML 2018-04-04 20:30:36 +08:00
Le Tan
a6087d98a6 add tool bar button for Universal Entry 2018-04-04 20:30:20 +08:00
Kinka Huang
390ce23353 Update README.md (#186) 2018-04-04 18:30:12 +08:00
Le Tan
6ba5b570b9 release v1.14 v1.14 2018-04-03 20:03:17 +08:00
Le Tan
5dfea13e61 refine Chinese translations 2018-04-03 19:56:54 +08:00
Le Tan
eb734f591e import: do not copy files when import if they locate in current folder 2018-04-03 19:38:59 +08:00
Le Tan
5cd114e549 shortcuts: translate Ctrl to Meta on macOS in default config 2018-04-03 19:38:43 +08:00
Le Tan
86b9a2e93f notebook: prompt for new root folder path when it is missing 2018-04-03 19:38:29 +08:00
Le Tan
373d839497 UniversalEntry: refinement 2018-04-03 19:38:12 +08:00
Le Tan
3bcc7991cb refine Chinese translations 2018-04-02 21:33:50 +08:00