2024-03-03: The string methods in lua are attached to the metatable so you can run them with :, but the table ones aren't so you always need table.method().
2024-03-02: Lua regular expressions aren't fully compatible with regex :( (eg. you can't use the pipe operator)
2024-02-16: scroll-behavior: smooth; gives JS-free smooth scrolling when navigating anchors.
2024-03-03: The string methods in lua are attached to the metatable so you can run them with :, but the table ones aren't so you always need table.method().
2024-03-02: Lua regular expressions aren't fully compatible with regex :( (eg. you can't use the pipe operator)
2024-02-16: scroll-behavior: smooth; gives JS-free smooth scrolling when navigating anchors.