From a19c16776968c6f419482190d3240223eabdb1ce Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 Jan 2026 18:56:37 +0100 Subject: [PATCH] Update README with new features --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8bd6956..3716e36 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ TextDB is a **non-destructive**, completely offline, local-first text editor wit - History panel listing versions by timestamp (drafts included when present). - Settings: theme (default/bright), text size slider, and optional line numbers. - Collapsible sidebar with persistent state. +- Nested folders (projects) with expandable tree view. +- Drag & drop to reorder texts/folders or move texts into folders. +- Right-click a text to move it into a folder. - Export the current text to a `.txt` file. - Open `.txt` or `.md` files to create new entries from file content. - Drag and drop `.txt` or `.md` files onto the window to import them.