Skip to content

Linkding Widget

Shows your recent bookmarks from a Linkding instance with tags, and allows marking items as read or archiving them.

Requirements

  • A running Linkding instance
  • A Linkding API token

Getting an API token

  1. Log into your Linkding instance
  2. Go to Settings → Integrations
  3. Copy the REST API token

Configuration

KeyTypeDefaultDescription
linkdingUrlstringBase URL, e.g. http://linkding:9090
apiTokenstringLinkding API token
initialLimitnumber10Number of bookmarks to load initially

Features

  • Lists recent bookmarks with title, URL, and tags
  • Search box at the top of the widget filters the bookmark list as you type (debounced 300 ms)
    • Plain text matches title, description, or URL (Linkding's native ?q= behavior)
    • #tag filters to bookmarks with that tag (Linkding's native search syntax — both work inside the same input)
    • Clear with the ✕ button to return to the unfiltered listing
  • Mark as read removes the unread indicator
  • Archive moves the bookmark to the archive in Linkding
  • Load more paginates through older bookmarks, preserving the active search

Personal Homepage Dashboard