I use Seo Smart Links which create links inside post to my tags. But Wp No External Links just remove <a from this links and they are not clickable.
Here is a code inside post before mask is tunred on and after is turned on.
<a href="domain.com" class="st_tag internal_tag" rel="tag" title="some name">title</a>
And after it looks like this:
<a class="st_tag internal_tag" rel="tag" title="some name">title</a>
It just removes link to my internal tag page. I was thinking that this plugin is only external not internal...