fractive
Version:
Fractive is a hypertext authoring tool, primarily intended for the creation of interactive fiction.
24 lines (23 loc) • 643 B
JSON
{
"title": "Link Tags Example",
"template": "{examples}/basic.html",
"linkTooltips": true,
"linkTags": {
"external": {
"html": " <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i> ({$TagVariable})",
"prepend": false
},
"inline": {
"html": " <i class=\"fa fa-exclamation\" aria-hidden=\"true\"></i> ({$TagVariable})",
"prepend": false
},
"section": {
"html": " <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i> ({$TagVariable})",
"prepend": true
},
"function": {
"html": " <i class=\"fa fa-bolt\" aria-hidden=\"true\"></i> ({$TagVariable})",
"prepend": true
}
}
}