Write and run code directly in your notes
const a = 2
console.log(a*2)
Draw diagrams using tldraw
Loading svg
Embed code sandbox
Add code snippets in several languages
print("hello world")
<!DOCTYPE html> <html> <head> <title>Parcel Sandbox</title> <meta charset="UTF-8" /> <link rel="stylesheet" href="/styles.css" /> </head> <body> <h1>Hello world</h1> </body> </html>