add donation info in README

This commit is contained in:
Le Tan 2018-01-27 19:01:50 +08:00
parent f02b942513
commit 44a85b6578
4 changed files with 19 additions and 13 deletions

View File

@ -150,13 +150,16 @@ 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.
## Others
VNote also supports many other features, like:
# Donate
You could help VNote's development in may ways.
- Highlight current cursor line;
- Highlight selected text;
- Powerful search within the note;
- Auto indent and auto list;
- 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/tamlok](https://paypal.me/tamlok)
- Alipay: tamlokveer@gmail.com
![Alipay](screenshots/alipay.png)
# Dependencies
- [Qt 5.9](http://qt-project.org) (L-GPL v3)

View File

@ -153,13 +153,16 @@ VNote提供很多快捷键从而提供一个愉悦的编辑体验。其中包
## 高度可定制
VNote中几乎一切都是可以定制的例如背景颜色、字体以及Markdown样式等。VNote使用一个纯文本文件来记录您的所有配置因此通过拷贝该文件就能够很快地在另一台电脑上初始化一个新的VNote。
## 其他
VNote还支持其他很多的功能比如
# 捐赠
您可以通过很多途径帮助VNote的开发。
- 高亮当前行;
- 高亮所选择的文本;
- 强大的页内查找;
- 自动缩进和自动列表;
- 持续关注VNote并反馈
- 向您的朋友们推广和传播VNote。普及度是驱动开发者的一股强大力量。
- 参与到VNote的开发中发送PullRequest来帮助VNote变得更完美。
- 最后非常感谢您的捐赠如果您觉得VNote真的帮助到您并且想回馈VNote。
- PayPal: [PayPal.Me/tamlok](https://paypal.me/tamlok)
- 支付宝: tamlokveer@gmail.com
![Alipay](screenshots/alipay.png)
# 依赖
- [Qt 5.9](http://qt-project.org) (L-GPL v3)

BIN
screenshots/alipay.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -890,7 +890,7 @@ void VMainWindow::initMarkdownMenu()
initCodeBlockStyleMenu(markdownMenu);
QAction *constrainImageAct = new QAction(tr("Constrain The Width of Images"), this);
QAction *constrainImageAct = new QAction(tr("Constrain The Width Of Images"), this);
constrainImageAct->setToolTip(tr("Constrain the width of images to the window in read mode (re-open current tabs to make it work)"));
constrainImageAct->setCheckable(true);
connect(constrainImageAct, &QAction::triggered,