codasai
codasai copied to clipboard
Add styling for html generated from markdown.
Allow a special page that will exist under `BASE_URL` instead of `BASE_URL/{0, 1, ..., n}`. This home page might use its own template to allow better customization.
Because the state is stored in the URL, it has some problems when it's shared even though it's URI encoded. I don't think being able to change the state directly...
Having the export directory under `.codasai/export` is not good because `.codasai` should be a directory for providing metadata or similar. Auto generated files should not be there.
There's no reason it should be a hidden directory. Especially since its contents are editable.
Given `` and given the build command `codasai build --base-url /guides/diagrams` the output destination should be `/guides/diagrams/public/image.jpg`.