-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(expression): adds expressions #468
Conversation
Requires preset saving functionality and docs on modv.vcync.gl to be added before merge. |
Expressions docs PR here: vcync/modv.vcync.gl#24 |
@2xAA I tested it and it works great. I would prefer if the textarea would be bigger, can I make the changes? I found the code for this, but not sure if you want that or not. |
@TimPietrusky sure! Implement away 😅 |
@2xAA so if you agree with my change that makes the textarea fill up the whole space in width, we can merge this! |
@2xAA also vcync/modv.vcync.gl#24 (review) was merged and we just need to create a new version. |
@TimPietrusky I just reduced the cell size slightly so it's in line with Tween above. You still have double the room. Thanks for reviewing the docs! |
🎉 This PR is included in version 3.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Adds the expression editor from modV 2
fix #453 fix #415