https://github.com/0dist/qnotes
Note app
https://github.com/0dist/qnotes
desktop-application gui gui-application markdown note note-app note-taking pyqt pyqt6 qt self-hosted
Last synced: 4 months ago
JSON representation
Note app
- Host: GitHub
- URL: https://github.com/0dist/qnotes
- Owner: 0dist
- License: gpl-3.0
- Created: 2023-04-20T19:45:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T16:25:18.000Z (over 1 year ago)
- Last Synced: 2025-10-13T00:31:51.911Z (9 months ago)
- Topics: desktop-application, gui, gui-application, markdown, note, note-app, note-taking, pyqt, pyqt6, qt, self-hosted
- Language: Python
- Homepage:
- Size: 1.05 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple file manager, note organizer and text editor, featuring live [markdown](https://daringfireball.net/projects/markdown) preview
## Key features:
- Tab management
- Customization and theming
- Image preview
- Find and Replace text
Major Markdown features that are currently not supported:
- Blockquotes
- Code blocks
- Tables
- Task lists
## Build with [Nuitka](https://github.com/Nuitka/Nuitka)
```
nuitka --standalone --disable-console --windows-icon-from-ico=resource/logo.ico --plugin-enable=pyqt6 --include-data-dir=resource=resource --include-data-dir=widget=widget --output-dir=build --output-filename=qnotes main.py
```
## Preview

## Attributions
This project uses a modified version of the [Material Symbols](https://github.com/google/material-design-icons/blob/master/variablefont/MaterialSymbolsOutlined%5BFILL%2CGRAD%2Copsz%2Cwght%5D.ttf) font, created by Google and licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).