fractive
Version:
Fractive is a hypertext authoring tool, primarily intended for the creation of interactive fiction.
18 lines (17 loc) • 570 B
JSON
{
"title": "Macros Example",
"aliases": [
{ "alias": "TestAdjective", "replaceWith": "awesome" },
{ "alias": "red", "replaceWith": "<span style='color:#ff8888'>", "end": "</span>" },
{ "alias": "issue79_emptyReplaceWith", "replaceWith": "" },
{ "alias": "issue79_emptyEnd", "replaceWith": "(open)", "end": "" },
{ "alias": "issue79_emptyBoth", "replaceWith": "", "end": "" }
],
"template": "{examples}/basic.html",
"linkTooltips": true,
"linkTags": {
"external": {
"html": " <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i>"
}
}
}