874 Commits

Author SHA1 Message Date
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
Le Tan
217eafd91b HGMarkdownHighlighter: merge formats when highlighting a block 2018-01-17 20:13:28 +08:00
Le Tan
b1f7760ea2 HGMarkdownHighlighter: use cached header info to highlight headers fast 2018-01-16 21:05:35 +08:00
Le Tan
0b885e1639 output built-in themes on startup 2018-01-16 21:05:35 +08:00
Le Tan
45526cc0a8 bug-fix
- Caculate font height every time on painting line number area;
- Support specifying multiple fonts in font-family in qss;
- Add margin for "li ol" in CSS;
2018-01-16 21:05:35 +08:00
Le Tan
8dfcda0e51 add Cart to collect notes for further processing 2018-01-16 21:05:35 +08:00
Le Tan
beeb546ab5 refine README 2018-01-16 21:04:47 +08:00
Erk-
9f2d3d1a1a Added installation on arch linux. (#103) 2018-01-16 06:57:33 -06:00
James Milne
d97a2c51ab #96, mention homebrew cask install for macOS (#101) 2018-01-16 06:53:12 -06:00
Le Tan
4202b99055 update qq group picture 2018-01-12 20:20:52 +08:00
Le Tan
b795f5f76e refine README 2018-01-12 20:14:16 +08:00
Le Tan
a20ff08bb8 small fixes 2018-01-12 19:55:54 +08:00
Le Tan
632a007808 support copy as Web Editor 2018-01-10 21:24:31 +08:00
Le Tan
cd8f148946 add shortcut Ctrl+Alt+S for creating subfolder 2018-01-10 20:16:32 +08:00
Le Tan
14df9e6e90 refine copy HTML logics 2018-01-10 10:39:45 +08:00
Le Tan
9dad67739a refine styles 2018-01-08 19:58:19 +08:00
Le Tan
b9e8bc0eb4 enable MathJax in fenced code block 2018-01-07 19:14:29 +08:00
Le Tan
c9b1801a5a delete Jekyll config file 2018-01-06 17:40:19 +08:00
Le Tan
1d2183d44e VMdEditor: support zoom in/out 2018-01-05 21:27:09 +08:00
Le Tan
324d7cd444 VWebView: add css_color_mapping in palette file for copying HTMl
If the mapping is specified, we will replace the foreground color with
the mapping when the content is copied.
2018-01-05 19:36:40 +08:00
Le Tan
2bdad19253 vim-mode: fix % behovior in d/c command 2018-01-04 21:15:13 +08:00
Le Tan
044b3d3c29 add VLineEdit which supports Ctrl+H/W/U shortcuts 2018-01-04 20:16:12 +08:00
Le Tan
b19b1d8079 minor-fix
- Support repeat in title jump in read mode;
- Trim input in VInsertLinkDialog;
- Rename VLineEdit to VMetaWordLineEdit;
2018-01-04 19:54:32 +08:00
Le Tan
7e1a254073 disable subscript and supscript in Markdown-it since the conflict with MathJax 2018-01-04 19:54:20 +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 v1.11.1 2018-01-02 21:15:35 +08:00
Le Tan
63b3975f14 refine Chinese translations 2018-01-02 21:07:59 +08:00
Le Tan
bfd25f0033 refine styles 2018-01-02 20:42:35 +08:00
Le Tan
c5afe0bef0 disable cursor line block if cursor line highlight is disabled 2018-01-02 20:42:22 +08:00
Le Tan
3f3a0e8513 VMdTab: do not change the cursor if it is below the right title when entering the read mode 2018-01-02 20:42:08 +08:00
Le Tan
6ba12f7932 bug-fix: add code block indentation in VTextBlockData to get a correct highlight
- Won't treat all the text to the end as code block once we add a new
line within a code block;
- Fix color column by adding the code block indentation bias.
2018-01-01 16:08:26 +08:00
Le Tan
968b674a50 docs: add table syntax in Markdown guide 2018-01-01 15:18:37 +08:00
Le Tan
9e5f3abb4b bug-fix: add some margin for jumping title 2018-01-01 12:22:38 +08:00
Le Tan
fffae253c5 VWebView: remove html in clipobard after copy image
When pasting in WeChat public account, if there is html with image data
in the clipboard, it could not recognize the image data.
2018-01-01 11:46:35 +08:00
Le Tan
dbba8edad6 update icons 2017-12-30 22:32:17 +08:00
Le Tan
e3eb4213f7 update icons 2017-12-30 21:54:33 +08:00
Le Tan
c4d72183b5 VWebView: add Copy All without Background action 2017-12-29 18:25:19 +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
63825a27d0 add qt_zh_CN for Chinese translations 2017-12-29 18:24:49 +08:00
Le Tan
7986ebe475 VWebView: alter copied Html in VWebView to paste correctly in OneNote 2017-12-28 22:19:39 +08:00