You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we are using Docusaurus, a possibly nice way to do it could be similar to the ReasonML web site: https://reasonml.github.io and its "try" button!
The text was updated successfully, but these errors were encountered:
The Ergo REPL can now support generateText so it could form the basis for a kind of Try It! button in the documentation which would cover both Ergo logic and the new template syntax.
This could require a bit of design thinking (what would it look like? should it use Monaco for editing, reuse Cicero-UI components). Maybe the "Try It!" button could be added to Ergo code snippets:
This could be particularly nice with a notion of plugin. Vuepress supports that (that's what Handlebars uses), but it seems to also be coming to Docusaurus v2:
The Ergo online REPL is currently available at: https://ergorepl.netlify.com
It might be more useful as a kind of "Fiddle" https://jsfiddle.net and linked to the technical documentation here: https://docs.accordproject.org
Since we are using Docusaurus, a possibly nice way to do it could be similar to the ReasonML web site: https://reasonml.github.io and its "try" button!
The text was updated successfully, but these errors were encountered: