NoteToLink Desktop is a fast, modular, and cross-platform desktop application built with PyQt5, designed for effortless note sharing. Instantly create and share notes with text and up to 5 images via the Notetolink API. Organize your notes, switch themes, and boost productivity with its polished UI and smart features.
π₯ Quick Note β Instantly create a note from the system tray without opening the full app.
β Favorites System β Mark and access your most important notes with one click.
βοΈ Edit Notes β Update note content, images, and generate a new shareable link while keeping all metadata.
π Copy Public Links β Copy your note's public URL from the detail view.
π Drag & Drop Categories β Assign notes to categories with a smooth drag-and-drop experience.
β‘ Refined UI β Sleek, modern interface with full Dark/Light mode support.
ποΈ Smart Note Panel β Easily view, edit, favorite, or delete your notes in the improved My Notes section.
- βοΈ Create notes with title, content, and up to 5 images
- π Share via Notetolink API with public link generation
- ποΈ Categorize notes (with drag-and-drop)
- β Favorite key notes
- βοΈ Edit notes with automatic new link generation
- β‘ Quick Note from system tray
- π Toggle Dark/Light theme
- π Copy note links with one click
- π Local JSON storage for offline support
- Python 3.8+
- PyQt5
- requests
git clone https://github.com/Efeckc17/notetolink-app
cd notetolink-app
pip install -r requirements.txt
requirements.txt
PyQt5>=5.15
python main.py
notetolink-app/
βββ main.py
βββ icon.ico
βββ img/
β βββ screenshot.png
β βββ quicknote.png
β βββ notes.png
βββ requirements.txt
βββ README.md
βββ core/
β βββ api.py
β βββ data.py
βββ ui/
β βββ widgets.py
β βββ mainwindow.py
β βββ pages/
β βββ new_note.py
β βββ edit_note.py
β βββ note_detail.py
β βββ quick_note.py
β βββ my_notes.py
β βββ settings.py
Clean, useful contributions are welcome. Open issues for bugs or features, or send a pull request to improve the app.
- π§ Email: toxi360@workmail.com
- π» GitHub: Efeckc17
- π Website: toxi360.org
This project is licensed under the MIT License.