Closed Chan9390 closed 1 year ago
Hey @Chan9390, sorry for the late reply and yes I think this is something we should do.
Hey @Chan9390, 1.8.0
has been released and {{id}}
can be used in filename now :)
Thanks @sywhb! I see that Omnivore plugin's latest version on Obsidian is still 1.7.1. Will it usually take time for the latest version to reflect there?
Thanks @sywhb! I see that Omnivore plugin's latest version on Obsidian is still 1.7.1. Will it usually take time for the latest version to reflect there?
Weird. Probably it will take some. I will check again
Cant find this release yet in Obsidian plugins.. 😕
This is weird. Let me recreate a release
I created a new version 1.8.1 and it is available for upgrade ~
Thanks! I was able to update to 1.8.1 and test the functionality.
I confirm that all articles follow {{id}}.md
format.
The plugin currently allows
{{{title}}}
,{{{dateSaved}}}
and{{{datePublished}}}
as the filename.Using
{{{title}}}
creates issues when the title are huge or contains uncommon characters. Ex: https://github.com/omnivore-app/obsidian-omnivore/issues/77Having separate file per article is preferable as it makes search & correlate in Obsidian easier.
I think being able to use
{{{id}}}
(UUID) as filename will be handled well across operating systems. I tried it but{{{id}}}
doesn't seem to be an option.