diff --git a/README.md b/README.md index d3a4c3ca..64d87b51 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,16 @@ VNote supports previewing the image link in edit mode. With this, you could just ## 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. -![](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 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. diff --git a/README_zh.md b/README_zh.md index 384bc847..5c9ee82f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -158,7 +158,16 @@ 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。 diff --git a/screenshots/_1522894671_1711734243.png b/screenshots/_1522894671_1711734243.png new file mode 100644 index 00000000..e67997ef Binary files /dev/null and b/screenshots/_1522894671_1711734243.png differ diff --git a/screenshots/_universale_1522894821_465772669.png b/screenshots/_universale_1522894821_465772669.png new file mode 100644 index 00000000..301b141d Binary files /dev/null and b/screenshots/_universale_1522894821_465772669.png differ diff --git a/src/resources/docs/shortcuts_en.md b/src/resources/docs/shortcuts_en.md index 67323d2c..5f105dc9 100644 --- a/src/resources/docs/shortcuts_en.md +++ b/src/resources/docs/shortcuts_en.md @@ -21,6 +21,8 @@ Recover last closed file. Open Flash Page. - `Ctrl+T` Edit current note or save changes and exit edit mode. +- `Ctrl+G` +Activate Universal Entry. ### Read Mode - `H`/`J`/`K`/`L` diff --git a/src/resources/docs/shortcuts_zh.md b/src/resources/docs/shortcuts_zh.md index 01ddcbf7..8410cbf7 100644 --- a/src/resources/docs/shortcuts_zh.md +++ b/src/resources/docs/shortcuts_zh.md @@ -21,6 +21,8 @@ 打开灵犀页。 - `Ctrl+T` 编辑当前笔记或保存更改并退出编辑模式。 +- `Ctrl+G` +激活通用入口。 ### 阅读模式 - `H`/`J`/`K`/`L`