Skip to content

Add short note field to bookmark edit UI - #1

Draft
tsuten wants to merge 2 commits into
mainfrom
cursor/note-field-ui-3a31
Draft

Add short note field to bookmark edit UI#1
tsuten wants to merge 2 commits into
mainfrom
cursor/note-field-ui-3a31

Conversation

@tsuten

@tsuten tsuten commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Summary

Implements the note field UI (approach A) for short bookmark descriptions.

  • API: note is now accepted on updateBookmarkItem and validated via BookmarkItemUpdateSchema (max 500 characters).
  • Edit drawer: Adds a compact textarea below Tags in BookmarkEditDrawer.
  • List view: Displays the note text directly below each bookmark's metadata row (truncated with full text on hover).
  • Styles: Extends base input styles to textarea for visual consistency.

Notes

  • New bookmarks can receive a note after creation via the edit drawer (no change to quick-add flow).
  • Empty notes are saved as trimmed empty strings.

Test plan

  • Open a bookmark in the edit drawer and save a short note
  • Reload and confirm the note persists
  • Verify the note text appears in the list below tags/url/date
  • Clear the note and confirm it disappears from the list after save
Open in WebOpen in Cursor

cursoragent and others added 2 commits July 11, 2026 17:07
- Allow note updates via BookmarkItemUpdateSchema and updateBookmarkItem
- Add compact textarea in BookmarkEditDrawer (max 500 chars)
- Show StickyNote indicator on list items that have a note

Co-authored-by: Tsuten <tsuten@users.noreply.github.com>
Co-authored-by: Tsuten <tsuten@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants