after finally resolving my board issues (through re-installing from scratch and re-importing manually my db now running under mysql), here I am back…
A feature that would, in, my opinion, be really helpful is to have links opening in a new browser tab / new browser window as default behaviour (adding target=“_blank” property to links)
Any idea about how to implement this ? (Maybe a plugin exists already to achieve it and I’ve not seen it ?) Or could it be added to the roadmap for a future release ?
Thanks in advance,
eM
@emzeweb:
I am not sure what exactly your desire might be, also see that more as a browser issue. But – if you haven’t already done – maybe you want to try:
<a href="http://example.com/" target="_blank">example which opens in new Tab</a>
sorry if I wasn’t explicit enough in my request. my idea was to find a user-friendly way (i.e. addition in the formatting shortcuts bar, or change in the default behaviour) to make external links open in new tab.
but as you pointed out, this is more a browser usage question, and I guess I’ll just have to make the board users get the habit of ctrl-clicking the links…
thanks for reminding me of the possibilities offered by the browser itself…
as far as Markdown Plus plugin is concerned, it won’t help me here since the end-users of our kanboard are not used to writing html…
well, yeah, I get what you mean by adding a URL “explicitly as external link to a task” but it’s definitely not the way we do it… I was thinking about the links that are included in the Task Description… but it’ll be alright with ctrl+click. thanks for looking into it anyway.
and 90% of them run through parsedown. 90% is arbitrary, i made that up, but definately “most” links are handled through parsedown. might even be 100% if we are strictly referring to commonly made user links.
And between parsedown and the UrlHelper, might be close to 100% absolute.
Here all you need to do is make the default $newTab value true.