> 5iler (pronounced ‘filer’) No. This isn't intuitive at all. Five-iler?
Show HN: 5iler – a repurposable minimalist notepad
41–50 of 64 posts
Re: Show HN: 5iler – a repurposable minimalist notepad
#42My suggestions might be out of line with the minimalist philosophy but:
1) Code coloring or at least code blocks
2) The ability to open two at the same time, side by side
Re: Show HN: 5iler – a repurposable minimalist notepad
#43Earlier quoted context omitted.
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? Great app and excellent design. Call me a fan!
Appreciate it :) Actually, you can already use Ctrl+Numbers -- command is essentially just an alias for Macs (i.e. the Shortcuts modal is the misleading part).
Of course the same is also true on Windows.
Re: Show HN: 5iler – a repurposable minimalist notepad
#44Really nifty and very well done. If you have time down the road you could think of implementing one feature that every modern text editor for some reason lacks: autocorrect. TextEdit on Mac has some form of autocorrect but mostly sucks, I don't know why in 2014 we're still using the backspace but I feel it's time to move on.
isn't the same auto-correct system in TextEdit.app available by default in any cocoa text-fied on OS X? And if you think that system 'mostly sucks', perhaps it is because you are vastly underestimating what a difficult feature it is to implement?
Re: Show HN: 5iler – a repurposable minimalist notepad
#45Re: Show HN: 5iler – a repurposable minimalist notepad
#46I see when you activate a file, the animation first shrinks the file a bit and then expands it out. Is it possible to remove the shrinking? It makes the app "feel" a bit jerky. I think the reason is when you shrink the activating file, all other files expand by a bit. This causes the whole screen shifting a bit, leading to a somewhat jarring experience for a split second.
Re: Show HN: 5iler – a repurposable minimalist notepad
#47Cool idea, nice implementation! Feature request: please implement lists either as a keyboard shortcut or as a text macro. Both ordered (numbered) and un-ordered preferred. BTW, for anyone who didn't catch it: you can change the name of each notepad. Just double-click the name, type what you want and it'll be saved.
Thank you! As a matter of fact, Markdown support is the next big thing I'm working on, and I plan to look into incorporating lists.
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.
Comments based on the web version (Firefox Mac).
Re: Show HN: 5iler – a repurposable minimalist notepad
#481) I'd like the titles to be Markdown-friendly headings instead of C comments, personally.
2) I'm not sure if this is within scope - maybe this is just something to do on my own in Dropbox - but it would be neat if there were an 'archive' button. Let's say I'm done with one of my files and I want to clear it out. Push the button, and that file would be moved to archived/DATETIME.txt or something like that, and cleared.
Re: Show HN: 5iler – a repurposable minimalist notepad
#49Re: Show HN: 5iler – a repurposable minimalist notepad
#50For the desktop version, I'm having problems with undo. Occasionally, if I delete something, I won't be able to undo it.
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.