Where Operon stores data
Everything Operon keeps lives inside your vault. There is no server and no account. Knowing where each kind of data sits helps you back it up, sync it, and understand what is yours versus what Operon can rebuild.
There are two stores, with a clear split between them.
Your tasks: in your Markdown
Your tasks are not in a database. They are the Markdown you can already see: an inline task is a checkbox line in a note, and a file task is a note with task frontmatter. The note is the source of truth. Operon reads and writes these files, and everything it shows you in filters, the Calendar, and the Kanban is built from them. See Markdown task storage.
This is the data you most care about, and it stays plain text you own.
Operon's settings and state: in the plugin's data
Operon's own configuration and working state (key mappings, pipelines, priorities, saved filters, presets, and similar) live in the plugin's data files under .obsidian/plugins/operon/, not mixed into your notes. This is settings and bookkeeping, not your tasks. If it were lost, you would lose preferences and have to reconfigure, but your tasks would be untouched in your notes. See Plugin data and state files.
Why the split matters
- Backups. Backing up your vault backs up both stores.
- Sync. Tasks sync as ordinary Markdown; settings sync with the rest of your
.obsidianfolder if you sync it. See Sync conflict safety. - Portability. Your tasks travel as plain files, readable with or without Operon.
FAQ
Is any of my data on a server? No. Everything is local in your vault.
If I uninstall Operon, do I lose my tasks? No. Tasks are Markdown in your notes. You would lose Operon's views and settings, not the tasks.