Le Tan
f7ba98f3bb
update Marked to 0.5.1
2018-10-17 20:43:08 +08:00
Le Tan
4cced65863
export: add icon, title and footer to exported HTML
2018-10-17 20:02:10 +08:00
Le Tan
c0af5aeb71
Turndown: delete redundant spaces after list item
2018-10-17 20:02:01 +08:00
Le Tan
203544632e
MdEditor: turn equation from zhihu.com to MathJax when fetching images
2018-10-17 20:01:51 +08:00
Le Tan
0eab02de9b
Turndown: remove \n in table cell
...
When pasting table from OneNote, there may be redundant \n that will
break the table.
2018-10-17 20:01:28 +08:00
Le Tan
8184f3a1af
Mathjax: support equation number in read mode
2018-10-17 19:57:14 +08:00
Le Tan
29079ade72
vim: handle keys when CapsLock is on
2018-10-15 19:39:17 +08:00
Le Tan
ec15475c87
Turndown: remove title and alt text if they contains invalid characters
...
It is useful especially for OneNoe.
2018-10-15 19:39:01 +08:00
Le Tan
1b95b636e7
image related fixes
...
- Support previewing cross-line image link;
- Do not consider image title when generating image name and use current
time at the front to make it easy to sort.
2018-10-14 11:59:25 +08:00
Le Tan
6d1830ad86
fix local image path with query parameters
2018-10-12 20:19:31 +08:00
Le Tan
b27da44c7a
MdEditor: fix suffix of url with query parameters
2018-10-12 20:19:31 +08:00
Le Tan
e27907e5b4
Turndown: cover table from Microsoft Excel
2018-10-08 20:40:59 +08:00
Le Tan
5cc8d6c8f1
MdEditor: support downloading images to local when Parse&Paste
2018-09-30 23:00:58 +08:00
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
f7589983b5
Editor: fix completion
2018-09-26 19:24:25 +08:00
Le Tan
02fc5f20f3
UniversalEntry/Searcher: Ctrl+B to expand/collapse all items
2018-09-26 19:23:56 +08:00
Le Tan
77dd8d0f32
Export: support outline panel in exported HTML file
2018-09-20 19:22:53 +08:00
Le Tan
14ab49165e
Vim: double-click to enter Visual mode
2018-09-18 19:27:23 +08:00
Le Tan
a7bdcf4d54
Turndown: support parsing table without head
2018-09-13 19:56:18 +08:00
Le Tan
d66fd7c1c5
InplacePreview: support online PlantUML in-place preview
2018-09-12 20:36:00 +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
377c00c25d
MagicWord: add %att% as the relative path of the attachment folder
2018-09-06 21:12:06 +08:00
Le Tan
c4c7f99ca7
suport Quick Access by Ctrl+Alt+I
2018-09-06 21:11:55 +08:00
Le Tan
ffa413fa26
Captain: fix captain mode in diffrent keyboard layout
2018-09-02 15:21:25 +08:00
Le Tan
af912619a0
vim: bug fix for mapping Caps as Ctrl in KDE
2018-09-01 19:23:52 +08:00
Le Tan
5d0b45715d
ClipboardUtils: loop on Linux
2018-09-01 18:59:02 +08:00
Le Tan
22489137ae
MathJaxPreview: fix preview while using local mathjax
2018-09-01 11:06:33 +08:00
Le Tan
68dd95591d
vim: add x for exemption key
2018-08-31 20:22:42 +08:00
Le Tan
3f5ccf6b6e
Completion: bug fix when cursor is at the end of a word
2018-08-30 20:15:56 +08:00
Le Tan
7c7b9e8a3d
MdEditor: insert image from network via tempoary file
2018-08-26 15:01:22 +08:00
Le Tan
185f6d0dcb
fix image title constraint
2018-08-24 20:14:38 +08:00
Le Tan
94828a65ad
Vim: support specifying leader key via [editor]/vim_leader_key
2018-08-24 20:13:35 +08:00
Le Tan
5d4b450fab
UniversalEntry: add parent directory name before item name in the result
2018-08-22 20:08:32 +08:00
Le Tan
d4daf32f20
MdEditor: support copying diagram in puml and graphviz
2018-08-22 20:01:31 +08:00
Le Tan
1ce8c05da9
MdEditor: support copy in-place preview
2018-08-19 12:06:50 +08:00
Le Tan
f98c2f5382
MdEditor: aware of links and images in edit mode
2018-08-18 18:47:29 +08:00
Le Tan
dc1f1c4535
MdEditor: support pasting HTML as converted Markdown text via Turndown
2018-08-17 22:42:21 +08:00
Le Tan
b9da920bb4
Preview: fill background
2018-08-15 21:07:22 +08:00
Le Tan
0508e8f34d
Completion: consider word separator
2018-08-15 19:55:52 +08:00
Le Tan
35f66ba88e
Preview: scale SVG via QSvgRenderer
2018-08-15 19:55:20 +08:00
Le Tan
4fbe2d87b7
MdEditOperations: support auto block quote
2018-08-09 20:00:42 +08:00
Le Tan
e2eb4efb45
MdEidtOperations: support * as list bullet in auto list
2018-08-08 20:40:45 +08:00
Le Tan
efd3740198
add hint for re-opening tabs
2018-08-07 20:59:33 +08:00
Le Tan
bfac189cb7
PegMarkdownHighlighter: cache result for performance
2018-07-30 21:55:07 +08:00
Le Tan
8679ffa051
PegMarkdownHighlighter: improve performance
2018-07-29 10:17:59 +08:00
Le Tan
9b49de3ab5
MdEditOperations: Ctrl+U to delete till the space of block
2018-07-27 21:05:07 +08:00
Le Tan
72fb0f18c6
flowchart.js: update to 1.11.3
2018-07-25 06:47:16 +08:00
Le Tan
48db50fd5e
PegHighlighter: refine fast parse
...
- Fast parse block range: look upward till the indentation is 0;
- Rehighlight all the fast-parsed blocks explicitly;
- Do not reset block user state by default;
- Pre highlight single format blocks to avoid jitter of line height;
2018-07-17 20:43:28 +08:00
Le Tan
59efed94f3
config: add [global]/image_name_prefix for inserted images
2018-07-15 20:06:05 +08:00