2025 roadmap

matt

My 2025 roadmap is pretty simple:

May update

I ended up taking a bit of a detour. The prebuilt WYSIWYG editor I was using came with some strong limitations that ended up muddying up a lot of my code. I bit the bullet and built a custom editing experience based on MarkdownIt. It was quite a bit of work but I managed to get through it.

Screenshot of my editor

The default editing experience is now pretty nice. The total list of features so far is:

MarkdownIt is also highly extensible, leaving the door open for future work when needed.

Back to top