Remove inline linking tool

So, I may or may not go to hell for this, but I made a quickfix plugin that bypasses the inline part and just opens the link editor.

You can find it here.

I didn’t spend much time testing it, if you find problems make issues in github and I will see if I can fix it.

The way it works is that I removed wplink as a plugin from tinyMCE, then added wplinkc, which I made by copying wplink and removing most of the code.

Edit: I was made aware of this other solution later today, and it looks a bit cleaner and definitely looks less hacky than mine.

https://github.com/2ndkauboy/restore-full-link-dialog

I havent tried it though.

Edit #2: An actual proper plugin exists now, found here, that gets the job done.

Leave a Comment