Merge branch 'chore/md-links': Markdown links replace the siblings macros
/ publish (push) Successful in 8s
/ publish (push) Successful in 8s
Brings the source files in line with the renderer already deployed on novoyuuparosk-auto-wiki master, which no longer substitutes ALL_CAPS macro placeholders. Without this, pulse.md would publish the literal text PULSE_DEV. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,31 @@ Song pages are auto-published to <https://wiki.novoyuuparosk.org> by the
|
|||||||
In short: a file is published when its frontmatter has `wiki.publish: true`
|
In short: a file is published when its frontmatter has `wiki.publish: true`
|
||||||
and it isn't under `wip/`. The `title` field becomes the wiki page name.
|
and it isn't under `wip/`. The `title` field becomes the wiki page name.
|
||||||
|
|
||||||
|
## Linking to another song page
|
||||||
|
|
||||||
|
Write an ordinary relative Markdown link. There is nothing to declare in the
|
||||||
|
frontmatter:
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
For more behind-the-scene shenanigans, see [Dev gibberish](pulse_dev.md).
|
||||||
|
```
|
||||||
|
|
||||||
|
At publish time the `.md` target is swapped for the target file's own `title`,
|
||||||
|
giving a proper wikilink — so renaming a page means editing its `title` and
|
||||||
|
nothing else. The link keeps working in Gitea's blob view and in any editor
|
||||||
|
preview, because it is just a link.
|
||||||
|
|
||||||
|
Two things to know:
|
||||||
|
|
||||||
|
- The target must be published too (`wiki.publish: true`, outside `wip/`).
|
||||||
|
Linking to a file does **not** publish it; an unresolvable link fails the CI
|
||||||
|
run instead of quietly turning into plain text.
|
||||||
|
- Links do not work inside a ` ```columns ` fence — that block is verbatim by
|
||||||
|
design. Put them in ordinary prose.
|
||||||
|
|
||||||
|
This replaces the old `wiki.siblings` frontmatter block and its `ALL_CAPS`
|
||||||
|
placeholders, which are gone.
|
||||||
|
|
||||||
## Side-by-side lyrics (columns shorthand)
|
## Side-by-side lyrics (columns shorthand)
|
||||||
|
|
||||||
To lay two (or more) versions of a song next to each other — e.g. an original
|
To lay two (or more) versions of a song next to each other — e.g. an original
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ categories:
|
|||||||
- Paxprotej
|
- Paxprotej
|
||||||
wiki:
|
wiki:
|
||||||
publish: true
|
publish: true
|
||||||
siblings:
|
|
||||||
release_date: 2023-12-25
|
release_date: 2023-12-25
|
||||||
lrc: fuxingdao.lrc
|
lrc: fuxingdao.lrc
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ categories:
|
|||||||
- Paxprotej
|
- Paxprotej
|
||||||
wiki:
|
wiki:
|
||||||
publish: true
|
publish: true
|
||||||
siblings:
|
|
||||||
release_date: 2024-06-09
|
release_date: 2024-06-09
|
||||||
lrc: paranoma.lrc
|
lrc: paranoma.lrc
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ categories:
|
|||||||
- Paxprotej
|
- Paxprotej
|
||||||
wiki:
|
wiki:
|
||||||
publish: true
|
publish: true
|
||||||
siblings:
|
|
||||||
release_date: 2023-11-03
|
release_date: 2023-11-03
|
||||||
lrc: rover.lrc
|
lrc: rover.lrc
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ categories:
|
|||||||
- Paxprotej
|
- Paxprotej
|
||||||
wiki:
|
wiki:
|
||||||
publish: true
|
publish: true
|
||||||
siblings:
|
|
||||||
release_date: 2024-06-13
|
release_date: 2024-06-13
|
||||||
lrc: sauna_v2.lrc
|
lrc: sauna_v2.lrc
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ categories:
|
|||||||
- Paxprotej
|
- Paxprotej
|
||||||
wiki:
|
wiki:
|
||||||
publish: true
|
publish: true
|
||||||
siblings:
|
|
||||||
release_date: 2023-12-09
|
release_date: 2023-12-09
|
||||||
lrc: shimizusawa.lrc
|
lrc: shimizusawa.lrc
|
||||||
---
|
---
|
||||||
|
|||||||
+1
-5
@@ -3,10 +3,6 @@ title: pulse under latent semantic envelopes
|
|||||||
album: Shirakaba Express Service
|
album: Shirakaba Express Service
|
||||||
wiki:
|
wiki:
|
||||||
publish: true
|
publish: true
|
||||||
siblings:
|
|
||||||
- path: pulse_dev.md
|
|
||||||
tag: PULSE_DEV
|
|
||||||
label: Dev gibberish
|
|
||||||
release_date: 2026-06-18
|
release_date: 2026-06-18
|
||||||
lrc: pulse.lrc
|
lrc: pulse.lrc
|
||||||
---
|
---
|
||||||
@@ -14,7 +10,7 @@ lrc: pulse.lrc
|
|||||||
# pulse under latent semantic envelopes
|
# pulse under latent semantic envelopes
|
||||||
|
|
||||||
The name of the song is stylised in all-lowercase, `pulse under latent semantic envelopes`, but Mediawiki loves a Capital letter.
|
The name of the song is stylised in all-lowercase, `pulse under latent semantic envelopes`, but Mediawiki loves a Capital letter.
|
||||||
For more behind-the-scene shenanigans, see PULSE_DEV.
|
For more behind-the-scene shenanigans, see [Dev gibberish](pulse_dev.md).
|
||||||
|
|
||||||
*This page is proudly the first to be maintained by Gitea actions.*
|
*This page is proudly the first to be maintained by Gitea actions.*
|
||||||
|
|
||||||
|
|||||||
+1
-4
@@ -4,14 +4,11 @@ categories:
|
|||||||
- Songwriting notes
|
- Songwriting notes
|
||||||
wiki:
|
wiki:
|
||||||
publish: true
|
publish: true
|
||||||
siblings:
|
|
||||||
- path: pulse.md
|
|
||||||
tag: PULSE_SONG
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# pulse under latent semantic envelopes: personal dev notes
|
# pulse under latent semantic envelopes: personal dev notes
|
||||||
|
|
||||||
The remaining bits of how I came to all this. For the actual song page, see PULSE_SONG.
|
The remaining bits of how I came to all this. For the actual song page, see [pulse under latent semantic envelopes](pulse.md).
|
||||||
|
|
||||||
## Planning area
|
## Planning area
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ title: Tunnels
|
|||||||
album: Shirakaba Express Service
|
album: Shirakaba Express Service
|
||||||
wiki:
|
wiki:
|
||||||
publish: true
|
publish: true
|
||||||
siblings:
|
|
||||||
release_date: 2026-03-01
|
release_date: 2026-03-01
|
||||||
lrc: tunnels.lrc
|
lrc: tunnels.lrc
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user