mirror of
https://github.com/bitsofchris/openaugi-obsidian-plugin.git
synced 2026-07-22 12:40:27 +00:00
- Bidirectional link traversal: discover notes that link TO discovered notes - Header section extraction for backlinks (not full content) - "Include backlinks" toggle (enabled by default) - Visual "← backlink" badge in selection modal - Output prefixes: "# Note:" for forward links, "# Backlink:" for backlinks - Deduplicate snippets when multiple links in same section
10 lines
463 B
JSON
10 lines
463 B
JSON
{
|
|
"id": "openaugi",
|
|
"name": "OpenAugi",
|
|
"version": "0.4.0",
|
|
"minAppVersion": "1.8.9",
|
|
"description": "Process information faster with augmented intelligence (AI for thinkers). Parse your voice notes into atomic notes, tasks, and summaries. Grab context from dataview queries and linked notes. De-duplicate and merge atomic ideas into a clean, organized vault.",
|
|
"author": "Chris Lettieri",
|
|
"authorUrl": "https://bitsofchris.com",
|
|
"isDesktopOnly": false
|
|
}
|