larstvei / ox-gfm

Github Flavored Markdown Back-End for Org Export Engine
233 stars 44 forks source link

Add an "Open in a new tab" link export option #32

Open LanternD opened 6 years ago

LanternD commented 6 years ago

I was wondering is it possible to implement an option to enable "open in a new tab" external link export.

For example, I saw Can I create links with 'target=“_blank”' in Markdown? - StackOverflow mentions we can do so.

I try it in Org mode, if I write [[link name][my_url]]{:target="_blank"}. It works and jekyll renders it correctly. But adding such suffix to every external link is tedious, so is it possible that you implement it as an optional feature?

Thanks.