nomadjimbob / mikioplugin

Mikio Plugin adds a heap of layout and Bootstrap 4 elements that can be used on your DokuWiki pages.
http://dokuwiki.org/plugin:mikioplugin
GNU General Public License v2.0
12 stars 1 forks source link

[Feature request] Add support for url to open in new tab #36

Closed garanovich closed 3 months ago

garanovich commented 3 months ago

Please add support for url to open in new tab

nomadjimbob commented 3 months ago

Buttons and Steps already support an undocumented (whoops) attribute newtab that does exactly this.

<button url="https://www.apple.com.au/" newtab>Apple</button>

I'll update the wiki to show this attribute