Description
A Tool/Toy for Non-Beginners
by Lu Wang
vim.js alternatives and similar libraries
Based on the "Editors" category.
Alternatively, view vim.js alternatives based on common mentions on social networks and blogs.
-
quill
Quill is a modern WYSIWYG editor built for compatibility and extensibility. -
slate
A completely customizable framework for building rich text editors. (Currently in beta.) -
Quasar Framework
Quasar Framework - Build high-performance VueJS user interfaces in record time -
medium-editor
Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution. -
TOAST UI Editor
๐๐ Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible. -
TinyMCE
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular -
jsoneditor
A web-based tool to view, edit, format, and validate JSON -
SimpleMDE
A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking. -
bootstrap-wysiwyg
Tiny bootstrap-compatible WYSIWYG rich text editor. -
wysihtml5
Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles. -
Trumbowyg
A lightweight and amazing WYSIWYG JavaScript editor under 10kB -
ContentTools
A JS library for building WYSIWYG editors for HTML content. -
EpicEditor
EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it. -
jquery-notebook
A modern, simple and elegant WYSIWYG rich text editor. -
ckeditor-releases
Official distribution releases of CKEditor 4. -
Bangle.dev
Collection of higher level rich text editing tools. It powers the local only note taking app https://bangle.io -
Zepcode
โ๏ธ Zeplin extension that generates Swift snippets from colors, fonts, and layers -
#<Sawyer::Resource:0x00007fbac98da410>
Basic operations on iterables -
react-component-widget
Component for resizing and repositioning charts, parsing transferred data when working with Recharts library. -
convert-plain-text-into-links
An npm module which replaces any plain text link within string with achor tag -
jquery-connect
Easily connect your jQuery code to stores like Redux -
#<Sawyer::Resource:0x00007f6e64170690>
1KB (GZipped) state manager for React. It is small and easy to use
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of vim.js or a related project?
Popular Comparisons
README
Vim.js : JavaScript port of Vim
A Tool/Toy for Non-Beginners
by Lu Wang
Try it online
Variations
Recommended browsers: Firefox, Chrome, IE
Vim.js Features
- ASM.js enabled
- Persistent
~/.vimrc
- Execute JavaScript from Vim.js
- Read local files
- Read files from Dropbox
Run :e $VIM/vimrc
for more detail.
Vim Features
The online demo is built with the small feature set (--with-features=small
),
with also a few from the normal set.
Run :version
to check details.
(--with-features=normal
is too large and too slow for online usage.)
Some features can be requested via pull requests, some are not intended to be included. Please discuss with me first before you work on a PR.
Tips for hackers
- Need emscripten with ASYNCIFY enabled
- Need GCC & cproto (maybe) — Sometimes you need to run
make proto
when you see errors about 'undeclared variables/functions/structs' or '***.pro' file not found - Read
build.sh
- The building process might take lots of memory
Contact
Lu Wang coolwanglu(a)gmail.com — please do not expect a prompt response.
License
Read LICENSE
*Note that all licence references and agreements mentioned in the vim.js README section above
are relevant to that project's source code only.