Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.
The entire thing is modelled around fzf. The main command is `enter`, which spawns a fuzzy file finder window on file names in your notes directory. You can also run a full-text search with ripgrep using the `search` subcommand.
It's a single bash script, and assumes a few dependencies (as mentioned) are installed on your system.
Arbitrary precision is now supported in 0.3.0 after integrating the `astro_float` (https://docs.rs/astro-float/latest/astro_float/index.html) `BigFloat` type as the base for numbers in the language.
Still working out the kinks, but its live so give it a try!
Such a nice DX combo for writing new languages.
Still a work in progress, but I thought I'd share :)