fractive
Version:
Fractive is a hypertext authoring tool, primarily intended for the creation of interactive fiction.
46 lines (45 loc) • 1.53 kB
JSON
{
"title": "Fractive User Guide",
"author": "@invicticide",
"description": "Fractive is a Markdown-based hypertext authoring tool for writing interactive fiction. This interactive user guide explains how to set it up, use it to write stories, build and distribute those stories, and extend Fractive in new and creative ways.",
"website": "http://fractive.io",
"twitter": "@invicticide",
"markdown": [
"source/**/*.md"
],
"javascript": [
"source/**/*.js"
],
"assets": [
"assets/**"
],
"ignore": [],
"aliases": [
{ "alias": "icon-external-link", "replaceWith": "<i class=\"fa fa-external-link\" aria-hidden=\"true\"></i>" },
{ "alias": "icon-inline-link", "replaceWith": "<i class=\"fa fa-info-circle\" aria-hidden=\"true\"></i>" },
{ "alias": "icon-forward", "replaceWith": "<i class=\"fa fa-arrow-circle-right\" aria-hidden=\"true\"></i>" }
],
"template": "template.html",
"output": "build",
"outputFormat": "prettify",
"linkTooltips": false,
"linkTags": {
"external": {
"html": " <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i>",
"prepend": false
},
"inline": {
"html": " <i class=\"fa fa-info-circle\" aria-hidden=\"true\"></i>",
"prepend": false
},
"section": {
"html": "",
"prepend": false
},
"function": {
"html": "",
"prepend": false
}
},
"includeBackButton": false
}