Jonas Hietala
Jonas Hietala
That's a step in the right direction for sure, although I would like to hide the diff patch to get an overview and then manually toggle the commits I'm interested...
Thank you, I'll roll with this for now. Another thing, it would be nice to also show/hide individual chunks. This works fine if I visit a commit with `` from...
Hey, huge thanks for this and the pull requests. Really appreciate it!
Believe it or not, I have hired a native speaking, professional proof-reader. It feels like I could keep editing and finding flaws forever...
One use-case this would enable is with multiple monitors you could have a window with a compilation buffer or diagnostics on the secondary monitor while having the main monitor full...
I accidentally wrote a Tree-sitter grammar that should be feature complete here: https://github.com/treeman/tree-sitter-djot I also started a discussion about it: https://github.com/jgm/djot/discussions/280
One reason this is better than including raw `` tags is that markdown isn't parsed inside html tags. I ended up making a workaround using quotes and attributes, kinda like...