If you face error like raco tr cannot find such command, run raco setup.
- Run
raco tr buildto build HTMLs - Run
raco tr watchto watch content changes and build on fly - Run
raco tr nextto get next available address, for example, you might like to runvi $(raco tr next xxx).scrbl
to work on a new file (replaceviwith any command line editor command) - Run
raco tr metato get metadata of address, I recommend you use| jq .after the command to get pretty output.