diff --git a/README.md b/README.md index 73006c32..995db133 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_zh.md b/README_zh.md index fd641495..bf53ba32 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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) diff --git a/screenshots/alipay.png b/screenshots/alipay.png new file mode 100644 index 00000000..85ea76f0 Binary files /dev/null and b/screenshots/alipay.png differ diff --git a/src/vmainwindow.cpp b/src/vmainwindow.cpp index 95896195..a988dee2 100644 --- a/src/vmainwindow.cpp +++ b/src/vmainwindow.cpp @@ -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,