Live data from Hacker News

Show HN: vi in your browser - edit files directly from Dropbox, etc

mit.edu

51–60 of 82 posts

Re: Show HN: vi in your browser - edit files directly from Dropbox, etc

#51
post #29

Pretty darn nifty, but vim stuff like 'ciw' doesn't work, and also 'C' leaves you in an insert state where your next keystrokes are entered just before the last letter in the line, rather than after the last letter in the line.

I just fixed C. ciw doesn't work since I've only implemented vim stuff for now but I may slowly add in vim features if there is demand for them

Oh well, if you're fixing them, I've a couple more issues:

'^' goes to the first character in the line, not the first non-whitespace character

'o' is not undoable using 'u' (those most other things are, strangely)

Thanks!

Re: Show HN: vi in your browser - edit files directly from Dropbox, etc

#52

Why I can't use this: "This app will have access to your entire Dropbox." Which still happens with pretty much every Dropbox app, despite fine-grained permissions many months ago. Dropbox, love the app, but the company needs a strong developer relations programme to get messages like this out.

Is there any other way to get an arbitrary file from your dropbox into a text editor?

Re: Show HN: vi in your browser - edit files directly from Dropbox, etc

#53
post #52

Why I can't use this: "This app will have access to your entire Dropbox." Which still happens with pretty much every Dropbox app, despite fine-grained permissions many months ago. Dropbox, love the app, but the company needs a strong developer relations programme to get messages like this out.

Is there any other way to get an arbitrary file from your dropbox into a text editor?

https://www.dropbox.com/developers/announcements/11

"We've introduced App folders: app-specific folders that Dropbox will automatically create and keep track of, even when users move or rename them."

I assume that means a fine-grained folder instead of the scary "entire Dropbox" situation. It was introduced on 8 months ago, but there's little detail on it.

Re: Show HN: vi in your browser - edit files directly from Dropbox, etc

#57
post #55

Here's what I really, really, want: $('textarea').vim()

[deleted]

Decent, but really the context shift is too intrusive for everyday use. I use vim on command-line (with set -o vi), so it's not like a regular textarea is too small for it to be useful either.

EDIT: Deleted parent link was http://gpl.internetconnection.net/vi/

Re: Show HN: vi in your browser - edit files directly from Dropbox, etc

#58
post #13

so cool. super awesome as-is. if you add evernote support i will go crazy w/ happiness.

Sign up for the google group I created here https://groups.google.com/group/cloud-vi and I'll let you know when I add evernote support

awesome! will do
Post reply on HN