From 4da8db535364adfa98bac2db89f99d0d2816a3a0 Mon Sep 17 00:00:00 2001 From: Nathan Thomas <28681364+nwthomas@users.noreply.github.com> Date: Thu, 30 Jul 2026 11:29:52 -0700 Subject: [PATCH] Add contenteditable bookmark --- app/bookmarks/bookmarks.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/bookmarks/bookmarks.ts b/app/bookmarks/bookmarks.ts index 0c69beea..7b90b04c 100644 --- a/app/bookmarks/bookmarks.ts +++ b/app/bookmarks/bookmarks.ts @@ -12,6 +12,12 @@ export type Bookmark = { export type Bookmarks = Array; export const BOOKMARKS: Bookmarks = [ + { + id: "4b10861e-8fef-4546-866b-c771541958ea", + date: "2026-07-30", + title: "contenteditable", + url: "https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/contenteditable", + }, { id: "bbf0570e-8bb5-4f2c-8a7e-c17be854d15e", date: "2026-07-29",