mProjectsCode / obsidian-media-db-plugin

A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
GNU General Public License v3.0
250 stars 30 forks source link

Add index operator for arrays when templating #129

Closed kelszo closed 9 months ago

kelszo commented 9 months ago

Closes #127

The ignoreUndefined option in replaceTags is required to be true in getFileName due to some search APIs not returning all data that is specified in the model. That means when you used for example the director tag in the file name, the search would look like below:

image