Colludium - I've tried using all available formats but all it displays is something like :
"{
"passages": [
{
"text": "Welcome to the Twine instructions - made using Twine!\n\nIf you haven't imported and opened the Instructions project in Twine then please do so. If you don't know how to do that, open Twine in a separate window and click on \"Import from file\" on the right.\n\nBut first - have you imported the JSON formatter yet? If not, please do that first.\n\n[[Actions->actions1]]\n[[Conditions->conditions1]]\n[[Expressions->express1]]\n[[Setup JSON export->get json1]]\n[[Examples->examples main]]\n\n---\nAs soon as you declare a link, variable, object reference, function or use \"---\" then all following text is ignored.\n\n>>var1 val1\n>>var2 val2\n##objref1\n##objref2\n@@func1,param0\n@@func2,param0,param1\n\n",
"links": [
{
"name": "Actions",
"link": "actions1",
"pid": "2"
},
{
"name": "Conditions",
"link": "conditions1",
"pid": "3"
},
{
"name": "Expressions",
"link": "express1",
"pid": "4"
},
{
"name": "Setup JSON export",
"link": "get json1",
"pid": "17"
etc etc