Bookmarks
Embed Google Docs, Sheets, Slides, and Figma as in-app tabs — still logged in after a restart.
What a bookmark is
A bookmark is a small .orqa JSON file on disk, pointing at a URL.
{
"type": "bookmark",
"url": "https://docs.google.com/spreadsheets/d/…",
"label": "Q2 Payment Metrics",
"service": "sheets"
}
When you click one in the sidebar, Orqa Note opens it as an in-app tab that runs full Chromium — not a sandboxed iframe. Google and Figma load with the same fidelity as a real browser tab, and your login session persists across restarts.
Creating a bookmark
- New Tab → Add bookmark — paste a URL, pick a service, give it a label.
- Or create the
.orqafile directly in Finder. It's just JSON.
Sharing
Because bookmarks are plain files, you can commit them to Git, drop them in Dropbox, or share them over Slack. Teammates who open your workspace folder see the bookmarks alongside your real files.
Persistent login
Each workspace gets its own isolated session partition under the hood. Sign into Google once — you stay signed in. Switch workspaces and you get a fresh, isolated login scope.
Supported services (v1)
| Service | URL pattern | Type chip |
|---|---|---|
| Google Docs | docs.google.com/document/… | blue |
| Google Sheets | docs.google.com/spreadsheets/… | green |
| Google Slides | docs.google.com/presentation/… | yellow |
| Figma | figma.com/file/… or figma.com/design/… | orange |
| Any other URL | anything valid | grey |
Security note
Bookmarks run real web content. Treat them like you'd treat clicking the same URL in Safari — don't paste untrusted URLs.