From 0bc7d2dff25a77d18fc4b5a6b864ee1add63a79e Mon Sep 17 00:00:00 2001 From: Alexander Hommerding Date: Tue, 17 Feb 2026 23:33:54 -0500 Subject: [PATCH] Add tag management and read-only mode support --- src/index.html | 66 ++++++++++++++++++++++-- src/main.rs | 136 +++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 195 insertions(+), 7 deletions(-) diff --git a/src/index.html b/src/index.html index b70b8c3..7f88187 100644 --- a/src/index.html +++ b/src/index.html @@ -107,6 +107,8 @@ .note svg { max-width: 100%; } + .tag{display:inline-block;margin-right:0.4em;padding:0.2em 0.5em;border-radius:4px;border:1px solid var(--color-bg-secondary);background:transparent;cursor:pointer} + .tag.active{background:var(--color-bg-secondary)} @@ -115,12 +117,16 @@
+ +