This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.storyFormat({ | |
| "name":"Entweedle", | |
| "version":"1.0.2", | |
| "author":'<a href="http://twitter.com/gnustoboz">Michael McCollum</a>', | |
| "description":"Free utility format to export your story into twee format.", | |
| "image":"icon.svg", | |
| "url":"http://maximumverbosity.net/twine/Entweedle/", | |
| "license":'<a href="http://opensource.org/licenses/MIT">MIT License</a>', | |
| "proofing":false, | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.storyFormat({ | |
| "name": "Twison", | |
| "version": "0.0.1", | |
| "author": "Mike Lazer-Walker", | |
| "description": "Export your Twine 2 story as a JSON document", | |
| "proofing": false, | |
| "source": "<html>\r\n\t<head>\r\n\t\t<title>{{STORY_NAME}}</title>\r\n\t\t<script type=\"text/javascript\">\r\n/**\r\n * Twison - Twine 2 JSON Export Story Format\r\n * \r\n * Copyright (c) 2015 Mike Walker\r\n * https://lazerwalker.com\r\n *\r\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and\r\n * associated documentation files (the \"Software\"), to deal in the Software without restriction,\r\n * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,\r\n * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\r\n * subject to the following conditions:\r\n *\r\n * The above copyright notice and this permission notice shall be included in all copies or substantial\r\n * portions of t |
OlderNewer