1399 Commits

Author SHA1 Message Date
Le Tan
0ef38171e9 web: minor fix 2018-11-10 20:01:24 +08:00
Le Tan
2637fd90ec markdown-it: support alert text via markdown-it-container plugin
::: alert-info
This is an info text.
:::
2018-11-09 20:37:44 +08:00
Le Tan
1951b30b11 OpenGL: add option in settings on Windows to specify OpenGL implementation 2018-11-07 20:31:53 +08:00
Le Tan
c606069c1c MainWindow: save state after toggling split out 2018-11-07 20:31:46 +08:00
Le Tan
c640118dfa TextDocumentLayout: bug fix for block count change
Example text that will make VNote crash:

```
ab123  aaa
```

Then select the space before `aaa` and press `Enter`.
2018-11-07 20:31:21 +08:00
Le Tan
64d2aab76a TagExplorer: support spliting file list out 2018-11-03 20:45:49 +08:00
Le Tan
73b1db7a52 NotebookPanel: support spliting file list out 2018-11-03 20:03:12 +08:00
Le Tan
a21a1e723a Editor: support specifying font via settings to override style 2018-11-02 19:54:23 +08:00
Le Tan
ee6059ff7c translate path from native separtor to / 2018-11-02 19:54:14 +08:00
Le Tan
6455e9ca19 style: fix image caption style to avoid mess up after export
Use span instead of div to wrap the image caption.
2018-11-01 21:22:23 +08:00
Le Tan
61925a9c30 style: force to left-aligned tab bar 2018-11-01 21:22:03 +08:00
Le Tan
6a470ba2f4 PegParser: update PegMarkdownHighlight for MathJax
1. Support $ in $$..$$;
2. Support raw display formula \begin{}...\end{}
2018-11-01 19:55:31 +08:00
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