291 Commits

Author SHA1 Message Date
Le Tan
13c2d143bb TagExplorer: add explorer for tags 2018-06-16 09:01:34 +08:00
Le Tan
f94169053e UniversalEntry: support searching tags
- z: search tags of notes in all notebooks;
- c: search tags of notes in current notebook;
- v: search tags of notes in current folder;
2018-06-16 09:01:15 +08:00
Le Tan
e59a23cda6 MainWindow: support hiding tool bar
ToolBar: Ctrl+E Shift+#
2018-06-08 20:01:19 +08:00
Le Tan
6212bb48bc UniversalEntry
1. Use VListWidget in VListFolderUE;
2. Add j to list history;
2018-06-01 16:26:00 +08:00
Le Tan
f9badfbb55 bug-fix: fix stay-on-top on Linux 2018-05-29 21:03:27 +08:00
Le Tan
a5271d409d support stay-on-top 2018-05-29 19:53:14 +08:00
Le Tan
b63e5def85 UniversalEntry: fix input method issue on macOS 2018-05-29 19:52:54 +08:00
Le Tan
2ff9c607dd explorer: support exploring system's files 2018-05-26 13:26:59 +08:00
Le Tan
eae345d920 cart: lazy initialization 2018-05-23 20:07:53 +08:00
Le Tan
e048734414 editor: refine heading sequence 2018-05-19 10:20:00 +08:00
Xianzhong Wang
5eb8c4d224 [function] Support to remove header sequence when disable it (#243)
* [function] Support to remove header sequence when disable it

spec:
In edit mode:
- when click icon to enable auto sequence, add sequence immediately
- when click icon to disable auto sequence, remove already added sequence

In preview/read mode:
- auto sequence icon should be unchecked and disabled

For readonly file, always disable the auto sequence icon.

* [bugfix] Do not let auto sequence ruin the undo history

All the header sequence auto-update should be treated as one edit action.
So that user can undo auto-update by pressing undo twice.
(One undo for the auto-update change, and one for the original header change)

* Refactor and reformat according to PR feedback
2018-05-19 09:56:14 +08:00
Le Tan
07f1689e11 History: lazy initialization 2018-05-18 20:59:32 +08:00
Le Tan
52546e4664 theme: refine sytle of tab bar 2018-05-18 20:57:50 +08:00
Le Tan
f6436bfabf support history navigation 2018-05-17 21:32:38 +08:00
Le Tan
b5fde4cda9 MainWindow: refine layout 2018-05-14 21:30:12 +08:00
Le Tan
f3302d25e8 MainWindow: add navigation box at the left 2018-05-14 20:41:30 +08:00
Le Tan
3eb3db874e markdown-it: support emoji 2018-05-11 14:39:51 +08:00
Le Tan
0faf79b45b VSettingsDialog: add MathJax configuration and tool bar icon size configuration 2018-05-02 20:02:18 +08:00
Igetin
1355997b4d fix typo (#216)
Rename Custom to Customize.
2018-04-29 07:50:34 +08:00
Le Tan
d917c942d9 speed up start 2018-04-28 22:20:03 +08:00
Le Tan
9b114832f1 change panel view when locating to a folder or notebook 2018-04-28 21:36:58 +08:00
Le Tan
9c80a9dcae auto judge 0 width/height splitter after changing panel view 2018-04-27 20:36:10 +08:00
Le Tan
960426579b show hovered link in status line in read mode 2018-04-27 20:35:58 +08:00
Le Tan
4afefbe964 markdown-it: aware of YAML format metadata in notes 2018-04-24 07:53:09 +08:00
Le Tan
a4ab2ae671 restore current edit tab and cursor position info at startup 2018-04-20 19:55:42 +08:00
Le Tan
80e65faca2 small fix 2018-04-19 20:31:43 +08:00
Le Tan
108ff1543c make discard action the default one when DiscardAndExit 2018-04-18 20:55:28 +08:00
Le Tan
a6087d98a6 add tool bar button for Universal Entry 2018-04-04 20:30:20 +08:00
Le Tan
eb734f591e import: do not copy files when import if they locate in current folder 2018-04-03 19:38:59 +08:00
Le Tan
86b9a2e93f notebook: prompt for new root folder path when it is missing 2018-04-03 19:38:29 +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
764c0acfe5 UniversalEntry: add ? to show help information 2018-04-01 14:25:21 +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
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
d421a8577c support Universal Entry
`Ctrl+G` to call out the Universal Entry.
2018-03-28 19:35:38 +08:00
Le Tan
ff4a2d0b91 markdown-it: add options for subscript and superscript 2018-03-19 20:05:26 +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
22104ebde3 support transparent render background
It is useful for export.
2018-03-02 22:36:11 +08:00
Le Tan
2d3567e460 refine interface with shortcut hints 2018-02-26 19:30:20 +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
8ff520d0fd refactor export 2018-02-13 22:10:48 +08:00
Le Tan
bf70c23110 combine EditNote and SaveExitNote 2018-02-04 16:50:46 +08:00
Le Tan
8013753315 fix typo 2018-01-29 22:10:26 +08:00
Le Tan
44a85b6578 add donation info in README 2018-01-27 19:02:24 +08:00
Le Tan
ec0b98f050 add Menu Bar toolbar button to toggle menu bar 2018-01-22 22:23:46 +08:00