TODO
- integrate a cool JSON tree viewer
- make a little JS code editor + debuguer
- AST reader and generator for MD, HTML, CSS
- make a file explorer
- from a package.json, in the file explorer, show “run” command in an IHM way.
- integrate GIT (isomorphic library)
- save in editor the js, etc as a tree: no more plain text file, bye bye !
add/mofication to Sobaf
add a system file ( https://jvilk.com/browserfs/ )
(it can read/write sync or Async, from memory, localStorage, indexedDb, dropBox, ajax)…
Big copy of the node.js “fs” system, very cool, no ?
I just need put a versionning system in front of it ( when i wrote “text.txt” also wrote “test.txt.”+universaltime)integrate my little library “Modeling Language”) : ML => transform an human readable Data description, fast to write, to a JSON Schema
and with the help of the cool json-editor, transform it to an IHM, with validatorMD reader and writer (bcos in most of case, it is full enough for a static page, no need HTML for it !!)
ACE editor (lot of languages read and plug in) (perhaps test Monaco, the vscode editor ?)
AST reader and generator for JS