Alissa Sync

approved

by rhdzmota

Mirror your Alissa vault into your notes: projects, tasks, context, deliverables and entities as wikilinked markdown, refreshed with one click. - This plugin has not been manually reviewed by Obsidian staff.

24 downloadsUpdated 26d agoMIT

Alissa Sync — Obsidian plugin

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

Install

  • Community plugins (once approved): search for "Alissa Sync".
  • BRAT (beta): add fahera-mx/obsidian.alissa.app in the BRAT plugin.
  • Manual: download 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.

Privacy

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.

Development

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.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.