fix(links): normalize internal anchor links to Obsidian's real convention
Converts every internal header-anchor link in the vault (ToCs and inline
cross-references) from the incorrect GitHub/GFM-slug style to the format
Obsidian's Read mode actually resolves: exact heading text, case and
diacritics/punctuation preserved literally, with only spaces encoded as
%20. Also converts the two remaining Obsidian-wikilink ToCs (organizations/
Federacja Sol-3.md, rules/00. Podręcznik Gry.md) to plain markdown links per
the styleguide, and strips the inert Pandoc-style {#id} heading tags from
lore/90. Tales of the Homebrew Magic.md.
Renames 8 heading names that appeared more than once within the same
document (Atrybuty, Żywotność, Pancerz, Inicjatywa in the rulebook; Magia
Żywiołów/Sakralna/Iluzji in Księga Magii; Faza 3: Sprzedaż in Złoto, Stal i
Magia; three Tales of the Homebrew Magic story installments) since a flat
anchor link can't disambiguate duplicate headings the way Obsidian's
wikilink nested-path syntax could.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+10
-10
@@ -10,16 +10,16 @@ author: Iwo "Metr" Strzeboński
|
||||
last-updated-at: 2026-05-04 17:30 UTC
|
||||
---
|
||||
Spis treści
|
||||
- [Wstęp](#wstęp)
|
||||
- [Rozdział I - Pogłoski](#rozdział-i---pogłoski)
|
||||
- [Rytuały i obeliski](#rytuały-i-obeliski)
|
||||
- [Przywództwo i legendy](#przywództwo-i-legendy)
|
||||
- [Rozdział II - Struktura](#rozdział-ii---struktura)
|
||||
- [Rozdział III - Lokalizacje](#rozdział-iii---lokalizacje)
|
||||
- [Obsydianowe Obeliski](#obsydianowe-obeliski)
|
||||
- [Domena Szkarłatu](#domena-szkarłatu)
|
||||
- [Szkarłatne Pustkowia](#szkarłatne-pustkowia)
|
||||
- [Twierdze Szkarłatnego Kultu](#twierdze-szkarłatnego-kultu)
|
||||
- [Wstęp](#Wstęp)
|
||||
- [Rozdział I - Pogłoski](#Rozdział%20I%20-%20Pogłoski)
|
||||
- [Rytuały i obeliski](#Rytuały%20i%20obeliski)
|
||||
- [Przywództwo i legendy](#Przywództwo%20i%20legendy)
|
||||
- [Rozdział II - Struktura](#Rozdział%20II%20-%20Struktura)
|
||||
- [Rozdział III - Lokalizacje](#Rozdział%20III%20-%20Lokalizacje)
|
||||
- [Obsydianowe Obeliski](#Obsydianowe%20Obeliski)
|
||||
- [Domena Szkarłatu](#Domena%20Szkarłatu)
|
||||
- [Szkarłatne Pustkowia](#Szkarłatne%20Pustkowia)
|
||||
- [Twierdze Szkarłatnego Kultu](#Twierdze%20Szkarłatnego%20Kultu)
|
||||
|
||||
|
||||
________________
|
||||
|
||||
Reference in New Issue
Block a user