Org Web Adapter
A lightweight local web app for browsing and editing Org files.
The app is implemented as a single Python server ( main.py ) plus one HTML template ( templates/index.html ) and one stylesheet ( static/style.css ). It scans a notes directory for .org files and renders a 3-pane UI.
⚠️ There is no authentication or encryption, only run this service on trusted networks. ⚠️
Screenshots
Desktop
Mobile
Instructions
Symlink your notes directory to notes . Edit the bind address and port in config.yaml if desired. python3 main.py .
How's it work?
... continue reading