1) I'm working on implementing Markdown and will be using friendly headings once we sort that out.
2) I love this idea! In fact, it's been on my wishlist for some time now -- I plan on shipping it this week. I've been calling it "Snapshot Backup", but I think "Archive" is a much better word for it. Thank you :)
I'm probably in the minority, but I would vote against markdown support. There are tons of minimalist markdown editors out there (have a look in the Mac app store for starters). At least make it switch-offable.
I'd vote against list automation too, because it changes the way the cursor and keyboard behave.
URL detection would be nice though, since it only affects the visual display and mouse behavior.
I'd also vote for a constant-width font option. Preferably Consolas or one of its knock-offs.
It would be nice if the line number, column number, and number of characters in the buffer were reported in one of the corners.
Interesting, thanks for the feedback. I definitely plan on adding an off switch for Markdown, and will only be going through implementation if it doesn't impact speed/usability in a noticeable way. The plan is to make it a minimal implementation (i.e. keyboard shortcuts only) and barely something you would notice you had.
The reason I'd like to add it is because having switched over from TextEdit and Evernote, the one thing I miss are the Cmd+B,I,Us etc.
Have you thought about a subtle markdown support like a syntax highlighter? Vim does this for example. Bold things get displayed bold with there stars, headings get bold and colored (red in my case). It allows to read the markdown source and have the effect of formatting at the same time.
This may be a known issue: it has to do with the fact that whenever Dropbox syncs, the undo state is reset. If you haven't setup Dropbox sync and have been experiencing this, let me know.
Yeah I actually haven't synced Dropbox, though I can't seem to reproduce this on a consistent basis. Huge fan of this though, definitely going to be something I use on a consistent basis.
I like 5iler a whole lot and I second adestefan's advice. I use a Linux system and don't have cmd keys. I'm wondering if, since some browsers (at least Chrome + Safari) use cmd+1/2/3 to switch tabs, if maybe replacing cmd with ctrl would be easier for everyone involved?
I was a bit obtuse in my original comment. Ctrl does work fine. I then tried Alt since that's in the position of the Cmd key, but that didn't work (which is a good thing because then it doesn't eat the browser's tab switch keys.)