Currently I use uiua watch and view the output in my terminal. It would be nice, however, to view the output inline. Here are a few example extensions that have similar functionality:
- Alive has inline evaluation
- Inline Math is probably the simplest to take ideas from
- Error Lens displays inline text
- Quokka.js is probably more complicated than Uiua would need
Currently I use
uiua watchand view the output in my terminal. It would be nice, however, to view the output inline. Here are a few example extensions that have similar functionality: