From fe2a06e7f45810880a493a613f30d744347531ea Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sat, 27 Oct 2018 16:52:45 +0800 Subject: [PATCH] refine docs --- changes.md | 17 +++++++++++++++++ src/resources/docs/markdown_guide_en.md | 4 ++++ src/resources/docs/markdown_guide_zh.md | 4 ++++ 3 files changed, 25 insertions(+) diff --git a/changes.md b/changes.md index f46d6c72..3cb62d83 100644 --- a/changes.md +++ b/changes.md @@ -1,4 +1,21 @@ # Changes History +## v2.1 +- UniversalEntry/Searcher: `Ctrl+B` to expand/collapse all items; +- Captain mode: support specifying keyboard layout mappings, such as Russian or French; +- Editor + - Support downloading images to local when Parse&Paste; + - Support scaling image when inserting image; + - Support Parse&Paste as table from Microsoft Excel; + - Support attach a file as attachment and insert as link by Drag&Drop; + - Support `Ctrl+Sfhit+V` to paste as plain text; + - Fix Unicode issue; +- Attachment + - Support copying file path; +- Support Drag&Drop to copy/move notes; +- Support MathJax euqation number in read mode; +- Fix blurry toolbar icon on macOS; +- Fix blurry renderring in read mode on Windows; + ## v2.0 - Vim: support specifying leader key via "[editor]/vim_leader_key"; - LivePreview diff --git a/src/resources/docs/markdown_guide_en.md b/src/resources/docs/markdown_guide_en.md index 208307c8..7e5479c2 100644 --- a/src/resources/docs/markdown_guide_en.md +++ b/src/resources/docs/markdown_guide_en.md @@ -173,6 +173,10 @@ VNote also supports displayed mathematics via fenced code block with language `m $$ ``` +Equation number of displayed mathematics is supported: + + $$vnote x markdown = awesome$$ (1.2.1) + ### Inline Code ```md Here is a `inline code`. diff --git a/src/resources/docs/markdown_guide_zh.md b/src/resources/docs/markdown_guide_zh.md index 8944dd53..2bdb9c76 100644 --- a/src/resources/docs/markdown_guide_zh.md +++ b/src/resources/docs/markdown_guide_zh.md @@ -174,6 +174,10 @@ VNote也可以使用标明语言`mathjax`的代码块来实现块公式。 $$ ``` +块公式支持公式序号: + + $$vnote x markdown = awesome$$ (1.2.1) + ### 行内代码 ```md Here is a `inline code`.