I'm normally unimpressed by applications ported to javascript. However, this actually has me excited. I would love to be able to edit all my Dropbox text files with a web interface. If anyone here works for Dropbox, I beg you to integrate this!
http://dillinger.io/ you already can
Vim.js - JavaScript port of Vim
51–60 of 107 posts
Re: Vim.js - JavaScript port of Vim
#52so... what exactly am i supposed to do with no file system?
Re: Vim.js - JavaScript port of Vim
#53Re: Vim.js - JavaScript port of Vim
#54While this is impressive, I find it surprisingly slow compared to much more demanding applications with bigger code bases compiled via Emscripten. Any ideas why?
Lu mentioned[2] on vim_dev that it was necessary to write a hack for this portion.
[1] https://github.com/coolwanglu/vim.js/blob/master/web/vim_lib...
[2] https://groups.google.com/forum/#!topic/vim_dev/AQTHbUHijgg
Re: Vim.js - JavaScript port of Vim
#55All the three letter motions I tried don't work. Without them this is more vi then vim. caw ci" ca( all don't work.
Re: Vim.js - JavaScript port of Vim
#56This is pretty cool. Backspace not working for me though in Chrome.
Backspace and ESC not working, so after I enter a mode I'm stuck in it forever.
Re: Vim.js - JavaScript port of Vim
#57Earlier quoted context omitted.
if you use vimium/vimperator/something else you can do shift+H to go backwards, shift+L to go forward.
Which would require me to press two keys instead of one.
Re: Vim.js - JavaScript port of Vim
#58Re: Vim.js - JavaScript port of Vim
#59Rule 34 for software: If it exists, there IS a javascript port of it.
That would be Atwood's Law: any application that can be written in JavaScript, will eventually be written in JavaScript. http://www.codinghorror.com/blog/2007/07/the-principle-of-le... And tlrobinson's Law (or corollary?): Any submission to Hacker News about a novel JavaScript program will contain a comment referencing Atwood's Law. https://twitter.com/tlrobinson/status/395636386671235072