refactoring of cmaps, widgets, etc.

This commit is contained in:
2026-09-02 16:06:26 +02:00
parent 38f255c1a4
commit f0562a06cc
52 changed files with 3626 additions and 2642 deletions
+13 -1
View File
@@ -244,7 +244,19 @@ Classic WikiWords may also be namespace-qualified:
RWS:ModelTreeWalker
```
The WikiWord portion still follows the strict letter-only classic rule. Todo and Bookmark views group their entries by namespace; bookmark user sections remain available as a second grouping level.
Prefix a WikiWord with an exclamation mark when it should remain ordinary text:
```text
!ModelTreeWalker
```
This renders as `ModelTreeWalker`, without a link or visible exclamation mark.
The same escape works for a namespace-qualified WikiWord. The WikiWord portion
still follows the strict letter-only classic rule. The render transformation is
idempotent, so a preview or component that processes the prepared Markdown a
second time cannot turn the literal WikiWord back into a link. Todo and Bookmark views group
their entries by namespace; bookmark user sections remain available as a second
grouping level.
## Editing