Le Tan
7c9da2a37c
search: support && and || logical operator
...
- Space-separated keywords are combined as AND;
- && and || for AND and OR;
- Do not support using both && and ||;
- When multiple keywords are specified, will not show all the matched lines.
2018-03-15 22:00:14 +08:00
Le Tan
a2ee5413a1
support search
...
- Ctrl+E C to toggle the search dock;
2018-03-13 20:45:44 +08:00
Le Tan
d404360fee
bug-fix: could not quit VNote in KDE
2018-03-09 22:47:00 +08:00
Le Tan
469f4b43cc
find&replace: support \n for back reference in replace text
2018-03-07 21:04:34 +08:00
Le Tan
d3f9ec48eb
export: support custom export
2018-03-07 21:04:19 +08:00
Le Tan
9710659a00
support word count
2018-03-06 19:33:40 +08:00
Le Tan
113a1455de
style: add explicit margins to <p>
...
Or the copied HTML will contain the margin info of <p>.
2018-03-06 19:33:27 +08:00
Le Tan
69c14394ac
refine image insert selection logics
2018-03-06 19:33:13 +08:00
Le Tan
ccd3c55cad
refine VSelectDialog with QListWidget
2018-03-06 19:33:00 +08:00
Le Tan
1b1c530392
change CDN of MathJax
2018-03-04 20:34:35 +08:00
Le Tan
9cc193178b
export: add TOC function to built-in PDF export
2018-03-04 20:19:27 +08:00
Le Tan
fb73fdad77
export: bug fix
2018-03-04 11:33:44 +08:00
Le Tan
8e06c24fc1
export: call tool process asynchronously
2018-03-03 12:29:55 +08:00
Le Tan
635ac0a10b
export: fix wkhtmltopdf
...
- MathJax works fine;
- Mermaid does not work;
- Flowchart.js works fine;
2018-03-03 09:14:21 +08:00
Le Tan
ada0b40d80
mathjax: change <pre> to <p> after rendering
2018-03-02 22:37:14 +08:00
Le Tan
a331eee186
export: support exporting notes all in one PDF
2018-03-02 22:37:02 +08:00
Le Tan
2bb2910fec
add enable_flash_anchor config
...
It controls whether we need to flash the heading when we scroll to it in
read mode.
2018-03-02 22:36:51 +08:00
Le Tan
ba13ac7dc3
set <a> to break-all
2018-03-02 22:36:37 +08:00
Le Tan
53c36b5a70
export: remember subfolder settings
2018-03-02 22:36:26 +08:00
Le Tan
22104ebde3
support transparent render background
...
It is useful for export.
2018-03-02 22:36:11 +08:00
Le Tan
935bb4d3b4
export: support exporting PDF via wkhtmltopdf tool
2018-03-01 20:59:57 +08:00
Le Tan
3bee0365e9
support SavePage action in reading mode
2018-03-01 20:19:38 +08:00
Le Tan
bccc0b28db
export: support MHTML format
2018-03-01 20:19:20 +08:00
Le Tan
9c3da47cb1
release v1.12
2018-02-26 21:11:57 +08:00
Le Tan
a3124f6890
refine Chinese translations
2018-02-26 21:07:58 +08:00
Le Tan
ed44ec4ee8
bug-fix: use second accuracy to detect file change outside
2018-02-26 19:30:44 +08:00
Le Tan
da5218452f
handle HTML <img> in clipboard
2018-02-26 19:30:33 +08:00
Le Tan
2d3567e460
refine interface with shortcut hints
2018-02-26 19:30:20 +08:00
Le Tan
fe7c446e5f
export: handle HTML resources
2018-02-26 19:30:06 +08:00
Le Tan
b7e6301136
export: add option EmbedCssStyle for HTML
2018-02-25 14:37:13 +08:00
Le Tan
7069f7268b
palette: add mermaid css file config
2018-02-25 11:04:11 +08:00
Le Tan
1fe7567d79
export: support HTML format
2018-02-25 10:01:18 +08:00
Le Tan
60635fe5e7
export: support custom background, style
2018-02-23 19:54:07 +08:00
Le Tan
ad81e655a5
refine menu
2018-02-23 19:53:59 +08:00
Le Tan
4a4e4ed377
add copy target Evernote
2018-02-23 19:53:44 +08:00
Le Tan
956a8ab1d0
bug-fix: fix word-wrap bug in code block line number when exporting PDF
2018-02-22 19:44:15 +08:00
Le Tan
76ff1ff756
update block when changing cursor block mode
2018-02-22 19:44:03 +08:00
Le Tan
faff0cd8f6
bug-fix: fix code block highlight issues
...
add ignore_illegals parameter to hljs.highlight().
2018-02-22 19:43:49 +08:00
Le Tan
3ce7ef28c1
bug-fix: make path before exporting PDF
2018-02-16 13:35:24 +08:00
Le Tan
6d24f7e92b
bug-fix: remove unnecessary NULL check before delete
2018-02-13 22:18:38 +08:00
Le Tan
8ff520d0fd
refactor export
2018-02-13 22:10:48 +08:00
Le Tan
bc9dd643fc
support reset layout
2018-02-06 20:37:38 +08:00
Le Tan
4bcb60e903
add config enable_auto_save which is false by default
2018-02-05 22:26:38 +08:00
Le Tan
bf70c23110
combine EditNote and SaveExitNote
2018-02-04 16:50:46 +08:00
Le Tan
117b5471fd
bug-fix: merge the code block base format when highlighting code block in edit mode
2018-02-04 13:02:55 +08:00
Le Tan
a32fb015e1
add symlink vnote to VNote in Unix
2018-02-04 10:14:54 +08:00
Le Tan
33c6e37d43
setCurrentItem() in QTreeWidget has different behaviors with that of QListWidget
2018-02-03 18:37:25 +08:00
Le Tan
8158d22bb4
convert VOutline to VTreeWidget to support simple search
2018-02-03 16:37:09 +08:00
Le Tan
878a272777
add VTreeWidget with simple search and convert VDirectoryTree to it
2018-02-03 16:33:00 +08:00
Le Tan
0125251716
Merge branch 'list-search' into dev
...
Add simple search for list widget.
2018-02-03 12:11:25 +08:00