Le Tan
2a7a4f864e
WebView: do not set background color to transparent
...
Setting background color of a web engine page to transparent will force
it to render using grayscale antialiasing.
2018-10-25 21:03:41 +08:00
akkuman
9b9f2cdea3
Updated README.md ( #464 )
...
* Update README_zh.md
* Updated README.md
2018-10-25 21:02:42 +08:00
Le Tan
26ec4eb42b
try fix the blur issue of toolbar icon on macOS
2018-10-23 20:45:45 +08:00
Le Tan
29c1c346a4
MdTab: handle non-exist file
2018-10-22 13:20:13 +08:00
Geoffrey Cheung
8d42ffea0f
Update src/utils/vmetawordmanager.cpp ( #462 )
...
* Update src/utils/vmetawordmanager.cpp
add week number(%w%)
* Update src/utils/vmetawordmanager.cpp
Co-Authored-By: geoffreycheungr <geoffreycheung@126.com>
* Update src/utils/vmetawordmanager.cpp
Co-Authored-By: geoffreycheungr <geoffreycheung@126.com>
* Update src/utils/vmetawordmanager.cpp
Co-Authored-By: geoffreycheungr <geoffreycheung@126.com>
2018-10-22 08:22:52 +08:00
Le Tan
88d915c43c
update welcome docs
2018-10-21 21:57:33 +08:00
Le Tan
e46bffa1b1
add welcome page
2018-10-18 19:55:01 +08:00
Le Tan
3b2154f45e
Preview: fix image scaling for downloaded preview images
2018-10-18 19:54:47 +08:00
Le Tan
a12f01e617
TextDocumentLayout: add debug info to investigate the crash
2018-10-17 20:51:27 +08:00
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
3196ef8512
add restart action in file menu
2018-10-17 20:01:42 +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
627664bb0e
refine notebook panel
2018-10-17 20:01:18 +08:00
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