vim
As an Evil user, I concur. Perhaps it could be implemented through a plug-in architecture, with some LISP-like interface.. :)
Ask HN: What do you want in a text editor?
21–26 of 26 posts
Re: Ask HN: What do you want in a text editor?
#22Re: Ask HN: What do you want in a text editor?
#23Re: Ask HN: What do you want in a text editor?
#24Re: Ask HN: What do you want in a text editor?
#25For 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…
Awesome; but what do you reckon the best way to implement a corkboard is when it's entirely possible that you're dealing with individual documents, not Scrivener's groups of them? (Sorry, that sounds snarky; it's a genuine question; one global corkboard, per folder, or what?)
Again I am thinking about emacs, there you could have multiple cork boards, with multiple Windows. So basically, you open a cork board view, which in the background has a cork board buffer. And in principle you can then open a second cork board window to the same buffer, so that you can lock at two different places at once.
As for how to implement it, I am not sure, my crazy first idea would be as a clip board on steroids. So you mark some text and a index card with the text appears in the cork board.
Re: Ask HN: What do you want in a text editor?
#262. Quick find for "Markers" / sections of the writing, so that one can easily scroll up to Chapter 1.2, say.
3. Multi-cursor like Sublime Text to edit multiple mentions of the same name, say
4. Spell-check, it is rudimentary.