ribrdb / desynced-tools

Tools for working with behaviors and blueprints from Desynced.
MIT License
4 stars 3 forks source link

Support importing subroutines from other files #68

Closed swazrgb closed 5 months ago

swazrgb commented 5 months ago

Currently only useful locally, but perhaps the web based editor could support multiple files at some point as well

ribrdb commented 5 months ago

Currently only useful locally, but perhaps the web based editor could support multiple files at some point as well

Side note: I've been thinking about how to add features like multiple files and sharing to the web editor. It just occurred to me that maybe we could just offload that to github. We could put example files into a template repo that people can fork publicy or privately and manage sharing however they want. And we can write a vs code web plugin that could load into the github.dev editor (or people could use it locally too).

swazrgb commented 5 months ago

And we can write a vs code web plugin that could load into the github.dev editor (or people could use it locally too).

That's a great idea! I had no idea this supported plugins.