From be5048091fd447732f0d817e0da041741eaa7f44 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 Jan 2026 00:44:47 +0100 Subject: [PATCH] Update README.md with new features --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 877fec9..c3157b2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ TextDB is a **non-destructive**, completely offline, local-first text editor. It - Autosave draft (debounced) that can be safely discarded. - History panel listing versions by timestamp (drafts included when present). - Export the current text to a `.txt` file. +- Open `.txt` files to create new entries from file content. +- Drag and drop `.txt` files onto the window to import them. +- Registers `.txt` file association for using TextDB as a default editor. ## Use cases