|
|
|
|
|
by roblh
1213 days ago
|
|
I had a similar feeling about markdown but I went a different direction and wrote a little package that parses markdown with front matter into html and saves it inside an in memory SQLite database. It runs quickly enough that it can hot reload anytime you save while it watches your blog posts directory. Gives you full text search and it exposes the database directly from the package so you can basically hook it up to anything. I’m still ironing out the kinks, but it made blogging way more pleasant for me, after trying a few other things and being unimpressed overall. |
|
But I like to think that, when that time comes, I will be the author of that tooling. As it sounds you are. Kudos!