Total Pageviews

Friday 30 June 2023

跨平台笔记程序-Notes



Notes是一款开源的跨平台笔记应用,支持文件夹嵌套与标签管理、可自定义界面主题,基于QT、C++ 原生开发,遵守MPL2.0开源协议。支持操作系统包括Windows, Linux,以及Mac OS。

特色:

    Native app (基于 C++, Qt编写).
    快速,低资源占用.
    完全保护隐私 – 不跟踪任何信息.
    界面美观大方.
    文件夹和tags. 按照用户想法来组织文件夹和tag分类.
    Markdown支持. 快速格式化text .
    不同主题,包括亮,暗, 褐色主题.
    Feed 视角. 可选择多个笔记然后在其他编辑器中打开.
    可后台运行,快捷键 Win+Shift+N 打开 Notes. (macOS使用快捷键Ctrl+N  ).
    键盘快捷键:多个快捷键操作.

源代码:https://github.com/nuttyartist/notes
----------------------------------------------------

Fast and beautiful note-taking app written in C++. Write down your thoughts.

www.get-notes.com 

Notes

Discord GitHub Actions status on Linux GitHub Actions status on macOS GitHub Actions status on Windows

Notes is an open source and cross-platform note-taking app that is both beautiful and powerful.

Website: get-notes.com Our vision for the future on our Wiki.

Screenshots

notes_screenshot_1 notes_screenshot_2

Features Overview

  • Native app (written in C++ with Qt).
  • Fast with a low memory footprint.
  • Fully open source and cross-platform (Linux, macOS, Windows).
  • Completely private - tracks nothing.
  • Beautiful and sleek looking, yet still powerful.
  • Folders and tags. Organize your ideas hierarchically using nested folders and universally using tags.
  • Markdown Support. Format text without lifting your hands from the keyboard.
  • Different themes. Switch between Light, Dark, and Sepia.
  • Feed View. Select multiple notes to see them all one after another in the editor.
  • Always runs in the background. Use the hotkey Win+Shift+N to summon Notes. Ctrl+N for macOS.
  • Keyboard shortcuts. Meant to have the option to be used solely with a keyboard (but more work needs to be done there).
  • What feature will you contribute?

Keyboard shortcuts

All keyboard shortcuts are documented here.

Support the project

If you use Notes daily, consider donating money so I can pay programmers to develop new features and fix bugs. I partner with Github Sponsors and Patreon to receive contributions. You can also put a bounty on specific issues using Bountysource. I currently make a living from ads on the website, but I'd like to stop with that.

Building from source

We have specific instructions for Windows, macOS and Linux (and we also provide build options).

Database path

The notes database and settings file are stored in:

OS Path
Windows %APPDATA%\Awesomeness
Linux ~/.config/Awesomeness
~/snap/notes/x1/.config/Awesomeness (Snap)
~/.var/app/io.github.nuttyartist.notes/config/Awesomeness (Flatpak)
macOS ~/.config/Awesomeness

from https://github.com/nuttyartist/notes 

https://github.com/nuttyartist/notes/releases/latest/download/NotesSetup_2.1.0.exe

No comments:

Post a Comment