How to embed a single internote in your web application
You can embed any internote your account has access to using an iframe or the Internote React component.
Get the embed URL from the internote's share menu, then drop it into an iframe:
Install the embed package and use the Internote component:
id — the internote ID (required)height — embed height in pixels (default: 600)theme — 'light' or 'dark' (default: follows system)token — auth token for private internotes (see Authentication)Public internotes can be embedded without a token. Private internotes require an auth token — see the Authentication section.