ritajs-v2 icon indicating copy to clipboard operation
ritajs-v2 copied to clipboard

Add link() transform

Open dhowe opened this issue 3 years ago • 0 comments

Types of links: html, riscript-internal, custom?

Use-case for arguments. A. inline (Some text).link(http://blah.com/foo/bar.html) (Some text).link(foo/bar.html)

B.

$opts={type:html, href:http://blah.com/foo/bar.html, target:_blank }  // a JSON string
(Some text).link()

dhowe avatar Jan 03 '21 17:01 dhowe