1337 Commits

Author SHA1 Message Date
Le Tan
439f0013c9 style: use another font as Verdana do not work well with pinyin 2018-10-31 22:12:01 +08:00
Le Tan
4ae4960358 markdown-it: MathJax support $.$ in \text{} within $$...$$ 2018-10-31 22:11:40 +08:00
Le Tan
bdf4e10c6e markdown-it: support \begin...\end for MathJax 2018-10-30 20:47:57 +08:00
Le Tan
aeb2263be3 Editor: support auto scrolling cursor line into center 2018-10-30 20:47:41 +08:00
Le Tan
f3ff862cfb MathJax: support euqation number
http://docs.mathjax.org/en/latest/tex.html#automatic-equation-numbering
2018-10-30 20:47:28 +08:00
Bilal
a246b7abab intrenal -> internal typo fix (#469) 2018-10-29 08:51:53 +08:00
Le Tan
7a03e38a2c release v2.1 v2.1 2018-10-27 16:55:28 +08:00
Le Tan
fe2a06e7f4 refine docs 2018-10-27 16:52:45 +08:00
Le Tan
fd3f526dcb refine Chinese translations 2018-10-27 16:39:59 +08:00
Le Tan
bd16ae27c0 do not enable HighDpiScaling from QT 2018-10-27 10:03:34 +08:00
Le Tan
553b2b08a3 TabIndicator: left aligned column number 2018-10-26 20:03:00 +08:00
Le Tan
47eae737f7 refine README 2018-10-25 21:10:21 +08:00
Le Tan
3aaea23545 fix combo box style on macOS 2018-10-25 21:03:41 +08:00
Le Tan
493ba08bd0 TabIndicator: refine style 2018-10-25 21:03:41 +08:00
Le Tan
1b39cf4af5 fix icon 2018-10-25 21:03:41 +08:00
Le Tan
09ae24395d marked: upgrade of the Marked break the language keyword of code block
Change from "lang" to "language".
2018-10-25 21:03:41 +08:00
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