Does anyone have a list of the fonts used in KLWP, with there colors and weights?
Edit: An icon set would also be appreciated, along with the color pallate. Along with the process used to encode images on file export, like the encryption/compression method.
What features would the community to see for an alpha release? I will not be adding the KODE information but you will be able to put it in the text boxes. I’m not planning on including globals on the alpha. Other than that what is your all’s opinion on the minimum viable product?
Years ago I wrote a formula parser & evaluator in TS (transpiles to JS, can run in a browser), maybe you’ll find it useful. The parser code is in this repo (under engine), the whole project is a vscode extension but the parser itself is decoupled from the rest of the extension.