Open swarnimarun opened 1 year ago
I could see this being useful.
| {sigil or keyword } | { explanation } |
under some section ## XXX
(number of columns and header level can vary), with the heading having a linkable HTML target. deploy.sh
api.cheats.rs
providing Rusty syntax search (e.g., if you search for 'b
it might return an entry for 'a
), but this could easily get out of hand; like, why not re-implement or recycle a Rust grammar and do "part of speech" tagging (dunno how this is called in language design lingo) on snippets. I'm not really suggesting this; it's just an idea that was been floating through my head.
This is something I was thinking about which would be nice if had
json
ortext
output endpoint similar tocheat.sh
.We can directly generate and host this as a static page as well, doesn't need any dynamic content to my knowledge. I will probably look into it once I have some time, or if someone else wants to pick this up would also be willing to help, if needed.
Let me know if this sounds like a good idea. Would be very useful for terminal users.