Most German docs were written with `ue`/`ae`/`oe`/`ss` ASCII fallbacks (`fuer`, `aenderung`, `koennen`, `gemaess`) — relic from older toolchain constraints. Replaced 237 occurrences across 38 .md files with proper umlauts and ß so the docs read naturally. Substitutions are constrained to plain prose: fenced code blocks (```...```), inline code spans (`...`), markdown link targets `[..](..)`, and HTML comments are preserved verbatim. Path references like `docs/howto-erste-aenderung.md` keep their original (umlaut-replaced) filenames — only the surrounding prose is normalised. Tool: bin/fix-md-umlauts.py (idempotent — no-op on already-clean files). Re-runnable if ASCII fallbacks creep back in via copy-paste. Doc-link-check + doc-drift-check stay green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
21 lines
534 B
Markdown
21 lines
534 B
Markdown
# Page Size Standard
|
|
|
|
## Globale Defaults
|
|
|
|
1. Optionen: `10`, `25`, `50`, `100`.
|
|
2. Default: `10`.
|
|
3. Prioritaet: `URL > localStorage > Default`.
|
|
4. Placement: obere `app-list-toolbar`, rechts ausgerichtet.
|
|
|
|
## URL Contract
|
|
|
|
1. Param: `limit`.
|
|
2. Bei Default-Limit optional clean URL (Param entfernen).
|
|
3. Bei Hard-Reload muss gesetztes URL-Limit reproduzierbar sein.
|
|
|
|
## Verhalten
|
|
|
|
1. Änderung der Seitengroesse setzt Seite auf 1.
|
|
2. Sortierung/Filter bleiben erhalten.
|
|
3. LocalStorage-Key pro Tabelle (path + dataUrl + container).
|