jmilldotdev / obsidian-wikipedia

Grabs information from Wikipedia for a topic and brings it into Obsidian notes
MIT License
102 stars 16 forks source link

Talk page integration? #3

Open chrisgatewood opened 3 years ago

chrisgatewood commented 3 years ago

Hi. I was wondering if it'd be possible to have an option for any relevant metadata from the Wiki article's talk page?

Love the plugin. Thanks for the great work! It's streamlined my workflow quite a bit.

jmilldotdev commented 3 years ago

Hey, glad you're enjoying it.

Unfortunately Wikipedia's public API is a bit janky and hard to parse, due to the fact that it's all returned as pseudo-markdown.

If you can figure out a way to do this I'm happy to take pull requests.