From a39b043f1b052ac4f37f07a0d415214c8d42cb3c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 7 May 2026 23:29:10 +0200 Subject: [PATCH] Update README with new features (image generation, session saving) and clarify data storage --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ed076b..12daf9b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Tauri desktop app that turns raw ideas, notes, URLs, and files into a clear pr - Write freeform notes and ask a local Ollama model to rephrase, extend, or generate a concept. - Build a JSONL knowledge base from selected files using `corpus_builder.py` when available, with a lightweight fallback in the backend. - Search for prior art through SearXNG and Ollama embeddings. -- Preview concepts as Markdown/PDF and save them into a local concepts repo. +- Preview concepts as Markdown/PDF. - Generate an image prompt and optional image asset for a concept. - Save and reopen local sessions. @@ -90,7 +90,6 @@ Environment variables: - `OLLAMA_HOST`: override the Ollama URL - `IDEA_HOLE_MODEL`: default model name -- `IDEA_HOLE_REMOTE`: default Git remote URL - `SEARX_URL`: default SearXNG base URL -Runtime data is stored in `.idea-hole/`, and generated concepts are stored under `concepts/` unless another repo folder is selected in the app. +Runtime data is stored in `.idea-hole/`.