I've been writing my little blog in raw #HTML for a while now because I don't like using #markdown for blog posts. I like markdown a lot for documentation, but for authoring more styled documents I like to have more direct control over my content and skip the compile step.
Also I literally will never remember if the [] or () is first for stupid links and images in markdown.
Anyways I finally got around to writing myself a shitty little WYSIWYG editor in #tiptap and #electron. Yeah, it uses 800k dependencies and 8 gigs of RAM, but it's cool to make a little local html file editor that looks and acts exactly the way I want, and I can add stupid features to whenever.
Everyone and their grandpa has written their own static site generator, but how many y'all written your own blog editing suite?
(I know it's not very pretty, but it doesn't need to be since it's just for me)