Git Product home page Git Product logo

vim.js's Introduction

Vim.js : JavaScript port of Vim

A Tool/Toy for Non-Beginners

by Lu Wang

Status

  • Works but unstable, only tested on Firefox/Chrome + Ubuntu
  • Faster on Chrome than Firefox
  • Some features work better on Firefox (e.g. <Ctrl>)

Vim Features

vim.js is built with the small feature set (--with-features=small), with also a few from the normal set. Run :version to check.

--with-features=normal is too large and too slow for online usage.

As we all know that there are huge number of features in Vim, but most people use only a small subset of it. So I have to try to balance the feature set and the file size, by including most common features, and also a few that I pick.

If you really want some feature(s) enabled by default, please try to compile it yourself first, estimate the increase in size and create a pull request.

Vim.js Features

  • Persistent ~/.vimrc
  • Execute JavaScript from Vim.js (:!)

Instructions for hackers

  • Prepare the dependencies:
    • emscripten
      • Use the wl branch of my fork if anything goes wrong
    • node.js
    • streamline.js
    • GCC & cproto (maybe)
      • Sometimes you need to run make proto when you see errors about 'undeclared variables/functions/structs'
  • Get yourself familiar with everything above and also:
    • source code of vim
    • JavaScript, and also HTML/CSS
  • Prepare build.sh
    • Setup the path of emscripten inside
    • Uncomment the last few lines
  • Run build.sh

Development

Patches are welcome and wanted for

  • Wrapping async functions โ€” learn more
  • Multi-browser/platform support
  • Stability improvements
  • UI improvements
  • Other stuffs in TODO

If you want to work on other features to be merged, please file an issue and discuss with me first.

Do not override vim.js or build.sh!

Contact

Lu Wang coolwanglu(a)gmail.com โ€” please do not expect a prompt response.

License

Read LICENSE

vim.js's People

Contributors

coolwanglu avatar

Watchers

Ethanz Liew avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.