Table of contents
    Write and run code directly in your notes
    Draw diagrams using tldraw
    Embed code sandbox
    Add code snippets in several languages
    Add Images
    Embed Iframes
    Demo

    Demo

    A note showing off all the cool features
    .22 Jun, 2025

    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")
    

    Add Images

    Embed Iframes

    1print("hello world")
    A diagram drawn using tldraw
    Abhimanyu
    <!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>
    Open on CodeSandboxOpen Sandbox