Skip to content
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

Improve WASM demo #16

Open
matklad opened this issue Jul 14, 2018 · 0 comments
Open

Improve WASM demo #16

matklad opened this issue Jul 14, 2018 · 0 comments
Labels
E-hard Might be tricky to fix

Comments

@matklad
Copy link
Owner

matklad commented Jul 14, 2018

We have a WASM demo at https://matklad.github.io/tom/ (the code is on the gh-pages branch). It would be cool to add more features to it:

  • Use TomlDoc for syntax and error highlighting (use monaco editor with language=null for this?)
  • Synchronize selection in the doc on the left and tree on the right. Selecting node on the right should highlight region in the doc. Moving cursor in the doc should highlight the current node in the tree.
  • Add "reformat buttom" (see Formatter #15 )
  • Make the site look less like a Soviet brutalist building
  • Add a third pane which shows equivalent JSON (see Add logical model #13)
@matklad matklad added the E-hard Might be tricky to fix label Jul 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-hard Might be tricky to fix
Projects
None yet
Development

No branches or pull requests

1 participant