Fossil SCM

Replace some name=X HTML attributes with id=X so that #X links work.

stephan 2026-06-21 07:49 UTC trunk
Commit 904e2457152e85196dfc9805e4d405ca72d88be03689eed1253793824edc7489
1 file changed +5 -5
+5 -5
--- www/forum.wiki
+++ www/forum.wiki
@@ -408,11 +408,11 @@
408408
posts. This is intentional, as closing one's own post can be used to
409409
antagonize other forum users. For example, by posting something
410410
trollish or highly controversial in nature and closing the post to
411411
further responses.
412412
413
-<h2 name="status">Setting Post Statuses</h2>
413
+<h2 id="status">Setting Post Statuses</h2>
414414
415415
As of version 2.29 forum posts may be tagged with a status. The
416416
setting <tt>forum-statuses</tt> controls whether this feature is is
417417
enabled. If it is not set, is not valid JSON5, or has only a single
418418
entry, then status are not shown in the forum.
@@ -477,11 +477,11 @@
477477
the <a href='#close-post'>"closed" tag feature</a>, which behaves considerably
478478
differently and predates that "status" tag support by about three years. The
479479
"closed" semantics cannot be trivially consolidated with those of "status"
480480
but we reserve the right to do so at some point.
481481
482
-<h2 name="attachments">Attachments</h2>
482
+<h2 id="attachments">Attachments</h2>
483483
484484
As of version 2.29 users with the [./caps/index.md|'B' capability] may
485485
attach files to forum posts. Files may not be attached until a forum
486486
post is saved for the first time, after which an "Attach" button will
487487
appear in the post when it is selected. Attached files undergo
@@ -515,11 +515,11 @@
515515
admin approves post.
516516
517517
TBD is whether to accept that case or to remove automatic approval of
518518
attached files.
519519
520
-<h2 name="drafts">Draft Edits</h2>
520
+<h2 id="drafts">Draft Edits</h2>
521521
522522
The forum uses, if available, JavaScript's <code>localStorage</code>
523523
or <code>sessionStorage</code> to store local drafts of new
524524
posts, replies, and edits to existing posts. Each time an editor
525525
input field loses focus, the draft is saved. When viewing a forum
@@ -547,11 +547,11 @@
547547
to use the edit/reply buttons will hold a separate Web Lock for each
548548
and forbid edit/reply access to the post in other tabs until the
549549
locking tab is closed.
550550
551551
552
-<h2 name="padding">Curious Extra Page Padding</h2>
552
+<h2 id="padding">Curious Extra Page Padding</h2>
553553
554554
Users may notice that the forum pages get a bunch of padding added to
555555
the bottom of the page when an editor widget is opened. This is not a
556556
bug, but a workaround to help avoid the UI jumping around when
557557
rendering a preview wildly resizes the widget. The effect is
@@ -558,11 +558,11 @@
558558
especially helpful when working on posts while the bottom footer of
559559
the page is in the viewport, as the footer is a hard boundary against
560560
scrolling. With the extra padding, the editor widget's top edge shifts
561561
around less when the preview is shown and hidden.
562562
563
-<h2 name="fork">Forked Edits</h2>
563
+<h2 id="fork">Forked Edits</h2>
564564
565565
It is possible to "fork" forum messages, in the same way that any
566566
given check-in may cause a fork. This can happen when a message is
567567
edited concurrently from two or more browser tabs or via two or more
568568
fossil instances which subsequently sync with each other.
569569
--- www/forum.wiki
+++ www/forum.wiki
@@ -408,11 +408,11 @@
408 posts. This is intentional, as closing one's own post can be used to
409 antagonize other forum users. For example, by posting something
410 trollish or highly controversial in nature and closing the post to
411 further responses.
412
413 <h2 name="status">Setting Post Statuses</h2>
414
415 As of version 2.29 forum posts may be tagged with a status. The
416 setting <tt>forum-statuses</tt> controls whether this feature is is
417 enabled. If it is not set, is not valid JSON5, or has only a single
418 entry, then status are not shown in the forum.
@@ -477,11 +477,11 @@
477 the <a href='#close-post'>"closed" tag feature</a>, which behaves considerably
478 differently and predates that "status" tag support by about three years. The
479 "closed" semantics cannot be trivially consolidated with those of "status"
480 but we reserve the right to do so at some point.
481
482 <h2 name="attachments">Attachments</h2>
483
484 As of version 2.29 users with the [./caps/index.md|'B' capability] may
485 attach files to forum posts. Files may not be attached until a forum
486 post is saved for the first time, after which an "Attach" button will
487 appear in the post when it is selected. Attached files undergo
@@ -515,11 +515,11 @@
515 admin approves post.
516
517 TBD is whether to accept that case or to remove automatic approval of
518 attached files.
519
520 <h2 name="drafts">Draft Edits</h2>
521
522 The forum uses, if available, JavaScript's <code>localStorage</code>
523 or <code>sessionStorage</code> to store local drafts of new
524 posts, replies, and edits to existing posts. Each time an editor
525 input field loses focus, the draft is saved. When viewing a forum
@@ -547,11 +547,11 @@
547 to use the edit/reply buttons will hold a separate Web Lock for each
548 and forbid edit/reply access to the post in other tabs until the
549 locking tab is closed.
550
551
552 <h2 name="padding">Curious Extra Page Padding</h2>
553
554 Users may notice that the forum pages get a bunch of padding added to
555 the bottom of the page when an editor widget is opened. This is not a
556 bug, but a workaround to help avoid the UI jumping around when
557 rendering a preview wildly resizes the widget. The effect is
@@ -558,11 +558,11 @@
558 especially helpful when working on posts while the bottom footer of
559 the page is in the viewport, as the footer is a hard boundary against
560 scrolling. With the extra padding, the editor widget's top edge shifts
561 around less when the preview is shown and hidden.
562
563 <h2 name="fork">Forked Edits</h2>
564
565 It is possible to "fork" forum messages, in the same way that any
566 given check-in may cause a fork. This can happen when a message is
567 edited concurrently from two or more browser tabs or via two or more
568 fossil instances which subsequently sync with each other.
569
--- www/forum.wiki
+++ www/forum.wiki
@@ -408,11 +408,11 @@
408 posts. This is intentional, as closing one's own post can be used to
409 antagonize other forum users. For example, by posting something
410 trollish or highly controversial in nature and closing the post to
411 further responses.
412
413 <h2 id="status">Setting Post Statuses</h2>
414
415 As of version 2.29 forum posts may be tagged with a status. The
416 setting <tt>forum-statuses</tt> controls whether this feature is is
417 enabled. If it is not set, is not valid JSON5, or has only a single
418 entry, then status are not shown in the forum.
@@ -477,11 +477,11 @@
477 the <a href='#close-post'>"closed" tag feature</a>, which behaves considerably
478 differently and predates that "status" tag support by about three years. The
479 "closed" semantics cannot be trivially consolidated with those of "status"
480 but we reserve the right to do so at some point.
481
482 <h2 id="attachments">Attachments</h2>
483
484 As of version 2.29 users with the [./caps/index.md|'B' capability] may
485 attach files to forum posts. Files may not be attached until a forum
486 post is saved for the first time, after which an "Attach" button will
487 appear in the post when it is selected. Attached files undergo
@@ -515,11 +515,11 @@
515 admin approves post.
516
517 TBD is whether to accept that case or to remove automatic approval of
518 attached files.
519
520 <h2 id="drafts">Draft Edits</h2>
521
522 The forum uses, if available, JavaScript's <code>localStorage</code>
523 or <code>sessionStorage</code> to store local drafts of new
524 posts, replies, and edits to existing posts. Each time an editor
525 input field loses focus, the draft is saved. When viewing a forum
@@ -547,11 +547,11 @@
547 to use the edit/reply buttons will hold a separate Web Lock for each
548 and forbid edit/reply access to the post in other tabs until the
549 locking tab is closed.
550
551
552 <h2 id="padding">Curious Extra Page Padding</h2>
553
554 Users may notice that the forum pages get a bunch of padding added to
555 the bottom of the page when an editor widget is opened. This is not a
556 bug, but a workaround to help avoid the UI jumping around when
557 rendering a preview wildly resizes the widget. The effect is
@@ -558,11 +558,11 @@
558 especially helpful when working on posts while the bottom footer of
559 the page is in the viewport, as the footer is a hard boundary against
560 scrolling. With the extra padding, the editor widget's top edge shifts
561 around less when the preview is shown and hidden.
562
563 <h2 id="fork">Forked Edits</h2>
564
565 It is possible to "fork" forum messages, in the same way that any
566 given check-in may cause a fork. This can happen when a message is
567 edited concurrently from two or more browser tabs or via two or more
568 fossil instances which subsequently sync with each other.
569

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button