nsantorello/Shumarks

Open Links in New Tab

Closed this issue · 3 comments

When clicking on a link that normally moves the user outside the site, open the link in a new tab and keep Shumarks open as the primary tab.

I was actually thinking it'd be cool to open the page in a Javascript window overlaid on top of the page. This way all you have to do to get back to Shumarks is just hit Escape. Then you can view pages quickly, and we solve the problem of having the user leave Shumarks to view a link.

That requires an iframe and not guarenteed to work perfectly. Opening it up in a new window is fine. Or give the user the choice to stay on page or new window. I'm used to opening a new window and just going back. Most browsers overwrite opening up new window in a new tab.

This is a very simple change.

implemented.