aboutsummaryrefslogtreecommitdiff
path: root/internal/web/templates/reader.html
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-24 15:56:28 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-24 15:56:28 +0200
commitf48b79d8860e4c4616821ceeeea091ab4b838197 (patch)
tree3ee301f93c4df4a44e7d84bff8ece889e69e59e2 /internal/web/templates/reader.html
parent573aa8bf4677793c6d7da4ef08c79af241aca70e (diff)
downloadlectio-f48b79d8860e4c4616821ceeeea091ab4b838197.tar.gz
lectio-f48b79d8860e4c4616821ceeeea091ab4b838197.zip
bookmarks: per-verse (optional Verse field); web reader verse input + list shows Book Ch:V; v0.17.0
Diffstat (limited to 'internal/web/templates/reader.html')
-rw-r--r--internal/web/templates/reader.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/web/templates/reader.html b/internal/web/templates/reader.html
index 7e506c2..02ecf38 100644
--- a/internal/web/templates/reader.html
+++ b/internal/web/templates/reader.html
@@ -58,6 +58,7 @@
<form class="bookmark-add" method="post" action="/reader/bookmark">
<input type="hidden" name="book" value="{{.Book}}">
<input type="hidden" name="chap" value="{{.Chap}}">
+ <input type="number" name="verse" min="1" placeholder="verse (optional)">
<input type="text" name="note" placeholder="note">
<input type="text" name="tags" placeholder="tags, comma-separated">
<button type="submit">★ bookmark</button>