Show HN: My Subscript project I used at School for taking notes using HTML/CSS (github.com) 1 points by colbyn 5y ago ↗ HN
[–] colbyn 5y ago ↗ Note that lots of stuff is still being moved over from the original implementation: https://github.com/colbyn/subscriptBut I'm pretty happy with the current feature set. [–] colbyn 5y ago ↗ 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/subscriptHere is an example from the current iteration:https://colbyn.github.io/subscript/calc1/chapter6.html [–] colbyn 5y ago ↗ 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...
[–] colbyn 5y ago ↗ 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/subscriptHere is an example from the current iteration:https://colbyn.github.io/subscript/calc1/chapter6.html
[–] colbyn 5y ago ↗ 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...
3 comments
[ 3.3 ms ] story [ 20.6 ms ] threadBut I'm pretty happy with the current feature set.
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:
https://colbyn.github.io/subscript/calc1/chapter6.html
<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...