Under development, don't use!
Note taking tool for mathematicians.
If you are looking for a mature tool with many features, try Quarto.
This project is mainly for someone who creates a collection of static content of mathematical flavor in HTML (or LaTeX) and want a markdown like writing process.
The project would provide some filters to solve the following problems in standard markdown.
- Mathematical writing as first class citizen.
- Write in Pandoc markdown
- Postprocess with Pandoc filters
This allows one to directly adopt any pandoc filter, and also use these filters in your own work.
- Label/References (crossref)
- Theorem Environment
Don't forget to install python requirements and Pandoc.
In the main directory, try the following.
export LUA_PATH="$PATH_TO_CHICKENGLASS/chickenglass/filters/?.lua;;"
./chickglass.py example _site
- Add a build system based on Shake
- Add helpful authoring tools
- VS code plugin
- livereloadx for preview
- More robust crossref
- Cross file ref support
- Package for simple deployment
- Maybe switch to djot?