A simple one-big-note app with Markdown support
Project description
NoteFlow
NoteFlow is a lightweight, Markdown-based note-taking application with task management capabilities. It provides a clean interface for creating, viewing, and managing notes with support for tasks, images, and code snippets.
Features
Features
- 📝 Continuous Flow: All notes stream into a single Markdown file, creating a natural timeline
- ✅ Active Tasks Tracking: Active tasks automatically surface to a dedicated panel
- 🔍 Pure Markdown: Write in plain Markdown and use checkboxes for task management
- 💾 Zero Database: Your entire note history lives in one portable Markdown file
- 🚀 Instant Start: Zero configuration required - just launch and start writing
- 🔒 Privacy First: Runs entirely local - your notes never leave your machine
- ✨ Modern Interface: Clean, responsive design built with FastAPI
Quick Start
To quickly get started with Noteflow, follow these steps:
-
Install Noteflow: Use pip to install the package:
pip install noteflow
-
Run Noteflow: After installation, you can run Noteflow using the command line from any folder you'd like to take notes in:
noteflow
-
Access the Application: Your web browser should open automatically, else open your web browser and navigate to
http://localhost:8000to start using Noteflow.
That's it! You're now ready to start using Noteflow for your note-taking needs.
Requirements
- Python 3.7+
- FastAPI
- uvicorn
- markdown-it-py
- Other dependencies listed in
requirements.txt
Taking Notes
- Type your note in the content area
- Optionally add a title
- Click "Add Note" or press Ctrl+Enter to save
Creating Tasks
- Use Markdown checkboxes:
- [ ] New task - [x] Completed task
- Tasks automatically appear in the Active Tasks panel
- Click checkboxes to mark tasks as complete
Markdown Support
NoteFlow supports standard Markdown syntax including:
- Headers
- Lists (bulleted and numbered)
- Checkboxes
- Bold/Italic text
- Code blocks
- And more!
File Structure
Your notes are stored in notes.md in your working directory. The file format is simple:
===NOTE===
## 2024-10-30 12:34:56 - Optional Title
Your note content here...
===NOTE===
## 2024-10-30 12:33:45
Another note...
Contributing
Contributions are welcome! Please feel free to submit a Pull Request. Note that by contributing to this project, you agree to license your contributions under the GNU General Public License v3.0.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details. This license ensures that:
- You can freely use, modify, and distribute this software
- Any modifications or derivative works must also be licensed under GPL-3.0
- The source code must be made available when distributing the software
- Changes made to the code must be documented
For more information, see the full license text.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file noteflow-0.1.tar.gz.
File metadata
- Download URL: noteflow-0.1.tar.gz
- Upload date:
- Size: 700.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
497752421a3da0947c3032a0ec72a7c5b3805cc57e70a22abf07b59bf167431a
|
|
| MD5 |
5be9c965c44dd877786b13053c00fb3e
|
|
| BLAKE2b-256 |
c437cefa6b376af7a8140aacbd0d58d161daeb188fd755909804bdcd575a4392
|
File details
Details for the file noteflow-0.1-py3-none-any.whl.
File metadata
- Download URL: noteflow-0.1-py3-none-any.whl
- Upload date:
- Size: 701.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9462a5f15a7d9f114cb359bbcfecf8b628e6f939710541de0fcb4212220c5571
|
|
| MD5 |
ac600c406481e52a2553ef870ab064de
|
|
| BLAKE2b-256 |
0bc9d12a8c7dd3a503b24cc6502a1658599b6f555ac5eed5cbd46a5f33846873
|