UNPKG

fractive

Version:

Fractive is a hypertext authoring tool, primarily intended for the creation of interactive fiction.

24 lines (23 loc) 643 B
{ "title": "Link Tags Example", "template": "{examples}/basic.html", "linkTooltips": true, "linkTags": { "external": { "html": "&nbsp;<i class=\"fa fa-external-link\" aria-hidden=\"true\"></i> ({$TagVariable})", "prepend": false }, "inline": { "html": "&nbsp;<i class=\"fa fa-exclamation\" aria-hidden=\"true\"></i> ({$TagVariable})", "prepend": false }, "section": { "html": "&nbsp;<i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i> ({$TagVariable})", "prepend": true }, "function": { "html": "&nbsp;<i class=\"fa fa-bolt\" aria-hidden=\"true\"></i> ({$TagVariable})", "prepend": true } } }