From ff5c3073dc3d24308f8d7369a7575285efd7285e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 05:25:08 +0100 Subject: [PATCH] Update README.md: remove Ollama link, update AI setup instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d73bdf5..9f0a8dc 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ TextDB is a **non-destructive**, completely offline, local-first text editor wit - 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. -Ollama: `https://ollama.com` - ## Use cases - **Non-destructive notepad**: jot ideas without fear of losing earlier thoughts. @@ -42,6 +40,8 @@ npm install npm run tauri dev ``` +For AI based text-to-markdown conversion, install Ollama: `https://ollama.com` + ## Autosave + versioning behavior - Typing triggers a debounced autosave (~600ms) that writes to the draft record.