Notolog - Python Markdown Editor
Project description
Notolog
Notolog is an open-source Markdown editor built with Python and PySide6, featuring AI-powered assistance and local-first privacy.
📖 Documentation | 🪲 Report Issues | 💡 Request Features | 💬 Discussions
Quick Install
pip install notolog
notolog # Launch the app
Other installation methods
With llama.cpp support:
pip install "notolog[llama]"
Via conda:
conda install notolog -c conda-forge
Ubuntu/Debian: Download from notolog-debian releases
From source:
git clone https://github.com/notolog/notolog-editor.git
cd notolog-editor
python3 -m venv notolog_env && source notolog_env/bin/activate
pip install .
python -m notolog.app
Features
- Markdown Editor - Real-time syntax highlighting in edit mode (implemented specifically for Notolog), live preview, adaptive line numbers, code blocks
- AI Assistant - Supports: OpenAI API, ONNX Runtime GenAI (local), and llama.cpp (local, GGUF models)
- File Encryption - PBKDF2HMAC key derivation with Fernet (AES-128 CBC mode) for optional file encryption
- Multi-Language - 19 languages supported
- Customizable - 6 built-in themes
- Cross-Platform - Windows, macOS, Linux
See the User Guide for complete feature documentation.
Requirements
- Python 3.10+ (python.org)
- 4 GB RAM minimum (8+ GB for local AI models)
Installation
Using a virtual environment is recommended:
python3 -m venv notolog_env
source notolog_env/bin/activate # Linux/macOS
notolog_env\Scripts\activate # Windows
pip install notolog
For detailed instructions including conda and Debian packages, see Getting Started.
AI Assistant
Notolog supports three AI backends:
- OpenAI API - Cloud-based inference via OpenAI-compatible endpoints
- On-Device LLM - Local inference using ONNX Runtime GenAI (e.g. Phi-3, Llama)
- Module llama.cpp - Local inference with GGUF quantized models (e.g. Llama, Mistral, Qwen)
See the AI Assistant Guide for setup instructions.
Development
git clone https://github.com/notolog/notolog-editor.git
cd notolog-editor
pip install -e .
python -m notolog.app
Run tests:
python dev_install.py test
pytest
See CONTRIBUTING.md for guidelines.
License
Notolog is open-source software licensed under the MIT License.
This project uses third-party libraries, each subject to its own license. See ThirdPartyNotices.md for details.
Security
Notolog prioritizes data protection and user privacy:
- Encryption: File encryption (optional) uses PBKDF2HMAC key derivation with Fernet (AES-128 CBC mode).
- Auto-Save: Changes are saved automatically to prevent data loss.
- Privacy: No telemetry or tracking. Local-only AI inference options available.
For vulnerability reporting, see SECURITY.md.
Disclaimers
Third-Party AI Services and Libraries
This project integrates third-party AI services and libraries:
- OpenAI API: Users are required to supply their own API keys and adhere to OpenAI's applicable terms, policies, and API documentation.
- ONNX Runtime GenAI: Used for local ONNX model inference. More info: onnxruntime-genai
- llama.cpp: Used for local GGUF model inference via llama-cpp-python.
Notolog is developed independently and is not affiliated with these organizations or projects.
Legal
- Compliance: Users are responsible for ensuring their use complies with applicable laws and regulations.
- Liability: The developers disclaim liability for misuse or non-compliance with legal or regulatory requirements.
- Trademarks: All trademarks and brand names are the property of their respective owners and are used for identification purposes only.
⭐ If you find Notolog useful, please consider giving it a star on GitHub!
This README.md file has been crafted and edited using Notolog Editor.
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 notolog-1.1.9.tar.gz.
File metadata
- Download URL: notolog-1.1.9.tar.gz
- Upload date:
- Size: 5.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
140607eedb37c972fb0fd1f4178eb36f7dcd8464dfc13b009e9f44ac5fdf5070
|
|
| MD5 |
37b17ab5595d90b98765f31c9a5eee0a
|
|
| BLAKE2b-256 |
0838a59a83f0ee0b7b919a3402cd1744c44df9bb224d27919c1949de4ef39755
|
File details
Details for the file notolog-1.1.9-py3-none-any.whl.
File metadata
- Download URL: notolog-1.1.9-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71a9a3d2e4048cf4eb036e30ad86623d936e1a326a3591f00e081b847bd858bf
|
|
| MD5 |
19bbc8e2e6d502b6e962032ecbcba09d
|
|
| BLAKE2b-256 |
ac5a914c970660299a8fe1675006ea50b072fdde3c3756c1de5a3dd2a1b34979
|