[LOGGED] Text Representation for posting on GitHub
-
We would like to upload our patches to GitHub in a format that can track the changes. Is it possible to save the .izz file in a text format?
-
Expanding on this, what would be a good workflow for using GitHub with Isadora, in general? We won't have many assets to exchange, but will want to collaborate on production plugins, patches, etc.
-
@huslage Isadora file do not have any text form representation at this time. This is a Feature Request we have in our database and it will be considered for future Isadora versions.
-
At this time, I have primarily worked with numbered Isadora documents. Removing older documents now and again.
If you build using Javascript, you can use include() to allow Isadora to load external scripts.
These external JS text scripts are tracked well by git and offer all the development features git users are accustom to.
-
@dusx All great info, thank you!