Le Tan
dbad57675d
theme: refine style
2018-08-08 21:01:49 +08:00
Le Tan
8055f17d1f
Preview: add hint for live preview
2018-08-08 20:40:33 +08:00
Le Tan
10a1e9c1a8
Editor: support completion
2018-08-03 19:13:33 +08:00
Le Tan
2e7b2e1e5d
TagPanel: add two configs to control the behavior
...
- max_tag_label_length
- max_num_of_tag_labels
2018-07-27 21:04:50 +08:00
Le Tan
0ae6b1a810
theme: refine styles for MARK
2018-07-25 21:19:20 +08:00
Le Tan
2b01a4ccd0
theme: refine styles
2018-07-24 21:04:32 +08:00
Le Tan
b4554e1be8
MainWindow: remember expanded state
2018-07-24 21:03:31 +08:00
Le Tan
794d77433f
theme: refine styles
2018-07-23 19:55:15 +08:00
Le Tan
46738c7f6e
theme: refine styles
2018-07-20 20:06:25 +08:00
Le Tan
6f1a0c6980
docs: add superscript and subscript description
2018-07-19 20:52:26 +08:00
Le Tan
976f7ff403
theme: refine styles
2018-07-18 20:05:59 +08:00
Le Tan
1c7e91d26d
Explorer: add Up button to go up to parent directory
2018-07-18 20:05:45 +08:00
Le Tan
4d953542f2
VTextDocumentLayout: draw block background for HRULE
2018-07-17 20:43:43 +08:00
Le Tan
48db50fd5e
PegHighlighter: refine fast parse
...
- Fast parse block range: look upward till the indentation is 0;
- Rehighlight all the fast-parsed blocks explicitly;
- Do not reset block user state by default;
- Pre highlight single format blocks to avoid jitter of line height;
2018-07-17 20:43:28 +08:00
Le Tan
59efed94f3
config: add [global]/image_name_prefix for inserted images
2018-07-15 20:06:05 +08:00
Le Tan
40424b7931
docs: update markdown_guide
2018-07-14 13:16:20 +08:00
Le Tan
3e29a647ab
MdTab: fix the synchronization between read and edit mode
...
Mute web view in edit mode.
2018-07-13 21:54:26 +08:00
Le Tan
f5bbc1ccd7
PegHighlighter: support math
2018-07-13 20:32:22 +08:00
Le Tan
bb308a06d1
PegMarkdownHighlighter: multi-threads highlighter support
2018-07-12 20:19:23 +08:00
Le Tan
fbfc6c1dd6
highlighter: support Fenced Code Block
2018-07-12 20:19:07 +08:00
Le Tan
a305b6872e
highlighter: support Front Matter for YAML meta data
2018-07-09 20:19:49 +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
7ef3d49c0c
theme: refine visited link style and fonts
2018-07-05 21:05:10 +08:00
Le Tan
35be1516ed
markdown-it: use markdown-it-texmath to get rid of escape of MathJax
2018-07-05 20:41:16 +08:00
Le Tan
5ebc7b8243
Outline: support increase/decrease the expanded level
...
Add config [global]/outline_expanded_level (6 by default).
2018-07-04 19:07:43 +08:00
Le Tan
bc932fa913
CaptainMode: Y to focus to edit area
2018-07-03 20:27:35 +08:00
Le Tan
b10078efa3
WebView: double-click to view diagrams
...
Mermaid is not supported since its use of external stylesheet.
2018-06-30 22:17:33 +08:00
Le Tan
4df0d03baa
WebView: click an image to view/zoom it
2018-06-30 22:16:51 +08:00
Le Tan
155199ed49
markdown-it: add margin for number emoji
2018-06-30 22:16:07 +08:00
Le Tan
13c2d143bb
TagExplorer: add explorer for tags
2018-06-16 09:01:34 +08:00
Le Tan
ffd653ef55
support tags of notes
...
- Adding/Removing tags of notes;
- Auto-completion of tags;
2018-06-16 09:00:59 +08:00
Le Tan
3bd80387fa
SettingsDialog: add test buttons for PlantUML and Graphviz
2018-06-16 09:00:36 +08:00
Le Tan
a5e64696ea
web: fix finishLogics() bug
...
Treat MathJax as an async job.
2018-06-16 09:00:14 +08:00
Le Tan
a0b032ddfc
theme: refine styles
2018-06-16 08:59:53 +08:00
Le Tan
8d600632b4
update MathJax CDN
2018-06-09 09:21:11 +08:00
Le Tan
ec8b7d8032
theme: scale QMenu
2018-06-08 23:38:04 +08:00
Le Tan
a6e7d9fcac
theme: refine QGroupBox styles
2018-06-08 20:02:00 +08:00
Le Tan
e59a23cda6
MainWindow: support hiding tool bar
...
ToolBar: Ctrl+E Shift+#
2018-06-08 20:01:19 +08:00
Le Tan
ecbed00467
EditArea: support maximize split or distribute splits evenly
...
MaximizeSplit: Ctrl+E Shift+|
DistributeSplits: Ctrl+E =
2018-06-08 20:00:59 +08:00
Le Tan
6afc84fd04
theme: refine styles
2018-06-08 19:59:41 +08:00
Le Tan
85187fd53b
theme: refine styles
2018-06-06 23:10:51 +08:00
Le Tan
04cf252c25
theme: add a dark theme v_detorte
2018-06-06 21:53:52 +08:00
Le Tan
a1bef71215
theme: refine v_moonlight
2018-06-06 21:53:19 +08:00
Le Tan
93b26f41e4
preview: support force background for previewed images
...
- Add [editor]/preview-image-background config in MDHL;
- Will fill background first before drawing an image if specified;
2018-06-06 21:53:02 +08:00
Le Tan
8d3a7874d0
editor: support custom zoom delta
2018-06-01 19:37:45 +08:00
Le Tan
7f8075f0ca
bug-fix: fix Command+-/= to zoom out/in in read mode on macOS
2018-06-01 17:46:42 +08:00
Le Tan
8ed4264097
theme: refine QTabBar style
2018-05-29 19:53:32 +08:00
Le Tan
a5271d409d
support stay-on-top
2018-05-29 19:53:14 +08:00
Le Tan
b433939ca8
bug-fix: escape HTML meta characters in title
2018-05-28 20:35:59 +08:00
Le Tan
2ff9c607dd
explorer: support exploring system's files
2018-05-26 13:26:59 +08:00