jparyani / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
GNU General Public License v3.0
18 stars 3 forks source link

HTML Links in notes don't open #15

Open zeigerpuppy opened 7 years ago

zeigerpuppy commented 7 years ago

when clicking on an html link in a note, Laverna doesn't open the link. right-click and "open in new tab" is required.

funwhilelost commented 7 years ago

This is a Sandstorm security feature afaik.

ocdtrekkie commented 7 years ago

Yeah, basically the link just needs to have target="_blank" added to it.

zeigerpuppy commented 7 years ago

OK, thanks for the tip. It's a bit disconcerting to users who are creating documents with Laverna, but I guess there must be some security benefit to it.

funwhilelost commented 7 years ago

Yeah, the grain is in an iframe so if you followed a link without target="_blank" you would "lose" your grain.