DominikPieper / obsidian-ReadItLater

MIT License
424 stars 34 forks source link

Add more content types (movies, games, reddit, custom?) #142

Open Nitero opened 7 months ago

Nitero commented 7 months ago

⚠️ Please check that this feature request hasn't been suggested before.

🔖 Feature description

It would be amazing if this supported more content types, for example Id like to make a to watch list so it would be nice if using a link from IMDb would give access to properties like rating, length, etc. Currently this doesnt seem supported as the rating just appears in the header with no way to query it with Dataview.

Admittedly there is the Media DB plugin which does something very similar, but that one doesn't support YouTube and I like how lightweight this plugin is in comparison (in Media DB you can't remap all properties for example).

✔️ Solution

I would just like it if pasting more different types of pages would support properties so that I can query them.

I'm not sure how its done for things that don't need an API, but maybe this is even something that could be opened up to the user? Like some sort of custom content type that lets you define your own regex to filter out things like a movie rating?

❓ Alternatives

Other things I'd love to see as content types:

📝 Additional Context

I'd love to contribute, but Im fairly new to obsidian & typescript so Im not sure I'd be of any help