Le Tan
87c85ce686
theme: remove v_material theme for its lack of maintenance
2018-04-02 20:37:41 +08:00
Le Tan
dba6bb1e68
release v1.13
2018-03-21 21:04:08 +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
a2ee5413a1
support search
...
- Ctrl+E C to toggle the search dock;
2018-03-13 20:45:44 +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
22104ebde3
support transparent render background
...
It is useful for export.
2018-03-02 22:36:11 +08:00
Le Tan
9c3da47cb1
release v1.12
2018-02-26 21:11:57 +08:00
Le Tan
7069f7268b
palette: add mermaid css file config
2018-02-25 11:04:11 +08:00
Le Tan
60635fe5e7
export: support custom background, style
2018-02-23 19:54:07 +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
30c69fc148
single click in file list to open file in current tab
2018-01-26 08:48:06 +08:00
Le Tan
97021fa7bc
change default notebooks location to user's document folder
2018-01-17 20:13:43 +08:00
Le Tan
0b885e1639
output built-in themes on startup
2018-01-16 21:05:35 +08:00
Le Tan
14df9e6e90
refine copy HTML logics
2018-01-10 10:39:45 +08:00
Le Tan
2f1971476d
VMdEditor: support copy selected text as HTML
2018-01-04 13:27:42 +08:00
Le Tan
ce48c80cd0
release v1.11.1
2018-01-02 21:15:35 +08:00
Le Tan
db73ab6dfd
VWebView: fix img src after copied
...
Add config web/fix_img_src_when_copied to control the behavior.
2017-12-29 18:25:04 +08:00
Le Tan
3432c02e83
fix build issue
2017-12-27 21:40:58 +08:00
Le Tan
2798ab8ea0
support reseting VNote in settings
...
Notebooks information will not be reset.
2017-12-26 19:26:52 +08:00
Le Tan
cb8a1df337
support shortcuts for external programs
...
1. External editor format: name=program %0,<shortcut>
2. Add "OpenViaDefaultProgram" shortcut to call system's default program
to open current note. "F12" by default.
2017-12-25 19:44:12 +08:00
Le Tan
b0c5961552
support foreground for selected/searched word in MDHL
2017-12-25 19:43:40 +08:00
Le Tan
be1827b0c4
change predefined_colors to custom_colors
2017-12-25 19:43:28 +08:00
Le Tan
e6db71217a
add config close_before_external_editor
...
Do not close the note when opening it with external editors if this is true.
2017-12-22 22:09:38 +08:00
Le Tan
bd16451942
release v1.11
2017-12-17 13:13:59 +08:00
Le Tan
4b32fca9b5
themes: add v_moonlight theme for dark mode
2017-12-16 20:18:51 +08:00
Le Tan
1a866fb0e0
themes: remove v_material temporarily
...
It is not ready now.
2017-12-15 20:15:03 +08:00
NocLin
c0c22530f2
add theme v_material
2017-12-14 22:16:23 +08:00
Le Tan
1dcd65e7dd
themes: bug fix
2017-12-11 20:48:18 +08:00
Le Tan
7b4117c737
theme: theme palette file could specify mdhl and css files
2017-12-10 21:46:30 +08:00
Le Tan
1410c16280
add v_pure theme
2017-12-09 12:59:39 +08:00
Le Tan
d14f4697b4
replace palette in clss VNote with VPalette
2017-12-05 19:45:04 +08:00
Le Tan
262c6acfd9
support themes
2017-12-03 16:14:13 +08:00
Le Tan
87af770612
vim-mode: support cursor block
...
Support cursor block in Normal and Insert mode.
TODO: need more fine-grain tuning of the behaviors.
2017-11-30 22:09:16 +08:00
Le Tan
d739fa5de8
refactor log file
...
- Append to existing log file when the file size does not exceed the limit;
- Put log file beside the vnote.ini configuration file;
2017-11-21 21:55:07 +08:00
Le Tan
8d568e6e23
support Flash Page
...
Ctrl+Alt+L to edit Flash Page. Config flash_page gives the path of the
flash page.
2017-11-21 08:38:34 +08:00
Le Tan
c2973d9e23
vim-mode: add vim_exemption_keys config for Ctrl+C/V
...
Add vim_exemption_keys config to control the behaviors of Ctrl+C and
Ctrl+V in Vim mode.
2017-11-20 19:29:46 +08:00
Le Tan
32aa68dc78
support custom external editors
...
Define [external_editors] section for custom external editors.
2017-11-20 19:29:31 +08:00
Le Tan
941672a07c
release v1.10
2017-11-19 14:55:31 +08:00
Le Tan
e6ce66ec7d
support backup file
...
Add configs:
- backup_directory
- backup_extension
- enable_backup_file
2017-11-17 19:49:14 +08:00
Le Tan
141b404240
support file change check
2017-11-16 11:34:13 +08:00
Le Tan
6ac33d2bd0
support snippets
...
Shortcuts are not supported yet.
2017-11-11 08:09:22 +08:00
Le Tan
78a86cddc0
support note template
...
VNote will scan files in the template folder in the config folder as
template.
Template supports magic word.
2017-11-06 21:47:38 +08:00
Le Tan
c59974744e
draw a thin line to link preview image and its block
...
Add config preview-image-line-foreground in MDHL for the line color.
2017-11-03 19:49:58 +08:00
Le Tan
00feaa13e2
refactor Captain mode
...
- Configuration [shortcuts] and [captain_mode_shortcuts] for shortcuts
and shortcuts in Captain mode.
2017-10-18 19:54:15 +08:00
Le Tan
787c61a5af
support meta word
...
- Add VLineEdit as a QLineEdit with meta data support;
- support custom magic words through [magic_words];
- add %help% for all magic words information;
2017-10-17 19:47:57 +08:00
Le Tan
2b299ff9b7
refine heading sequence
...
1. add toolbar button to enable/disable heading sequence of current
note temporary;
2. Support independent configuration for external files;
3. Change enable_heading_sequence configuration to heading_sequence_type;
2017-10-13 07:23:25 +08:00