Crochet v0.1.0 Alpha
Pre-releaseWelcome to the Crochet Alpha!
Please note since this is an alpha, things can go wrong and you should keep backups of your files just in case. Also the Yarn 2.0 specification isn't nailed down at the moment so certain syntax or features might be in flux in future versions.
A note on transitioning from the Yarn 1.0 spec to 2.0
Crochet should be able to read in Yarn 1.0 files and spit out Yarn 2.0 files when you export/save. This is only for node tags/headers, it doesn't touch the node's body. You'll have to manually convert your node content from the 1.0 spec to the 2.0 spec.
It might appear that arrows are broken when you load your 1.0 file, but that's because Crochet will only draw arrows in between nodes if it detects a <<jump nodeName>>
command, rather than the old [[nodeName]]
syntax.
Notable Updates
-
The file menu has been split for better menu organization.
TheSettings
dialog can be found under theEdit
menu now and has been renamed toPreferences
. -
Yarn is now the only export option for the time being.
-
Most formatting options have been removed for the time being. Unfortunately the Scribble markdown option has also been removed but will be re-added in future versions.
-
Syntax highlighting should work for the Yarn 2.0 specification. If there is something off or missing, please let me know!
-
You can now disable right click node creation from the preferences menu.
-
File tags can be added to your Yarn file from the Edit menu. This has some validation but if something is wrong, let me know!
Again please let me know if there are any issues or problems by contacting me or opening an issue.