Skip to content

Bookmarks & Organization

When reading feed articles, you can bookmark with one click:

  1. Click the “Bookmark” button in article details
  2. Or click the bookmark icon in the article list

When bookmarking, you can:

  • Select a folder to save to
  • Add tags

Besides feed articles, you can bookmark any webpage:

  1. Click the “Add Bookmark” button
  2. Enter the webpage URL
  3. The system will automatically fetch the page title and excerpt

The bookmark list supports:

  • Pagination
  • Filter by folder
  • Filter by tags
  • Search by title
  • Sorting (by time or title)

Click a bookmark to:

  • Modify title
  • Modify excerpt
  • Add/remove folders
  • Add/remove tags
  1. Click the delete button on the bookmark
  2. Confirm deletion

Bookmarks use a separate folder system (separate from feed folders):

TypePurpose
feedOrganize feeds
bookmarkOrganize bookmarks
  1. Click “New Folder” in the sidebar
  2. Enter name
  3. Select type as “bookmark”

A bookmark can belong to multiple folders:

  1. Edit bookmark
  2. Add multiple folders
  3. Save
  1. Edit bookmark
  2. Click the remove button next to the folder
  3. Save
  1. Go to “Tag Management” page
  2. Click “New Tag”
  3. Enter name and color

You can modify:

  • Tag name
  • Tag color

Deleting a tag automatically removes it from all associated bookmarks.

Option 1: Add when editing bookmark

  1. Open bookmark edit
  2. Select tags
  3. Save

Option 2: Batch add

  1. Select multiple bookmarks
  2. Use batch operation to add tags

Support batch add or remove tags:

{
"action": "add", // or "remove"
"tag_id": "xxx",
"target_type": "bookmark",
"target_ids": ["id1", "id2", "id3"]
}

Select one tag to filter in the bookmark list.

Support selecting multiple tags, showing bookmarks that contain all selected tags (intersection).

Use the search box on the bookmark list page:

  • Supports title search
  • Supports fuzzy matching
Sort ByDescription
created_atSort by bookmark time
titleSort alphabetically by title

Sort order:

  • desc: Descending (default)
  • asc: Ascending