fastn icon indicating copy to clipboard operation
fastn copied to clipboard

`open-in-new-tab: false` still opens links in new tab

Open amitu opened this issue 1 year ago • 0 comments

-- ftd.text: hello
link: https://google.com
open-in-new-tab: $variable ;; this fails
open-in-new-tab if { variable }: true ;; work around

The generated HTML contains target=“false", which is the cause of this.

amitu avatar Jun 15 '24 11:06 amitu