baubleb

Results 4 comments of baubleb

A mininum working example boilerplate class would be nice to have so we can just build on that. I tried to take an existing class, strip it down to bare...

I want to add that it is not just graphs with axis and plots that would be useful to be able to do, but other diagramming such as state machines...

> ``` > \begin[handler=statemachine]{raw} > % state machine markup here > \end{raw} > ``` *Handler* (like the notion and terms *callback*, *delegate* and *function pointer* etc) is a programattic notion...

A SILE Language Server might help here, it then could be used by many writing environments (IDE's) that are language server compatible. [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) [Language Server Extension Guide](https://code.visualstudio.com/api/language-extensions/language-server-extension-guide) This...