1239 Commits

Author SHA1 Message Date
JianYueLin
a1f1618824 fix src/vmdeditoperations.cpp error (#443)
* fix insertImageFromPath function param error : can't convert QString to QString &

* fix src/vmdeditoperations.cpp error
2018-10-09 23:21:20 +08:00
Le Tan
0484656c1f AttachmentList: support copying file path of attachment 2018-10-08 20:41:22 +08:00
Le Tan
e27907e5b4 Turndown: cover table from Microsoft Excel 2018-10-08 20:40:59 +08:00
Le Tan
dc9c9f6bbd MdEditor: close the temporary file explicitly after writing 2018-10-08 20:40:45 +08:00
Le Tan
61909c2c5d MdEditOperations: check source image before insert from path 2018-10-06 15:04:18 +08:00
Silver Bullet
af39cf5232 vnote is outdate. use vnote-bin from AUR. (#436)
Use `vnote-bin` instead of `vnote` from AUR.
2018-10-06 14:26:28 +08:00
Le Tan
9923feea14 InsertImageDialog: support scaling image 2018-09-30 23:01:11 +08:00
Le Tan
5cc8d6c8f1 MdEditor: support downloading images to local when Parse&Paste 2018-09-30 23:00:58 +08:00
Le Tan
a67584f8bb VEditArea: only check outside change of files in active tabs 2018-09-29 18:38:32 +08:00
Le Tan
751082c820 Downloader: enable auto following re-directed request 2018-09-29 18:38:24 +08:00
Le Tan
574aa4e70a KeyboardLayout: support specifying keyboard layout mappings
Captain mode now supports different layout mappings.
2018-09-29 18:37:50 +08:00
Le Tan
d014842bbf Editor: refine completion in reverse case
Remove duplicates after reversing the list.
2018-09-29 18:37:12 +08:00
Le Tan
d27d20c4ea update to qt5.9.6 in Linux 2018-09-26 19:24:36 +08:00
Le Tan
f7589983b5 Editor: fix completion 2018-09-26 19:24:25 +08:00
Le Tan
bc711e755c VTextDocumentLayout: bug fix in relayout() 2018-09-26 19:24:18 +08:00
Le Tan
12b819250d update issue template 2018-09-26 19:24:07 +08:00
Le Tan
02fc5f20f3 UniversalEntry/Searcher: Ctrl+B to expand/collapse all items 2018-09-26 19:23:56 +08:00
Le Tan
3902f7f080 refine shortcuts doc 2018-09-26 19:23:42 +08:00
Le Tan
dc659b6c7a Outline: update outline panel manually when tree is empty 2018-09-24 12:40:26 +08:00
Le Tan
803a0b66df Navigation: fix navigation visible items of list/tree widgets
isHidden() will be false even the item is not visible in current viewport.
2018-09-24 11:41:33 +08:00
Le Tan
b025327c85 fake commit to trigger build 2018-09-22 13:27:36 +08:00
Le Tan
6551b0b685 release v2.0 v2.0 2018-09-22 12:48:35 +08:00
Le Tan
b72f24545e refine Chinese translations 2018-09-22 10:44:38 +08:00
Le Tan
a4d6f042ef update changes.md 2018-09-21 19:41:23 +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
77dd8d0f32 Export: support outline panel in exported HTML file 2018-09-20 19:22:53 +08:00
akkuman
03ff391948 Add outline template for export html (#404)
Draft for outline implementation in exported html file
2018-09-18 19:33:14 +08:00
Le Tan
55b835a97c Exporter: add PDF-Like option for custom export 2018-09-18 19:27:51 +08:00
Le Tan
68dc2425a9 Editor: support highlighting tabs 2018-09-18 19:27:42 +08:00
Le Tan
f9820cf709 VTextEdit: bug fix 2018-09-18 19:27:33 +08:00
Le Tan
14ab49165e Vim: double-click to enter Visual mode 2018-09-18 19:27:23 +08:00
Le Tan
837fb47d4d style: use smaller font size for headings 2018-09-18 19:26:54 +08:00
Le Tan
30a3a6e74a MdEditor: support inserting file as relative link 2018-09-14 19:48:17 +08:00
Le Tan
b052fa0f05 Editor: fix find hanging bug 2018-09-13 19:59:58 +08:00
Le Tan
74032f4a08 PlantUML: unify online PlantUML process 2018-09-13 19:59:47 +08:00
Le Tan
a7bdcf4d54 Turndown: support parsing table without head 2018-09-13 19:56:18 +08:00
Le Tan
d66fd7c1c5 InplacePreview: support online PlantUML in-place preview 2018-09-12 20:36:00 +08:00
Le Tan
3b2852aa67 LivePreview: smart live preview for online PlantUML 2018-09-12 20:35:52 +08:00
Le Tan
62c0f218df MdTab: focus bug fix and find-in-page in expanded preview mode 2018-09-12 20:35:43 +08:00
Le Tan
4d223d0397 MdEditor: insert link or content when dropping file in editor 2018-09-12 20:35:15 +08:00
Le Tan
a055d6e935 Editor: highlight matches of full-text search result in page 2018-09-12 20:34:43 +08:00
Le Tan
647807a918 Editor: refine find logics 2018-09-10 20:26:39 +08:00
Le Tan
f3e4f370dd MdEditor: do not set link when copying image
Outlook will treat it as attachment if the clipboard contains both URL
and image data.
2018-09-10 20:26:29 +08:00
Le Tan
ca01e26333 Editor: refine find in page 2018-09-08 15:21:09 +08:00
Le Tan
33c3a5a301 StyleParser: bug fix for code block styles 2018-09-07 20:56:14 +08:00
Le Tan
8f1fbcef61 update issue template 2018-09-06 21:19:22 +08:00
Le Tan
d66b4752d4 MdTab: do not scroll editor when it is under the right header while entering edit mode 2018-09-06 21:12:17 +08:00
Le Tan
377c00c25d MagicWord: add %att% as the relative path of the attachment folder 2018-09-06 21:12:06 +08:00
Le Tan
c4c7f99ca7 suport Quick Access by Ctrl+Alt+I 2018-09-06 21:11:55 +08:00
Le Tan
3d188fa648 add config insert_new_note_in_front 2018-09-06 21:08:46 +08:00