Native notebook for VS Code that renders regular expressions using https://regexper.com.
This samples makes use of the following APIs/concepts
NotebookSerializer
to load and save notebook documents from diskNotebookController
to execute regular expressions cellsNotebookRenderer
to present regular expressions in a nice way
- run
git submodule init
andgit submodule update
- run
npm install
in the terminal - also run
npm run compile
- select
F5
to debug
The rendering uses the https://regexper.com source code which works like a charme 👏