So I finally have a little bit of brain power for hacking on microblog.pub - I have some stuff I want to put in that I think is best done in an actual fork, as it conflicts with some of the goals of the base project.
- better installability - at least as a 
pip-installable package, ideally as a standalone binary - as part of that, changing workers to on-demand rather than all on (which makes installation and setup easier, and I think will help with resource usage at small scale, but may not be appropriate for larger scale users)
 - AJAX for object actions (though with the full HTTP form fallbacks still there)
 - web interface for configuration and SCSS styling
 - altered auth system, probably using 
FastAPI-login- having to constantly sign in over and over is driving me nuts, lol - Some standardization around HTML display of object types (this I might submit upstream
 - Option for other markdown flavors (mostly because I hate how linebreaks work in vanilla markdown)
 - Post preview button
 
@gekidasa@fandom.ink I'll keep that in mind, though it should be.
    
@cocoa this sounds great! It'd be great be able to import old posts in case the previous installation is not compatible