Releases: RunMintOn/Palimpsest
Release list
Palimpsest 0.1.1
Full Changelog: 0.1.0...0.1.1
Palimpsest 0.1.0 — Initial Public Release
Palimpsest 0.1.0 — Initial Public Release
Palimpsest is an Obsidian plugin that brings relevant passages from older notes back into view while you write. It runs locally through Ollama and does not send note content to a cloud API.
Highlights
- Semantic search over the current note or a selected passage.
- Relevant source passages shown in the sidebar.
- Incremental indexing for new and changed notes.
- A local IndexedDB index isolated per vault.
- Markdown rendering for retrieved passages.
- Links and drag-to-insert quotes from retrieved passages.
Recent improvements
- Corrected semantic change detection and index scope application.
- Reused embeddings when note changes are not semantic.
- Ignored non-Markdown vault events during indexing.
- Improved selection-query and file-open query recovery.
Requirements
-
Obsidian desktop 1.12.0 or later.
-
Ollama running locally.
-
The Qwen3 Embedding model:
ollama pull qwen3-embedding:0.6b
The default Ollama endpoint and model are already filled in. Custom models require matching embedding dimensions and a fresh index rebuild.
Installation
Until Palimpsest is listed in the official Community Plugins directory:
- Install and enable BRAT.
- Add
https://github.com/RunMintOn/Palimpsestin BRAT settings. - Enable Palimpsest after installation.
You can also download main.js, manifest.json, and styles.css from this release and copy them to .obsidian/plugins/palimpsest/.
Notes
The first use requires building an index, which may take time for a large vault. This release is desktop-only. Palimpsest is actively developed, and feedback is welcome.