humphd / humphd/next

Experiment: port vim.js to use our filesystem

Open
#89 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.