farling42 / obsidian-import-json

Plug-in for Obsidian.md which will create Notes from JSON files
MIT License
85 stars 5 forks source link

Expose the Import Folder Path (from the Importer Dialog) for use in templates. #58

Closed buttonpushertv closed 8 months ago

buttonpushertv commented 8 months ago

Similar to @SourceFilename, can the Import Folder Path be exposed or passed along to templates & helpers to be used for further manipulation?

farling42 commented 8 months ago

With version 0.33.0, you can use @importSourceFile.path to get the full path (including filename). See the README for other new fields.