farling42 / obsidian-import-json

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

Allow more than one field to be used for the filename #65

Closed farling42 closed 6 months ago

farling42 commented 6 months ago

Use an optional javascript specification for the filename, e.g. ${part1field}-${part2field} or maybe even ${part1field}/${part2field}

farling42 commented 6 months ago

Implemented in 0.35.0