refine README

This commit is contained in:
Le Tan 2018-04-05 10:28:16 +08:00
parent 027363400c
commit 401fa09250
6 changed files with 24 additions and 2 deletions

View File

@ -155,7 +155,16 @@ VNote supports previewing the image link in edit mode. With this, you could just
## Pleasant Image Experience ## Pleasant Image Experience
Just paste your image into the Markdown note, VNote will manage all other stuffs. VNote stores images in a specified folder in the same folder with the note. VNote will pop up a window to preview the image when you insert an image. Furthermore, VNote will delete the useless image files automatically after you remove the image links. Just paste your image into the Markdown note, VNote will manage all other stuffs. VNote stores images in a specified folder in the same folder with the note. VNote will pop up a window to preview the image when you insert an image. Furthermore, VNote will delete the useless image files automatically after you remove the image links.
![](screenshots/_1513485753_394180887.png) ![Pleasant Image Experience](screenshots/_1513485753_394180887.png)
## Universal Entry & Full-Text Search
VNote has powerful built-in full-text search with **Regular Expression** and **Fuzzy Search** support. The search could be executed wihtin all notebooks, current notebook, or current folder, targeted at name or content.
![Full-Text Search](screenshots/_1522894671_1711734243.png)
Like the `CtrlP` in Vim, VNote supports **Universal Entry** to reach anything by typing in a simple input.
![Universal Entry](screenshots/_universale_1522894821_465772669.png)
## Interactive Outline Viewer In Read & Edit Mode ## Interactive Outline Viewer In Read & Edit Mode
VNote provides a user-friendly outline viewer for both edit and view mode. The outline viewer is a responsive item tree instead of a segment of HTML. VNote provides a user-friendly outline viewer for both edit and view mode. The outline viewer is a responsive item tree instead of a segment of HTML.

View File

@ -158,7 +158,16 @@ VNote支持在编辑时原地预览图片链接。这样一来您就能尽可
## 良好的图片体验 ## 良好的图片体验
编辑时支持像其他富文本编辑器一样直接粘贴插入图片VNote会帮您管理所插入的图片。VNote将这些图片保存在和笔记同一目录下的一个指定目录中。插入图片时VNote会弹出一个窗口预览即将要插入的图片。另外当您移除笔记中的图片链接时VNote会自动删除对应的图片文件。 编辑时支持像其他富文本编辑器一样直接粘贴插入图片VNote会帮您管理所插入的图片。VNote将这些图片保存在和笔记同一目录下的一个指定目录中。插入图片时VNote会弹出一个窗口预览即将要插入的图片。另外当您移除笔记中的图片链接时VNote会自动删除对应的图片文件。
![](screenshots/_1513485753_394180887.png) ![Pleasant Image Experience](screenshots/_1513485753_394180887.png)
## 通用入口和全文搜索
VNote内置强大的全文搜索支持**正则表达式**和**模糊搜索**。搜索可以指定范围,包括全部笔记本、当前笔记本和当前文件夹,也可以指定目标,如名字或内容。
![Full-Text Search](screenshots/_1522894671_1711734243.png)
类似于Vim中的`CtrlP`VNote支持**通用入口**,可以在一个输入框中进行搜索或跳转。
![Universal Entry](screenshots/_universale_1522894821_465772669.png)
## 编辑和阅读模式中的交互式大纲视图 ## 编辑和阅读模式中的交互式大纲视图
VNote为编辑和预览模式都提供了一个用户友好的大纲视图。该大纲视图是一个项目树而不是简单地插入一段HTML。 VNote为编辑和预览模式都提供了一个用户友好的大纲视图。该大纲视图是一个项目树而不是简单地插入一段HTML。

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View File

@ -21,6 +21,8 @@ Recover last closed file.
Open Flash Page. Open Flash Page.
- `Ctrl+T` - `Ctrl+T`
Edit current note or save changes and exit edit mode. Edit current note or save changes and exit edit mode.
- `Ctrl+G`
Activate Universal Entry.
### Read Mode ### Read Mode
- `H`/`J`/`K`/`L` - `H`/`J`/`K`/`L`

View File

@ -21,6 +21,8 @@
打开灵犀页。 打开灵犀页。
- `Ctrl+T` - `Ctrl+T`
编辑当前笔记或保存更改并退出编辑模式。 编辑当前笔记或保存更改并退出编辑模式。
- `Ctrl+G`
激活通用入口。
### 阅读模式 ### 阅读模式
- `H`/`J`/`K`/`L` - `H`/`J`/`K`/`L`