Vinzent03 / obsidian-advanced-uri

Advanced modes for Obsidian URI
MIT License
766 stars 44 forks source link

If empty value UID key exists in frontmatter, use this instead of creating a new UID key #144

Closed camfisk closed 1 year ago

camfisk commented 1 year ago

I would like to include an empty UID property in my templates, so I can pick where in the frontmatter it lives. Currently though, if I do this and then "copy URI for current file", an additional UID property will be created, rather than using the existing empty UID property.

Could we have it so that the existing empty UID property is used for this command, if it exists?