Le Tan
c606069c1c
MainWindow: save state after toggling split out
2018-11-07 20:31:46 +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
aeb2263be3
Editor: support auto scrolling cursor line into center
2018-10-30 20:47:41 +08:00
Le Tan
1b39cf4af5
fix icon
2018-10-25 21:03:41 +08:00
Le Tan
e46bffa1b1
add welcome page
2018-10-18 19:55:01 +08:00
Le Tan
3196ef8512
add restart action in file menu
2018-10-17 20:01:42 +08:00
Le Tan
627664bb0e
refine notebook panel
2018-10-17 20:01:18 +08:00
Le Tan
b72f24545e
refine Chinese translations
2018-09-22 10:44:38 +08:00
Le Tan
9b83d50116
fix
...
- Selection style in mdhl does not work on macOS. Choose another Vim
visual line background.
- Disable multiple keyboard layout support on macOS.
- Make close_before_external_editor work when opening with default
program.
2018-09-21 19:41:07 +08:00
Le Tan
68dc2425a9
Editor: support highlighting tabs
2018-09-18 19:27:42 +08:00
Le Tan
c4c7f99ca7
suport Quick Access by Ctrl+Alt+I
2018-09-06 21:11:55 +08:00
Le Tan
4db6c1cc7b
move Vim option from menu to settings
2018-08-10 20:46:03 +08:00
Le Tan
29c0701e6b
Captain: exit captain mode before closeEvent() to avoid crash
2018-08-07 20:59:58 +08:00
Le Tan
efd3740198
add hint for re-opening tabs
2018-08-07 20:59:33 +08:00
Le Tan
19bd159aba
MainWindow: bug fix for GUI mess up of toolbars
...
After toggling between read and edit mode multiple times, the toolbar's
buttons may be grey but clickable in edit mode. Add a timer to update
them soon after the change.
2018-08-05 11:02:08 +08:00
Le Tan
10a1e9c1a8
Editor: support completion
2018-08-03 19:13:33 +08:00
Le Tan
b4554e1be8
MainWindow: remember expanded state
2018-07-24 21:03:31 +08:00
Le Tan
2ae742cc07
UniversalEntry: U to search the content of notes in Explorer root directory
2018-07-18 20:05:27 +08:00
Le Tan
d9c8051fa3
editor: Ctrl+; to insert inline code, Ctrl+J/K to scroll page
2018-07-07 17:57:00 +08:00
Le Tan
d67ef089b6
Explorer: support drag&drop a directory to VNote to open it in Explorer
2018-07-04 19:49:21 +08:00
Le Tan
bc932fa913
CaptainMode: Y to focus to edit area
2018-07-03 20:27:35 +08:00
Le Tan
927bb54502
TagIndicator/TagExplorer: support Navigation mode
2018-07-03 19:38:36 +08:00
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