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.