836 Commits

Author SHA1 Message Date
Le Tan
373d839497 UniversalEntry: refinement 2018-04-03 19:38:12 +08:00
Le Tan
3bcc7991cb refine Chinese translations 2018-04-02 21:33:50 +08:00
Le Tan
26a7f40f36 VMdTab: discard backup file directly when it is identical 2018-04-02 20:38:13 +08:00
Le Tan
aad9395fad README: refine 2018-04-02 20:37:54 +08:00
Le Tan
87c85ce686 theme: remove v_material theme for its lack of maintenance 2018-04-02 20:37:41 +08:00
Le Tan
f733ce45db Settings: add item to config single click's behavior in notes list 2018-04-02 20:37:24 +08:00
Le Tan
af3d380683 UniversalEntry: add m for ListFolderUE
- Ctrl+M: to list current item folder or the folder containing current
item using ListFolderUE.
2018-04-02 20:37:04 +08:00
Le Tan
ed5809bf1b UniversalEntry: refine styles 2018-04-02 20:36:46 +08:00
Le Tan
764c0acfe5 UniversalEntry: add ? to show help information 2018-04-01 14:25:21 +08:00
Le Tan
0749ce178e UniversalEntry: Ctrl+S to sort items 2018-04-01 12:33:02 +08:00
Le Tan
31dbdbfe4d UniversalEntry: put notebooks and folders before notes in the result 2018-04-01 10:23:32 +08:00
Le Tan
e844bf5e40 UniversalEntry: add more shortcuts
- Ctrl+R to go to parent item in tree widget;
- Ctrl+T to expand or collapse an tree item;
2018-04-01 10:12:43 +08:00
Le Tan
7de9eab039 UniversalEntry: add y to list and search outline of current note 2018-03-30 22:23:37 +08:00
Le Tan
9289a634b5 UniversalEntry: add more entries
- e: search name of the folders/notes in current notebook;
- d: search content of the notes in current notebook;
- r: search name of the folders/notes in current folder;
- f: search content of the notes in current folder;
- t: list and search name of opened notes in buffer;
- g: search content of opened notes in buffer;
- b: search outline of opened notes in buffer;
- h: search path of the folders/notes in all the notebooks;
- n: search path of the folders/notes in current notebook
2018-03-30 22:23:22 +08:00
Le Tan
2bfa5f9f52 VSearchEngine: use batch mode to update results 2018-03-29 21:57:06 +08:00
Le Tan
a2c2d57570 UniversalEntry: add z to search content of note in all notebooks 2018-03-29 19:48:03 +08:00
Le Tan
b46a8f4f39 UniversalEntry: add q to list all notebooks and a to search name of folder/note 2018-03-29 19:47:47 +08:00
Le Tan
4727d0aa98 refine interfaces 2018-03-28 19:36:35 +08:00
Le Tan
b09320e666 VEditArea: refine Navigation Mode 2018-03-28 19:36:18 +08:00
Le Tan
d421a8577c support Universal Entry
`Ctrl+G` to call out the Universal Entry.
2018-03-28 19:35:38 +08:00
Le Tan
29977cff87 refine README 2018-03-23 08:30:09 +08:00
Le Tan
fd6f0270c9 refine README 2018-03-23 08:17:32 +08:00
Le Tan
6efe3d67ec fix travis.ci v1.13 2018-03-21 21:55:42 +08:00
Le Tan
71e744b1b5 fix travis.ci 2018-03-21 21:52:11 +08:00
Le Tan
dba6bb1e68 release v1.13 2018-03-21 21:04:08 +08:00
Le Tan
507568ae2c refine Chinese translations 2018-03-21 21:01:39 +08:00
Le Tan
b8a8ed974b refine changes.md 2018-03-21 19:35:12 +08:00
Le Tan
28d359c4bb search: add search Object Path
1. For internal file and folder, search the relative path;
2. For orphan file, search the complete path;
2018-03-21 19:34:59 +08:00
Le Tan
a6c07a6dda theme: change line-height to 1.5 in css 2018-03-21 19:33:33 +08:00
Le Tan
78b239545b export: force wrap and word-break for line number of code block 2018-03-21 19:31:52 +08:00
Le Tan
49e2c74122 theme: support $ for scaled number 2018-03-20 21:54:57 +08:00
Le Tan
0bf7284728 theme: refine v_pure 2018-03-20 20:52:23 +08:00
Le Tan
ff4a2d0b91 markdown-it: add options for subscript and superscript 2018-03-19 20:05:26 +08:00
Le Tan
b3f874577c theme: refine v_pure and v_moonlight 2018-03-19 20:05:10 +08:00
Le Tan
84df970e22 theme: replace v_white with v_native
Change v_white to a more native theme.
2018-03-18 17:12:08 +08:00
Le Tan
e38ec22263 editor: add PasteAsBlockQuote menu action 2018-03-16 22:37:30 +08:00
Le Tan
de7ea32104 flowchart: support both flow and flowchart as the language 2018-03-16 21:38:45 +08:00
Le Tan
dfbb692b15 flowchart/mermaid: remove the surrounding pre 2018-03-16 21:38:25 +08:00
Le Tan
47b4cc88aa support sorting items by clicking the column header 2018-03-16 21:37:56 +08:00
Le Tan
407658bead cart: support sorting by drag&drop or dialog 2018-03-16 21:37:31 +08:00
Le Tan
eb4d2a7ba3 search: add context menu to search result tree 2018-03-15 22:00:30 +08:00
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