Le Tan
|
0a2bdc7033
|
support tags
|
2021-10-15 15:26:37 +08:00 |
|
Le Tan
|
3b03fd2189
|
fix styles
|
2021-09-26 14:43:55 +08:00 |
|
Le Tan
|
6689e8c84c
|
add sqlite database
|
2021-09-26 14:43:55 +08:00 |
|
Le Tan
|
dc0c0ca849
|
Notebook: support scan and import external files
|
2021-09-04 12:22:33 +08:00 |
|
Le Tan
|
0d8bb7eebd
|
Editor: support line ending
|
2021-08-28 11:03:47 +08:00 |
|
Le Tan
|
ed8cd503b5
|
Search: highlight matched items in opened files
|
2021-08-26 20:33:49 +08:00 |
|
Le Tan
|
8326d3c702
|
Export: support custom export
|
2021-08-23 20:50:52 +08:00 |
|
Le Tan
|
bcec79fe17
|
MainWindow: use icon only in docks' tab bar
|
2021-08-20 20:05:30 +08:00 |
|
Le Tan
|
f1d931c276
|
support Image Host
|
2021-08-11 21:46:27 +08:00 |
|
Le Tan
|
cf988e6fa6
|
History: support history
|
2021-07-24 11:13:20 +08:00 |
|
Le Tan
|
58e8ea5ee8
|
improve Snippet support
|
2021-07-08 21:31:13 +08:00 |
|
Le Tan
|
d1d8fabb60
|
suport snippet
|
2021-07-05 21:51:50 +08:00 |
|
Le Tan
|
ff79533fa0
|
support external programs
|
2021-06-19 10:12:50 +08:00 |
|
Le Tan
|
7001976252
|
support auto indent
|
2021-06-12 12:43:56 +08:00 |
|
Le Tan
|
58a7745b0e
|
MarkdownEditor: guess image suffix when fetching images to local
|
2021-05-12 20:07:23 +08:00 |
|
Le Tan
|
fe827e74f0
|
support full-text search (#1733)
|
2021-04-13 20:53:08 +08:00 |
|
Le Tan
|
9895207dd4
|
support external nodes (#1718)
|
2021-03-14 09:37:06 +08:00 |
|
Le Tan
|
04a57f4f8d
|
support export
|
2021-02-23 20:26:15 +08:00 |
|
Le Tan
|
7595b03639
|
refactor Node interface (#1681)
|
2021-02-01 20:42:39 +08:00 |
|
Le Tan
|
6503b433e1
|
Dev (#1644)
* add file type combobox in NewNoteDialog
* add SectionNumberStyle
|
2021-01-07 20:41:45 +08:00 |
|
Le Tan
|
774930c950
|
fix combobox style on macOS (#1638)
* fix combobox style on macOS
* fix SingleInstanceGuard on *nix
* fix style on macos
* fix demo
|
2021-01-02 09:55:46 +08:00 |
|
Le Tan
|
759c562eb8
|
add theme moonlight (#1636)
|
2020-12-31 19:53:28 +08:00 |
|
Le Tan
|
40a3df305b
|
add theme page
|
2020-12-26 15:05:30 +08:00 |
|
Le Tan
|
6dce8e65a7
|
add Chinese translations (#1615)
* add Chinese translations
* remove widgets_zh_CN.ts and update qt_zh_CN.ts
* refine
|
2020-12-21 21:12:19 +08:00 |
|
Le Tan
|
847e3d621d
|
support find and replace (#1593)
TODO: we may need to transform the `QRegularExpression` usage to the `RegExp` in JS.
|
2020-12-13 12:34:43 +08:00 |
|
Le Tan
|
52702a32e9
|
hard days for VNoteX project
Never say "refactor" again!!!
|
2020-11-28 23:10:43 +08:00 |
|
Le Tan
|
44e33b540e
|
say goodbye to VNote 2.0
|
2020-11-28 22:53:24 +08:00 |
|
Le Tan
|
6084ce23ed
|
fix vsync
|
2020-09-05 10:03:32 +08:00 |
|
Le Tan
|
36e335bd72
|
VSync: add support for linux/mac
|
2020-09-04 20:25:55 +08:00 |
|
Le Tan
|
d3e1e560c4
|
fix vSync
|
2020-08-31 21:17:50 +08:00 |
|
刘涛
|
1fb6e777a3
|
增加同步上传与更新git功能 (#1482)
* 增加git同步功能
* windows下增加图标
* Git操作改为异步
* 优化同步功能
* 更新完成后重新加载当前笔记本
* 上传前关闭所有已打开笔记
* Revert "更新完成后重新加载当前笔记本"
This reverts commit 67bf9836b83203093dd71f8df99b903bcaa0adb1.
* optimize code
* revert VDirectoryTree.h
* format code
Co-authored-by: musmus9405 <542719479@qq.com>
|
2020-08-29 11:53:04 +08:00 |
|
Le Tan
|
7d3732c58f
|
fix MathJax v3 support
1. Support MathJax inside a fenced code block;
2. Support scale factor in preview;
|
2020-03-01 09:37:55 +08:00 |
|
Bibliobibulus
|
5df695c1ea
|
Support MathJaX v3 (#1221)
* Support MathJaX v3
* Update configuration of MathJaX
* Update config to export HTML
* Reset numbering
* Add scale option
* Fix typo
|
2020-03-01 09:24:43 +08:00 |
|
gydeng
|
615826323a
|
support vim e command in vmdtab and vvim (#1218)
|
2020-02-23 10:27:59 +08:00 |
|
Hiroshi Miura
|
35080bd175
|
Document folder structure to encourage translation in various languages (#1170)
* Restructuring docs resource folder
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* Correct variable name according to coding rule
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
|
2020-01-15 22:34:50 +08:00 |
|
Le Tan
|
be229bed63
|
upgrade mermaid.js
|
2019-12-17 21:32:01 +08:00 |
|
Le Tan
|
a2841c399b
|
fix PlantUML online preview
|
2019-12-10 20:41:49 +08:00 |
|
haipengno1
|
6ff3d37790
|
fix: render fails when using PlantUML online services (#1097)
|
2019-12-04 18:43:27 +08:00 |
|
Le Tan
|
8660668a94
|
refine image hosting
|
2019-11-27 21:27:17 +08:00 |
|
Le Tan
|
151481cfca
|
add config [web]/enable_code_block_copy_button
|
2019-06-24 20:23:50 +08:00 |
|
Yunjie Chen
|
e78f375e81
|
markdown: add copy button to code blocks to copy source text
|
2019-06-08 12:25:10 +08:00 |
|
Le Tan
|
e8b2530ca3
|
refine translations
|
2019-01-13 10:54:26 +08:00 |
|
Le Tan
|
64960cc3c5
|
editor: support prepend_dot_in_relative_path config
|
2018-12-03 19:51:04 +08:00 |
|
Le Tan
|
12d5bb27ef
|
markdown: support WaveDrom diagram in language wavedrom code block
In place preview is not supported.
|
2018-11-30 21:01:31 +08:00 |
|
Le Tan
|
f9e9735d5f
|
Preview: fix glitchy PlantUML preview when no background is specified
|
2018-11-25 11:20:31 +08:00 |
|
Le Tan
|
28eb48cc2e
|
PegParser: support ~~~ as fenced code block
|
2018-11-22 20:31:47 +08:00 |
|
Le Tan
|
7955246a51
|
web: add anchor to the title
|
2018-11-20 20:13:49 +08:00 |
|
Le Tan
|
b6b73c3f82
|
editor: guess the image title from image path when inserting an image
|
2018-11-12 20:12:07 +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
|
4ae4960358
|
markdown-it: MathJax support $.$ in \text{} within $$...$$
|
2018-10-31 22:11:40 +08:00 |
|