Mirror your Alissa vault into your notes: projects, tasks, context, deliverables and entities as wikilinked markdown, refreshed with one click.
Mirror your Alissa vault into Obsidian: projects, tasks, context, deliverables and entities as wikilinked markdown — your whole knowledge graph, refreshed with one click.
Website & guide: https://obsidian.alissa.app
fahera-mx/obsidian.alissa.app in the BRAT plugin.manifest.json + main.js from the latest release into
<vault>/.obsidian/plugins/alissa-sync/ and enable it.Then open the plugin settings, paste your Alissa API token, pick a target
subfolder (default Alissa/), and hit the ribbon button.
Your token is stored locally in the plugin data and never logged. The plugin
talks only to the configured Alissa API base (default api.alissa.app) over
HTTPS to fetch YOUR vault content; nothing else leaves your machine.
npm install
npm run dev # watch build → main.js
npm run build # typecheck + production build
The plugin source of truth lives in the (private) Alissa monorepo and is synced here, so code PRs cannot be merged directly — issues are welcome for everything.