You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a template and preview step across note importers. Importer generates a Markdown template automatically, which can be edited directly or replaced with a .md template from the vault.
Templates support the same variables, filters, and logic as Obsidian Web Clipper.
Added shared variables for note content, properties, title, destination path, source timestamps, importer ID, and source ID. Importer-specific variables are available for Airtable, Apple Notes, CSV, Google Keep, and HTML.
Added live previews using examples from the selected source. Previews show the resulting note title, path, properties, and Markdown content.
Template previews can be navigated, expanded, and edited using Obsidian’s native editor.
Inline template edits are remembered for future imports. Note-title templates and managed source-ID properties can also be customized.
Reorganized importer settings that affect note content or properties onto the template page.
Normalize tags, aliases, and cssclasses generated by importers and templates to Obsidian’s supported list-property format (#609, PR #637, PR #643).
Logseq
Added an importer for Logseq Markdown graphs. Choose a graph folder and select which page and journal folders to import.