fastn
fastn copied to clipboard
`open-in-new-tab: false` still opens links in new tab
-- 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.