Skip to content

YarnTwiner 0.3.0

Choose a tag to compare

@KXI-System KXI-System released this 29 Nov 22:23
· 2 commits to master since this release

After a long hiatus here is the 0.3.0 release of YarnTwiner! On the surface there are two new features:

Syntax Highlighting: Basic syntax highlighting is available during the export, its not perfect but has most of the basic highlighting down.

Multiple Yarn File Export: A new @file:<filename> tag will automatically bundle nodes with the same tagged filename into one yarn file.

The biggest change is under the hood, the previous project was using Webpack and Vanilla Javascript. Which worked fine for a while but I was beginning to struggle adding new features and scaling the project effectively. Now this project is run with Svelte and Vite in Typescript, which made adding the two new features a lot more manageable.

Install this version by downloading the file below or with the link: https://kxi-system.github.io/YarnTwiner/release/yarntwiner_0.3.0.js