Use case or problem
I’d like to open Wikipedia links directly inside Obsidian’s interface. It’ll be far more convenient and efficient than jumping to Wikipedia pages in your browser or cloning the entire page archive into Obsidian.
Proposed solution
This would be kinda difficult to implement but it’s possible. The mechanism would be like following:
- Fetch the Wikipedia page
- Parse the contents into obsidian markdown
- Preview it inside the UI
- Optionally save the page into your vault.
Current workaround (optional)
I can already clone the wikipedia pages using a community plugin, but it’s not very resource efficient.