omnivore-app / obsidian-omnivore

Obsidian plugin to fetch articles and highlights from Omnivore
MIT License
726 stars 39 forks source link

More options for filename #146

Closed Chan9390 closed 7 months ago

Chan9390 commented 9 months ago

The plugin currently allows {{{title}}}, {{{dateSaved}}} and {{{datePublished}}} as the filename.

image

Using {{{title}}} creates issues when the title are huge or contains uncommon characters. Ex: https://github.com/omnivore-app/obsidian-omnivore/issues/77

Having 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.

sywhb commented 8 months ago

Hey @Chan9390, sorry for the late reply and yes I think this is something we should do.

sywhb commented 7 months ago

Hey @Chan9390, 1.8.0 has been released and {{id}} can be used in filename now :)

Chan9390 commented 7 months ago

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?

sywhb commented 7 months ago

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

Chan9390 commented 7 months ago

Cant find this release yet in Obsidian plugins.. 😕

sywhb commented 7 months ago

This is weird. Let me recreate a release

sywhb commented 7 months ago

I created a new version 1.8.1 and it is available for upgrade ~

Chan9390 commented 7 months ago

Thanks! I was able to update to 1.8.1 and test the functionality.

I confirm that all articles follow {{id}}.md format.