Sync NeoDB data to your vault.
book/, movie/, music/, and game/main.js, manifest.json, styles.css.obsidian/plugins/neodb-sync/After connection, the account panel shows the connected account, instance link, last sync time, NeoDB library stats, and local note counts.
Templates use Mustache-like syntax:
{{title}}
{{#cover_image_url}}{{/cover_image_url}}
{{#tags}}
- {{.}}
{{/tags}}
Available variables can be viewed from each template setting.
Missing, null, and empty values render as empty text. Use {{field|fallback}}
when a visible fallback is preferred. Conditional blocks are omitted when their
value is empty. Missing fields inside array iterations also render as empty text.