Render-markdown.kak

Today I started working on a plugin to “render” markdown inside of kakoune inspired by the neovim plugin of the same name

https://github.com/kmafeni04/render-markdown.kak

4 Likes

Thanks!

Last year I expressed some thoughts on how it would be great for Kakoune to have font size (using the associated Kitty protocol) in the face definitions, to have stuffs like Markdown headers displayed in various decreasing sizes : Support for Kitty text-sizing-protocol · Issue #5295 · mawww/kakoune · GitHub

Another area of research that would be great is folding support to collapse each nested sections.

1 Like

I’ve tried folding but I don’t have a good solution for toggleable folds at different locations, and because I’m not using tree sitter, I use regex to match blocks which also isn’t a very 100% thing