Skip to main content

Notolog - Python Markdown Editor

Project description

Notolog Editor

Notolog Markdown Editor

PyPI - Version Conda Version PyPI - Python Version GitHub License GitHub Actions Workflow Status PyPI - Downloads Conda Downloads

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

Notolog - Python Markdown Editor - UI Example

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notolog-1.2.0.tar.gz (5.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

notolog-1.2.0-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file notolog-1.2.0.tar.gz.

File metadata

  • Download URL: notolog-1.2.0.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

Hashes for notolog-1.2.0.tar.gz
Algorithm Hash digest
SHA256 0422b50b81ebfa0a2186997cd0699c6743dd148023c76200fe0809ea804640a2
MD5 bc6ad27ba1ee7736257218cdb089efda
BLAKE2b-256 527d748b11c0346dbc95ee9342045b89a3fcc8a84e836092458f5a4d5b0f32ad

See more details on using hashes here.

File details

Details for the file notolog-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: notolog-1.2.0-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

Hashes for notolog-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7311c2c1e20b0a9b2ab033941afbbb26d868b47a5e483ec551d30bef3eaa7d9e
MD5 5f97190053db0a43d7ef45c4cba7f45b
BLAKE2b-256 f69b087d4fcac305af1e2c4de07ab12f4318556480a999b839a339943aa65a6c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page