Problem
Pasting a URL into the editor creates a plain text block. There's no way to create a styled link card that shows the URL prominently.
Goal
Add a Bookmark block type that renders a URL as a styled card with the link title and URL displayed.
Markdown format
Store as a standalone URL line or a titled link:
[Bookmark Title](https://example.com)
Tasks
Design considerations
- Phase 1: manual title entry — user types the title and URL
- Phase 2: auto-fetch page title from URL on paste (optional, requires network)
- OSC 8 clickable links in terminals that support it
Scope
Type: enhancement
Size: medium
Problem
Pasting a URL into the editor creates a plain text block. There's no way to create a styled link card that shows the URL prominently.
Goal
Add a
Bookmarkblock type that renders a URL as a styled card with the link title and URL displayed.Markdown format
Store as a standalone URL line or a titled link:
Tasks
BookmarktoBlockTypeenum/command palette with URL input promptBookmarkStyleto theme system (border, title color, URL color)Design considerations
Scope
Type: enhancement
Size: medium