Show HN: My Subscript project I used at School for taking notes using HTML/CSS
github.comNote that lots of stuff is still being moved over from the original implementation: https://github.com/colbyn/subscript
But I'm pretty happy with the current feature set.
Also, things definitely evolved a bit.
In the following order: 1. Originally I just used LaTeX https://github.com/colbyn/colbyns-math-notes-old 2. Then moved to AsciiDoc https://github.com/colbyn/colbyns-math-notes 3. Then thought that using plain HTML/CSS would be better https://github.com/colbyn/school-notes 4. Then decided that Parcel + PostHTML was too much of a pain and moved to my own compiler https://github.com/colbyn/subscript
Here is an example from the current iteration:
Also, what's I really like about Subscript compared to LaTeX is stuff like this:
<desmos> <expr>y = x^2</expr> </desmos>
Not that the above is hasn't yet been moved over from the original Subscript repo, unless you use e.g. this: https://github.com/subscript-publishing/subscript/blob/maste...