From bc4e6b8a560c94afaa2935d8f1ea2dcb68fefe39 Mon Sep 17 00:00:00 2001 From: SpaceTurth <101376682+SpaceTurth@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:18:24 -0700 Subject: [PATCH] Minor readme tweak --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 57fd383..8aaccf6 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,7 @@ 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: - -- left sidebar: note list + search/sort controls -- center pane: note content (preview or edit) -- right sidebar: backlinks to the current note +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. ⚠️