913 Commits

Author SHA1 Message Date
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
Le Tan
26a7f40f36 VMdTab: discard backup file directly when it is identical 2018-04-02 20:38:13 +08:00
Le Tan
aad9395fad README: refine 2018-04-02 20:37:54 +08:00
Le Tan
87c85ce686 theme: remove v_material theme for its lack of maintenance 2018-04-02 20:37:41 +08:00
Le Tan
f733ce45db Settings: add item to config single click's behavior in notes list 2018-04-02 20:37:24 +08:00
Le Tan
af3d380683 UniversalEntry: add m for ListFolderUE
- Ctrl+M: to list current item folder or the folder containing current
item using ListFolderUE.
2018-04-02 20:37:04 +08:00
Le Tan
ed5809bf1b UniversalEntry: refine styles 2018-04-02 20:36:46 +08:00
Le Tan
764c0acfe5 UniversalEntry: add ? to show help information 2018-04-01 14:25:21 +08:00
Le Tan
0749ce178e UniversalEntry: Ctrl+S to sort items 2018-04-01 12:33:02 +08:00
Le Tan
31dbdbfe4d UniversalEntry: put notebooks and folders before notes in the result 2018-04-01 10:23:32 +08:00
Le Tan
e844bf5e40 UniversalEntry: add more shortcuts
- Ctrl+R to go to parent item in tree widget;
- Ctrl+T to expand or collapse an tree item;
2018-04-01 10:12:43 +08:00
Le Tan
7de9eab039 UniversalEntry: add y to list and search outline of current note 2018-03-30 22:23:37 +08:00
Le Tan
9289a634b5 UniversalEntry: add more entries
- e: search name of the folders/notes in current notebook;
- d: search content of the notes in current notebook;
- r: search name of the folders/notes in current folder;
- f: search content of the notes in current folder;
- t: list and search name of opened notes in buffer;
- g: search content of opened notes in buffer;
- b: search outline of opened notes in buffer;
- h: search path of the folders/notes in all the notebooks;
- n: search path of the folders/notes in current notebook
2018-03-30 22:23:22 +08:00
Le Tan
2bfa5f9f52 VSearchEngine: use batch mode to update results 2018-03-29 21:57:06 +08:00
Le Tan
a2c2d57570 UniversalEntry: add z to search content of note in all notebooks 2018-03-29 19:48:03 +08:00
Le Tan
b46a8f4f39 UniversalEntry: add q to list all notebooks and a to search name of folder/note 2018-03-29 19:47:47 +08:00
Le Tan
4727d0aa98 refine interfaces 2018-03-28 19:36:35 +08:00
Le Tan
b09320e666 VEditArea: refine Navigation Mode 2018-03-28 19:36:18 +08:00
Le Tan
d421a8577c support Universal Entry
`Ctrl+G` to call out the Universal Entry.
2018-03-28 19:35:38 +08:00
Le Tan
29977cff87 refine README 2018-03-23 08:30:09 +08:00
Le Tan
fd6f0270c9 refine README 2018-03-23 08:17:32 +08:00
Le Tan
6efe3d67ec fix travis.ci v1.13 2018-03-21 21:55:42 +08:00