Le Tan
81fde672f9
PegParser: update for display formula number to bcb0d729e4d4db5c27ce7bb7c69577120d6a5fc0
2018-10-17 19:59:34 +08:00
Le Tan
8184f3a1af
Mathjax: support equation number in read mode
2018-10-17 19:57:14 +08:00
Le Tan
2b5b460451
pmh_parser: update to 9f5cebec152d6611d28f08152e07f81a76ff419f for HRULE
2018-10-15 19:53:58 +08:00
Le Tan
8dbcf139d8
PegParser: fix Unicode characters above 65535
...
QString() will use two characters to save one Unicode chartacter if its
code point is above 65535, which causes the parse result shift.
2018-10-15 19:39:28 +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
94fd430c06
style: add style for QSlider
2018-10-13 12:33:19 +08:00
Le Tan
f85f2cc3a3
web: skip scroll check
2018-10-12 20:20:43 +08:00
Le Tan
ba75c94f40
FileList: support drag&drop to copy/move files
2018-10-12 20:20:24 +08:00
Le Tan
d1e7926630
Export: export attachments with attachment folder path
2018-10-12 20:20:04 +08:00
Le Tan
43fcdd502a
Editor: support Ctrl+Shift+V to paste as plain text
2018-10-12 20:19:32 +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
33350e6bdf
MdEditor: support Attach And Insert Link action
2018-10-12 20:19:30 +08:00
Le Tan
3779dd1b81
MdEditor: add action to insert link to attachment
2018-10-12 20:19:30 +08:00
JianYueLin
a1f1618824
fix src/vmdeditoperations.cpp error ( #443 )
...
* fix insertImageFromPath function param error : can't convert QString to QString &
* fix src/vmdeditoperations.cpp error
2018-10-09 23:21:20 +08:00
Le Tan
0484656c1f
AttachmentList: support copying file path of attachment
2018-10-08 20:41:22 +08:00
Le Tan
e27907e5b4
Turndown: cover table from Microsoft Excel
2018-10-08 20:40:59 +08:00
Le Tan
dc9c9f6bbd
MdEditor: close the temporary file explicitly after writing
2018-10-08 20:40:45 +08:00
Le Tan
61909c2c5d
MdEditOperations: check source image before insert from path
2018-10-06 15:04:18 +08:00
Silver Bullet
af39cf5232
vnote is outdate. use vnote-bin from AUR. ( #436 )
...
Use `vnote-bin` instead of `vnote` from AUR.
2018-10-06 14:26:28 +08:00
Le Tan
9923feea14
InsertImageDialog: support scaling image
2018-09-30 23:01:11 +08:00
Le Tan
5cc8d6c8f1
MdEditor: support downloading images to local when Parse&Paste
2018-09-30 23:00:58 +08:00
Le Tan
a67584f8bb
VEditArea: only check outside change of files in active tabs
2018-09-29 18:38:32 +08:00
Le Tan
751082c820
Downloader: enable auto following re-directed request
2018-09-29 18:38:24 +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
d014842bbf
Editor: refine completion in reverse case
...
Remove duplicates after reversing the list.
2018-09-29 18:37:12 +08:00
Le Tan
d27d20c4ea
update to qt5.9.6 in Linux
2018-09-26 19:24:36 +08:00
Le Tan
f7589983b5
Editor: fix completion
2018-09-26 19:24:25 +08:00
Le Tan
bc711e755c
VTextDocumentLayout: bug fix in relayout()
2018-09-26 19:24:18 +08:00
Le Tan
12b819250d
update issue template
2018-09-26 19:24:07 +08:00
Le Tan
02fc5f20f3
UniversalEntry/Searcher: Ctrl+B to expand/collapse all items
2018-09-26 19:23:56 +08:00
Le Tan
3902f7f080
refine shortcuts doc
2018-09-26 19:23:42 +08:00
Le Tan
dc659b6c7a
Outline: update outline panel manually when tree is empty
2018-09-24 12:40:26 +08:00
Le Tan
803a0b66df
Navigation: fix navigation visible items of list/tree widgets
...
isHidden() will be false even the item is not visible in current viewport.
2018-09-24 11:41:33 +08:00
Le Tan
b025327c85
fake commit to trigger build
2018-09-22 13:27:36 +08:00
Le Tan
6551b0b685
release v2.0
v2.0
2018-09-22 12:48:35 +08:00
Le Tan
b72f24545e
refine Chinese translations
2018-09-22 10:44:38 +08:00
Le Tan
a4d6f042ef
update changes.md
2018-09-21 19:41:23 +08:00
Le Tan
9b83d50116
fix
...
- Selection style in mdhl does not work on macOS. Choose another Vim
visual line background.
- Disable multiple keyboard layout support on macOS.
- Make close_before_external_editor work when opening with default
program.
2018-09-21 19:41:07 +08:00
Le Tan
77dd8d0f32
Export: support outline panel in exported HTML file
2018-09-20 19:22:53 +08:00
akkuman
03ff391948
Add outline template for export html ( #404 )
...
Draft for outline implementation in exported html file
2018-09-18 19:33:14 +08:00
Le Tan
55b835a97c
Exporter: add PDF-Like option for custom export
2018-09-18 19:27:51 +08:00
Le Tan
68dc2425a9
Editor: support highlighting tabs
2018-09-18 19:27:42 +08:00
Le Tan
f9820cf709
VTextEdit: bug fix
2018-09-18 19:27:33 +08:00
Le Tan
14ab49165e
Vim: double-click to enter Visual mode
2018-09-18 19:27:23 +08:00
Le Tan
837fb47d4d
style: use smaller font size for headings
2018-09-18 19:26:54 +08:00
Le Tan
30a3a6e74a
MdEditor: support inserting file as relative link
2018-09-14 19:48:17 +08:00
Le Tan
b052fa0f05
Editor: fix find hanging bug
2018-09-13 19:59:58 +08:00