huseyz / obsidian-wallabag

This plugin for Obsidian allows you to sync Wallabag items into Obsidian notes in various ways.
MIT License
69 stars 5 forks source link

Sync the author from the articles #47

Open Lorite opened 1 week ago

Lorite commented 1 week ago

I think it would be great if the author of article could be retrieved, similarly to how can use the published_at, reading_time, etc. I would also like to know if there are more fields we can retrieve. I haven't checked the API yet. Thanks in advance and good job with the plugin :)

huseyz commented 6 days ago

ATM following fields are available:

https://github.com/huseyz/obsidian-wallabag/blob/master/src/note/NoteTemplate.ts#L15-L31

I'm open to adding more.

jason-mehmel commented 1 day ago

Would we get the field options from the Wallabag API? (Newb question)