Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tweecode/twine

Tags

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.4.2

Toggle v1.4.2's commit message
Fixed OS X StoryIncludes .twee bug

Now, including a local .twee via StoryIncludes will work again in OS X.

v1.4.1

Toggle v1.4.1's commit message
HTML <table> cleanup

* Now, HTML <table> structures in passage text will have all invalid
elements removed - that is, non-table-related elements outside of
<tr>,<th>,<col>,<caption> and <figcaption> elements. Note: this doesn't
work in IE 8 simply because inserting HTML <table> elements doesn't work
in IE 8. For maximum compatibility, use the TiddlyWiki table syntax.
* Fixed a syntax highlighter bug where the final trailing symbol of
certain style syntax wasn't being coloured.

v1.4

Toggle v1.4's commit message
OS X story format path tweak

* Jonah: fixed inline image syntax when used in tagged stylesheets.
* Fixed the OS X paths so that the targets folder is now inside the app bundle. Thanks @wolfteeth.
* However, story formats will also be sought in another 'targets' folder placed in the same directory as the app bundle. This allows other formats to be installed.