fizzbucket | 6 years ago | on: Is an Aboriginal tale of an ancient volcano the oldest story ever told?
fizzbucket's comments
fizzbucket | 10 years ago | on: Ask HN: What do you want in a text editor?
fizzbucket | 10 years ago | on: Ask HN: What do you want in a text editor?
ReText is also not very cross-platform, in practice for Linux only, although it's possible to install on a Mac with effort. It might be more justifiable to work on improving it, but the maintainer isn't interested in pandoc support, which, first makes citations very difficult, and second, means submission either to academic journals or university tools like Turnitin is more complex then it needs to be.
Then there's just little things -- like quoting verse in Markdown, which requires two spaces at the end of each line. That's easy enough to make happen automagically, but it's a feature that would never be used by a typical ReText user, or someone using Mou or MacDown, so they're unlikely to want to support it.
fizzbucket | 10 years ago | on: Ask HN: What do you want in a text editor?
Extensions are also a good plan; the interesting thing is that many of them end up being routed to pandoc, so they can be done with document metadata in any case. For others, one easy thing to do might be to rewrite some of the bits in C++ in PyQt, then have the possibility of importing classes that inherit from the originals and override functions. Does that make sense, do you think?
fizzbucket | 10 years ago | on: Ask HN: What do you want in a text editor?