I love Markdown. I'm not even sure whether I actually love Markdown or just iA Writer, but either way, they're a comfortable combo to write blog articles with. There are other markup languages like Textile or BBCode as well as tons of other popular editors and writing apps.
Also, to my knowledge there still is no comfortable blog editor for use with s9y available on most platforms. There probably never will be a specific “offline” editor for s9y anyway, so we might as well think about other options to “emulate” something like that.
So what I have in mind is a plugin which would check a dedicated directory in the s9y installation (i.e. templates_c/entries/ or something) for new text files periodically (Do we need cron for that? cron might not be available for most shared hosting users). If it finds new text files, it puts the contents of said files in new entries and publishes them. These files could contain any compatible markup – HTML, Markdown, Textile, BBCode, even plain text. They would probably need to have some kind of header to contain meta data like entry title, author, date, tags etc.
Users could write these text-based entries offline in their favourite text editor and upload them using their preferred or available method (ftp or ssh). Maybe (but this is a bit optimistic, I guess) the plugin could also be able to pull files from a Dropbox?
Is this feasible? Anyone up for it?
YL