- [ ] nota package includes nota-editor frontend which bundles a bunch of things incl. all KaTeX fonts. Better way to reduce package size? - [ ] need to simplify installation process, way too many pitfalls when installing node, npm, and global binaries from @nota-lang/nota - [x] SSR should run until all initial mobx reactions have executed so `@Ref` and `@TableOfContents` don't flicker on page load. - [x] Typescript should get moved into `esbuild-utils` (a la estrella) so it generates bindings without a separate command, and also works in watch mode - [ ] SSR should pass `noSandbox` when running inside of a container