This is a little learning project to get familiar with React and TypeScript.
It assambles a little notebook application that you can use to write, execute and store little code snippets written in JavaScript, JSX, HTML and CSS.
You can install Cheatsheets to your local machine with npx gaidap-cs or (sudo) npm install -g gaidap-cs.
- npx gaidap-cs serve
- npx gaidap-cs serve notes.js
- npx gaidap-cs serve notes.js --port 3050
Note: In case you get an "SyntaxError: Unexpected token '?'" please try to update to the latest node version.
This editor is based on the Monaco-Editor (VSCode). You have features like auto complete and various other default features at your service.
You can import mostly any JS or JSX and mostly all css libraries to create code snippets and get the results rendered to the preview area or the console.
You can use a build function called preview, for example preview(
A simple texteditor where you can use markdown syntax to format your text or display content like pictures. Click inside the editor cell to open the edito and click outside the cell to close the editor.
- ctrl + alt + Enter => clear screen
- alt + Enter => format code
- Escape => Exit