mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
refine README
This commit is contained in:
parent
027363400c
commit
401fa09250
11
README.md
11
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.
|
||||
|
||||

|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
Like the `CtrlP` in Vim, VNote supports **Universal Entry** to reach anything by typing in a simple input.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
11
README_zh.md
11
README_zh.md
@ -158,7 +158,16 @@ VNote支持在编辑时原地预览图片链接。这样一来,您就能尽可
|
||||
## 良好的图片体验
|
||||
编辑时,支持像其他富文本编辑器一样直接粘贴插入图片,VNote会帮您管理所插入的图片。VNote将这些图片保存在和笔记同一目录下的一个指定目录中。插入图片时,VNote会弹出一个窗口预览即将要插入的图片。另外,当您移除笔记中的图片链接时,VNote会自动删除对应的图片文件。
|
||||
|
||||

|
||||

|
||||
|
||||
## 通用入口和全文搜索
|
||||
VNote内置强大的全文搜索,支持**正则表达式**和**模糊搜索**。搜索可以指定范围,包括全部笔记本、当前笔记本和当前文件夹,也可以指定目标,如名字或内容。
|
||||
|
||||

|
||||
|
||||
类似于Vim中的`CtrlP`,VNote支持**通用入口**,可以在一个输入框中进行搜索或跳转。
|
||||
|
||||

|
||||
|
||||
## 编辑和阅读模式中的交互式大纲视图
|
||||
VNote为编辑和预览模式都提供了一个用户友好的大纲视图。该大纲视图是一个项目树,而不是简单地插入一段HTML。
|
||||
|
BIN
screenshots/_1522894671_1711734243.png
Normal file
BIN
screenshots/_1522894671_1711734243.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
BIN
screenshots/_universale_1522894821_465772669.png
Normal file
BIN
screenshots/_universale_1522894821_465772669.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 200 KiB |
@ -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`
|
||||
|
@ -21,6 +21,8 @@
|
||||
打开灵犀页。
|
||||
- `Ctrl+T`
|
||||
编辑当前笔记或保存更改并退出编辑模式。
|
||||
- `Ctrl+G`
|
||||
激活通用入口。
|
||||
|
||||
### 阅读模式
|
||||
- `H`/`J`/`K`/`L`
|
||||
|
Loading…
x
Reference in New Issue
Block a user