Experiment: port vim.js to use our filesystem
Open
editor
enhancement
filesystem
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
[VIM.js](https://github.com/coolwanglu/vim.js) is really neat. It's the full VIM compiled to JS via ecmascripten. It would be cool to see if we can add it to our platform (e.g., `/editor/vim/...` or something).
The file handling is mostly contained in https://github.com/coolwanglu/vim.js/blob/master/web/vim_lib.js (look for `FS.`). Most of it assumes you call it synchronous, but I think we could swap async Filer versions of these functions without too much problem.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.