This commit is contained in:
Vincent Batts 2025-06-05 16:20:35 -04:00
parent bb2d8f0585
commit 1c95cde2f9

View file

@ -114,7 +114,7 @@ class Tools:
"title": bookmark.get("title", "Untitled"),
"url": bookmark.get("url"),
"excerpt": bookmark.get("excerpt", "")[:200] + "..." if bookmark.get("excerpt", "") else "",
"tags": bookmark.get("tags", []),
"labels": bookmark.get("labels", []),
"collection": bookmark.get("collection", {}).get("name", ""),
"created_at": bookmark.get("created_at"),
"updated_at": bookmark.get("updated_at")