From e1e223ed55356844de3b91e43a80e7ab7617051f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 03:19:27 +0100 Subject: [PATCH] Update README.md with improved feature descriptions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 201ccd2..93c9952 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ TextDB is a **non-destructive**, completely offline, local-first text editor wit - Non-destructive editing: immutable manual saves + safe autosaved drafts. - Version history panel with quick restore. -- Markdown preview mode (toggle with Tab) + print-friendly output. -- Nested folders with expandable tree; move items via right-click. -- Open/import `.txt` and `.md` files; export to `.txt`. -- App settings for theme, text size, and line numbers. +- Markdown preview mode (toggle with Tab). +- Sort your texts in nested folders with expandable tree; move items around via right-click. +- Open/import `.txt` and `.md` files; export to `.txt` or print / `.pdf`. +- Settings for theme, text size, and optional display of line numbers in the textarea. ## Use cases