From c4ad259362b425438c2ee54ca1bba4fdd8b450d5 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 05:25:05 +0100 Subject: [PATCH] Update README.md: clarify Markdown conversion options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aadf92..d73bdf5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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 with split view. -- Convert plain text to Markdown via local Ollama (recommended model: `ministral:3b`). +- Convert plain text to Markdown manually or via local Ollama (recommended model: `ministral:3b`). - 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.