157 Commits

Author SHA1 Message Date
Le Tan
574aa4e70a KeyboardLayout: support specifying keyboard layout mappings
Captain mode now supports different layout mappings.
2018-09-29 18:37:50 +08:00
Le Tan
77dd8d0f32 Export: support outline panel in exported HTML file 2018-09-20 19:22:53 +08:00
Le Tan
55b835a97c Exporter: add PDF-Like option for custom export 2018-09-18 19:27:51 +08:00
Le Tan
4d223d0397 MdEditor: insert link or content when dropping file in editor 2018-09-12 20:35:15 +08:00
Le Tan
a055d6e935 Editor: highlight matches of full-text search result in page 2018-09-12 20:34:43 +08:00
Le Tan
647807a918 Editor: refine find logics 2018-09-10 20:26:39 +08:00
Le Tan
c4c7f99ca7 suport Quick Access by Ctrl+Alt+I 2018-09-06 21:11:55 +08:00
Le Tan
22489137ae MathJaxPreview: fix preview while using local mathjax 2018-09-01 11:06:33 +08:00
Le Tan
72bb72477e support copy file path in context menu 2018-08-31 20:08:57 +08:00
Le Tan
7c7b9e8a3d MdEditor: insert image from network via tempoary file 2018-08-26 15:01:22 +08:00
Le Tan
4db6c1cc7b move Vim option from menu to settings 2018-08-10 20:46:03 +08:00
Le Tan
2298338094 VNotebook: refine logics of building notebook from existing file structures 2018-08-05 22:41:42 +08:00
Xinjun Ma
09c610e3a9 recursive import external folders (#332)
* recursive import external folders

* rollback translation

* fix when path does not exist

* add blank line
2018-08-05 18:15:26 +08:00
Le Tan
ffd653ef55 support tags of notes
- Adding/Removing tags of notes;
- Auto-completion of tags;
2018-06-16 09:00:59 +08:00
Le Tan
3bd80387fa SettingsDialog: add test buttons for PlantUML and Graphviz 2018-06-16 09:00:36 +08:00
Le Tan
4549919e68 Editor: refine image-insert dialog 2018-06-08 20:01:37 +08:00
Le Tan
8d3a7874d0 editor: support custom zoom delta 2018-06-01 19:37:45 +08:00
Le Tan
2ff9c607dd explorer: support exploring system's files 2018-05-26 13:26:59 +08:00
Le Tan
89677c8261 notebook: support relative path (to app's directory) 2018-05-23 20:09:14 +08:00
Le Tan
925833d590 export: support copying exported file's content 2018-05-14 20:42:17 +08:00
Le Tan
b355872c5f export: support %4 for code block css style url 2018-05-14 20:42:02 +08:00
Le Tan
0faf79b45b VSettingsDialog: add MathJax configuration and tool bar icon size configuration 2018-05-02 20:02:18 +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
cba8b1c047 embed images in exported html 2018-04-24 07:51:57 +08:00
Le Tan
6fe82d3db0 highlighter fix 2018-04-20 19:55:28 +08:00
Le Tan
c6b7561864 VMdTab: 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
9850d9a2a2 support PlantUML 2018-04-04 20:30:36 +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
f733ce45db Settings: add item to config single click's behavior in notes list 2018-04-02 20:37:24 +08:00
Le Tan
764c0acfe5 UniversalEntry: add ? to show help information 2018-04-01 14:25:21 +08:00
Le Tan
47b4cc88aa support sorting items by clicking the column header 2018-03-16 21:37:56 +08:00
Le Tan
a2ee5413a1 support search
- Ctrl+E C to toggle the search dock;
2018-03-13 20:45:44 +08:00
Le Tan
469f4b43cc find&replace: support \n for back reference in replace text 2018-03-07 21:04:34 +08:00
Le Tan
d3f9ec48eb export: support custom export 2018-03-07 21:04:19 +08:00
Le Tan
69c14394ac refine image insert selection logics 2018-03-06 19:33:13 +08:00
Le Tan
ccd3c55cad refine VSelectDialog with QListWidget 2018-03-06 19:33:00 +08:00
Le Tan
9cc193178b export: add TOC function to built-in PDF export 2018-03-04 20:19:27 +08:00
Le Tan
8e06c24fc1 export: call tool process asynchronously 2018-03-03 12:29:55 +08:00
Le Tan
635ac0a10b export: fix wkhtmltopdf
- MathJax works fine;
- Mermaid does not work;
- Flowchart.js works fine;
2018-03-03 09:14:21 +08:00
Le Tan
a331eee186 export: support exporting notes all in one PDF 2018-03-02 22:37:02 +08:00
Le Tan
2bb2910fec add enable_flash_anchor config
It controls whether we need to flash the heading when we scroll to it in
read mode.
2018-03-02 22:36:51 +08:00
Le Tan
53c36b5a70 export: remember subfolder settings 2018-03-02 22:36:26 +08:00
Le Tan
22104ebde3 support transparent render background
It is useful for export.
2018-03-02 22:36:11 +08:00
Le Tan
935bb4d3b4 export: support exporting PDF via wkhtmltopdf tool 2018-03-01 20:59:57 +08:00
Le Tan
bccc0b28db export: support MHTML format 2018-03-01 20:19:20 +08:00
Le Tan
a3124f6890 refine Chinese translations 2018-02-26 21:07:58 +08:00
Le Tan
fe7c446e5f export: handle HTML resources 2018-02-26 19:30:06 +08:00
Le Tan
b7e6301136 export: add option EmbedCssStyle for HTML 2018-02-25 14:37:13 +08:00
Le Tan
1fe7567d79 export: support HTML format 2018-02-25 10:01:18 +08:00