963 Commits

Author SHA1 Message Date
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
2aa852fd1b refine README 2018-02-03 18:45:36 +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
Le Tan
0f6e9e1905 refactor VListWidget 2018-02-03 12:09:57 +08:00
Le Tan
abe40cc74f clean up code styles 2018-01-30 19:28:52 +08:00
Le Tan
8013753315 fix typo 2018-01-29 22:10:26 +08:00
Le Tan
17b5ac5f66 bug-fix: sort comparator should be irreflexive 2018-01-29 19:31:53 +08:00
Xianzhong Wang
74cb54e02b [function] support advanced search in file list (#121)
spec:
when focus in file list,
1. type any character or digit will trigger the advanced search mode
2. type Esc to exit the search mode
3. type Enter or mouse select will also exit the search mode
2018-01-29 06:03:44 +08:00
Le Tan
77c664b773 add PayPal info 2018-01-27 20:18:14 +08:00
Le Tan
8f9b03b396 update README 2018-01-27 19:21:08 +08:00
Le Tan
a009126d77 fix compile warning in macOS 2018-01-27 19:05:51 +08:00
Le Tan
44a85b6578 add donation info in README 2018-01-27 19:02:24 +08:00
Le Tan
f02b942513 add descriptions of diagram and math formula in markdown guide 2018-01-27 00:07:54 +08:00
Le Tan
4267ea54c8 do not print debug log in release mode
Add -d argument to print debug log in release mode.
2018-01-26 23:08:18 +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
97721f3e92 bug-fix: use en locale for help docs if user's locale is missing 2018-01-25 21:13:21 +08:00
Le Tan
ec0b98f050 add Menu Bar toolbar button to toggle menu bar 2018-01-22 22:23:46 +08:00
Le Tan
ebf4173b88 add FullScreen toolbar button
Add shortcut FullScreen (F11) in vnote.ini.
2018-01-22 20:29:40 +08:00
Le Tan
b510dc976b bug-fix for Captain mode 2018-01-22 20:29:26 +08:00
Le Tan
14d0f1700c add Close All Tabs context menu 2018-01-22 20:29:14 +08:00
Le Tan
b45f1d9518 fix font-family issue in WeChat Public Account editor
It could not recognize " in font-family.
2018-01-22 20:29:00 +08:00
Le Tan
7ac97dbcc4 fix Copy All As logics 2018-01-21 20:44:42 +08:00
Le Tan
07cefdcaec support print 2018-01-21 16:16:51 +08:00
Le Tan
cdf3eb537b add base URL in setHtml() to enable it access local files 2018-01-21 15:32:27 +08:00
Le Tan
d630ff7bf2 keep focus in VFileList once click an item 2018-01-21 14:51:36 +08:00
Le Tan
06cac36412 support Vim command mode in read mode 2018-01-21 14:27:49 +08:00
Le Tan
5d672e7fc6 refine README 2018-01-21 11:17:18 +08:00
Le Tan
333be910cc enalbe Vim cmd line for searching in read mode 2018-01-19 21:56:21 +08:00
Le Tan
b927a525e2 decouple VVimIndicator and VVimCmdLineEdit 2018-01-19 19:29:34 +08:00
Le Tan
eb25aec5b5 ESC to exit edit mode with Vim disabled 2018-01-18 19:50:40 +08:00
Le Tan
28e4818c26 move custom web zoom factor to Read/Edit setting tab 2018-01-18 19:50:25 +08:00
Le Tan
97021fa7bc change default notebooks location to user's document folder 2018-01-17 20:13:43 +08:00