Has anyone figured out how to enable Wikilink support in posts, so that instead of pasting the entire URL to a page on a Mediawiki instance, you could just use [[ to start the Wikilink, then it would load pages dynamically from the respective Mediawiki instance(like https://thpedia.org) to make it easy to link wiki pages in a post?
Here is an example of what the finished post would look like (without pasting full urls over words):
This is not natively a feature but I would imagine it isn’t too hard to make into a component. If you’re not willing to build it yourself or pay somebody to do it for you then there is nothing wrong with standard markdown format ([Wikipedia](https://en.wikipedia.org/wiki/Main_Page))
If you are a site admin and have certain things that always need to be a link you can visit Watched Words and add the word as a linked phrase so it will automatically become a link, but I’m not sure that’s what you want because it isn’t the Wikitext syntax.
The watched words linking is actually kinda nice though since it automates a lot of linking. I will use this in conjunction with a custom theme component!
I’m currently working toward these types of capabilities. You can poke around in my Github Repository where you can find some Theme Components and Plugins I’m currently working on, i.e.