GitXplorerGitXplorer
j

vscode-regex-notebook

public
26 stars
7 forks
4 issues

Commits

List of commits on branch master.
Unverified
ff9d6624a5cb70744a6ec28f4615848be25635e1

update image

jjrieken committed 3 years ago
Unverified
0f837e7e75fda8a9a5fc40b38ee93365d0e0c3de

add command to create & show new empty'ish regex notebooks

jjrieken committed 3 years ago
Unverified
d8bd5325578a66b4334e637b49d861508846246e

0.0.6

jjrieken committed 3 years ago
Unverified
fa452e1ded520ea96e14aff86866386bda76f897

add email sample

jjrieken committed 3 years ago
Unverified
bfcbedb88def43d0a782e902c56b74b9c2e6ba0b

make sure Markup-cells use markdown language

jjrieken committed 3 years ago
Unverified
dbba49fcd05e3c014c368e1a1df3e0701871af14

0.0.5

jjrieken committed 3 years ago

README

The README file for this repository.

Native notebook for VS Code that renders regular expressions using https://regexper.com.

Sample showing rendered regular expression

This samples makes use of the following APIs/concepts

  • NotebookSerializer to load and save notebook documents from disk
  • NotebookController to execute regular expressions cells
  • NotebookRenderer to present regular expressions in a nice way

Running out of source

  • run git submodule init and git submodule update
  • run npm install in the terminal
  • also run npm run compile
  • select F5 to debug

Thanks

The rendering uses the https://regexper.com source code which works like a charme 👏