But what features would you like to see added to this list? Draft has its Hemingway mode, for example. What's missing from text editors you think you'd really like?
Ask HN: What do you want in a text editor?
1–10 of 26 posts
Re: Ask HN: What do you want in a text editor?
#2Re: Ask HN: What do you want in a text editor?
#3Re: Ask HN: What do you want in a text editor?
#4Re: Ask HN: What do you want in a text editor?
#5One thing I would like to see in emacs is something similar to scrivener's corkboard, basically a virtual corkboard were you can place index cards and group them together.
Re: Ask HN: What do you want in a text editor?
#6Re: Ask HN: What do you want in a text editor?
#7For academics, you can pry Latex from their cold dead hands, so better include a Latex mode. Personally, I like emacs and I think that modes, aka the plug-in architecture has really a lot of merit, so try to expose as much as possible of the documents to a plug-in api. ( That one only becomes important when your project is very successful, but perhaps it is good thing to keep in mind.) One thing I would like to see i…
Re: Ask HN: What do you want in a text editor?
#8Toggleable tree view for navigating, opening, closing, creating, and deleting files. You also mentioned previewing, but it'd be nice if you could have toggleable split screen mode for live previews (or wysiwyg mode). Last would be a way for contributors to write extensions to add additional features.
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?
Re: Ask HN: What do you want in a text editor?
#9https://github.com/retext-project/retext
(Unless that's the project?)
However, there are some things that ReText does poorly, like syncing between the output window and the input text:
https://github.com/retext-project/retext/issues/108
and some things ReText doesn't really do at all, such as autocompletion of citation labels, checking URLs to see if they are 404, or proper syntax highlighting in math mode.
Those kind of features tend to require doing difficult things like parsing the input, which is why most text editors don't bother.
Re: Ask HN: What do you want in a text editor?
#10Have you asked somewhere else? Seems like you'd get a bias of things developers want here