Markdown笔记软件

Quentin Frey 7c59d0d061 fix build with cmake 4 (#2671) 1 тиждень тому
.github 4ecaf1e5f8 release v3.20.1 2 тижнів тому
libs 1d665bb7ca introduce auto-formatting and init scripts (#2664) 1 місяць тому
package 522ccfecc4 fix macos deployment (#2610) 7 місяців тому
pics 05e8648d25 try fix win ci (#2202) 3 роки тому
scripts 1d665bb7ca introduce auto-formatting and init scripts (#2664) 1 місяць тому
src 7c59d0d061 fix build with cmake 4 (#2671) 1 тиждень тому
tests 0881dd581a refactor: replace non-empty QString constructors with QStringLiteral() (#2563) 1 рік тому
.clang-format 1d665bb7ca introduce auto-formatting and init scripts (#2664) 1 місяць тому
.gitignore 924451b452 feature-add-node-visual (#2637) 4 місяців тому
.gitmodules 18080d174c add QHotkey 3 роки тому
AGENTS.md 1d665bb7ca introduce auto-formatting and init scripts (#2664) 1 місяць тому
CMakeLists.txt 4ecaf1e5f8 release v3.20.1 2 тижнів тому
COPYING.LESSER 05d89745c1 Initial commit 5 роки тому
README.md 1d665bb7ca introduce auto-formatting and init scripts (#2664) 1 місяць тому
README_zh_CN.md 1d665bb7ca introduce auto-formatting and init scripts (#2664) 1 місяць тому
SECURITY.md 313764b533 Create SECURITY.md (#2517) 1 рік тому
changes.md 1093b32d59 release v3.20.0 1 місяць тому
privacy_policy.md c3191e8f88 add privacy policy 7 місяців тому

README.md

VNote

CI-Windows CI-Linux CI-MacOS

简体中文

Project on Gitee

A pleasant note-taking platform.

For more information, please visit VNote's Home Page.

VNote

Description

VNote is a Qt-based, free and open source note-taking application, focusing on Markdown now. VNote is designed to provide a pleasant note-taking platform with excellent editing experience.

VNote is NOT just a simple editor for Markdown. By providing notes management, VNote makes taking notes in Markdown simpler. In the future, VNote will support more formats besides Markdown.

Utilizing Qt, VNote could run on Linux, Windows, and macOS.

Main

Main2

Downloads

Continuous builds on master branch could be found at the Continuous Build release.

Latest stable builds could be found at the latest release. Alternative download services are available:

Supports

Thank users who donated to VNote!

Development

After cloning the repository, run the initialization script to set up your development environment:

Linux/macOS:

bash scripts/init.sh

Windows:

scripts\init.cmd

This script will:

  • Initialize and update all git submodules
  • Install pre-commit hooks for automatic code formatting with clang-format
  • Set up the vtextedit submodule pre-commit hook

For more development guidelines, see AGENTS.md.

License

VNote is licensed under GNU LGPLv3. Code base of VNote could be used freely by VNoteX.