README: refine

This commit is contained in:
Le Tan 2018-04-02 20:37:54 +08:00
parent 87c85ce686
commit aad9395fad
2 changed files with 30 additions and 28 deletions

View File

@ -82,6 +82,8 @@ Utilizing Qt, VNote could run on **Linux**, **Windows**, and **macOS**.
![VNote WeChat](screenshots/vnote_md.jpg)
# Highlights
- Powerful **full-text search**;
- **Universal Entry** to reach anything just by typing;
- Inserting images directly from clipboard;
- Syntax highlights of fenced code blocks in both **edit** and **read** mode;
- Outline in both edit and read mode;
@ -94,7 +96,19 @@ Utilizing Qt, VNote could run on **Linux**, **Windows**, and **macOS**.
- Attachments of notes;
- Themes and dark mode;
- Rich and extensible export, such as HTML, PDF, and PDF (All In One);
- Powerful **full-text search**.
# Donate
You could help VNote's development in may ways.
- Keep monitoring VNote and sending feedback for improvement.
- Spread and promote VNote to your friends. Popularity is a strong power to drive developers.
- Participate in the development of VNote and send PullRequest to make VNote perfect.
- Last, really appreciate your donate to VNote if you think VNote really helps you and you want to help VNote.
- PayPal: [PayPal.Me/vnotemd](https://www.paypal.me/vnotemd)
- Alipay: `tamlokveer@gmail.com`
![Alipay](screenshots/alipay.png)
Thanks very much to [them](https://github.com/tamlok/vnote/wiki/Donate-List) who donated to VNote!
# Why VNote
## Markdown Editor & Notes Management
@ -154,19 +168,6 @@ Please refer to the [shortcuts help](src/resources/docs/shortcuts_en.md) in the
## Highly Configurable
In VNote, almost everything is configurable, such as background color, font, and Markdown style. VNote uses a plaintext file to record all your configuration, so you could just copy that file to initialize a new VNote on another computer.
# Donate
You could help VNote's development in may ways.
- Keep monitoring VNote and sending feedback for improvement.
- Spread and promote VNote to your friends. Popularity is a strong power to drive developers.
- Participate in the development of VNote and send PullRequest to make VNote perfect.
- Last, really appreciate your donate to VNote if you think VNote really helps you and you want to help VNote.
- PayPal: [PayPal.Me/vnotemd](https://www.paypal.me/vnotemd)
- Alipay: `tamlokveer@gmail.com`
![Alipay](screenshots/alipay.png)
Thanks very much to [them](https://github.com/tamlok/vnote/wiki/Donate-List) who donated to VNote!
# Dependencies
- [Qt 5.9](http://qt-project.org) (L-GPL v3)
- [PEG Markdown Highlight](http://hasseg.org/peg-markdown-highlight/) (MIT License)

View File

@ -83,6 +83,8 @@ VNote不是一个简单的Markdown编辑器。通过提供笔记管理功能V
![VNote WeChat](screenshots/vnote_md.jpg)
# 亮点
- 强大的**全文搜索**
- **通用入口**,通过按键操控一切;
- 直接从剪切板插入图片;
- 编辑和阅读模式下代码块的语法高亮;
- 编辑和阅读模式下的大纲;
@ -95,7 +97,19 @@ VNote不是一个简单的Markdown编辑器。通过提供笔记管理功能V
- 笔记附件;
- 主题以及深色模式;
- 丰富、可扩展的导出包括HTMLPDF和PDF多合一
- 强大的**全文搜索**
# 捐赠
您可以通过很多途径帮助VNote的开发。
- 持续关注VNote并反馈。
- 向您的朋友们推广和传播VNote。普及度是驱动开发者的一股强大力量。
- 参与到VNote的开发中发送PullRequest来帮助VNote变得更完美。
- 最后如果您觉得VNote真的帮助到您并且想回馈VNote非常感谢您的捐赠。
- PayPal: [PayPal.Me/vnotemd](https://www.paypal.me/vnotemd)
- 支付宝: `tamlokveer@gmail.com`
![Alipay](screenshots/alipay.png)
非常感谢这些对VNote的 [捐赠者](https://github.com/tamlok/vnote/wiki/Donate-List) !
# 开发VNote的动机
## Markdown编辑器与笔记管理
@ -157,19 +171,6 @@ VNote提供很多快捷键从而提供一个愉悦的编辑体验。其中包
## 高度可定制
VNote中几乎一切都是可以定制的例如背景颜色、字体以及Markdown样式等。VNote使用一个纯文本文件来记录您的所有配置因此通过拷贝该文件就能够很快地在另一台电脑上初始化一个新的VNote。
# 捐赠
您可以通过很多途径帮助VNote的开发。
- 持续关注VNote并反馈。
- 向您的朋友们推广和传播VNote。普及度是驱动开发者的一股强大力量。
- 参与到VNote的开发中发送PullRequest来帮助VNote变得更完美。
- 最后如果您觉得VNote真的帮助到您并且想回馈VNote非常感谢您的捐赠。
- PayPal: [PayPal.Me/vnotemd](https://www.paypal.me/vnotemd)
- 支付宝: `tamlokveer@gmail.com`
![Alipay](screenshots/alipay.png)
非常感谢这些对VNote的 [捐赠者](https://github.com/tamlok/vnote/wiki/Donate-List) !
# 依赖
- [Qt 5.9](http://qt-project.org) (L-GPL v3)
- [PEG Markdown Highlight](http://hasseg.org/peg-markdown-highlight/) (MIT License)