I'm making some progress on my micropub endpoint based on the https://go.hacdias.com/indielib library.
I can now use my endpoint for IndieAuth, and store posts on the filesystem, in the custom TOML page format I use. I'm having some trouble with the `micropub?q=config` route, and haven't started working on git sync or the media endpoint yet. One step at a time.
The main issue that's holding me back now, is that it's really hard to test if everything works as intended. I've been testing using Quill and Sparkles via my server now, but it's less than ideal to not be able to test it locally. Any advice would be appreciated 😅
Also, https://micropub.rocks doesn't work for me at all, because it doesn't use PCKE apparently.
But the clients are way easier than how I was updating my site until now, so I have enough motivation to keep at it!



