Hacker News new | ask | show | jobs
by zokier 2877 days ago
I've been thinking that we need a new generation of word processors aimed for authoring blog posts (and wiki pages etc). Sure you and I might be happy editing markdown with vi (although honestly I'm not happu with that), but that is not really solution for wider usage.

Most features of word processors are equally applicable for web-style content, but somehow we ended up having completely separate ecosystem there.

One major issue hampering creation of such tool is the relative lack of standardization on the web. Every content platform has its own format and api etc, so making common tooling is difficult.

See also Windows Live Writer

2 comments

Windows Live Writer became Open Live Writer!

https://github.com/OpenLiveWriter/OpenLiveWriter

I probably sound like a broken record at this point, but have you tried Emacs Org mode? It is structural plain text at its core, but Emacs theming functionality lets you live preview the document to reasonable detail. It has matured enough to provide advanced functionality expected from word processors, and it has a powerful exporting and publishing framework capable of producing all sorts of document types including blog posts.