retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.01k stars 201 forks source link

Retype fails to resolve anchor links to panels #659

Closed Ravencentric closed 7 months ago

Ravencentric commented 7 months ago
WARNING: [guides\htpc.md:184] Page anchor "/guides/playback#explaining-judder" was not found.

Example: https://thewiki.moe/guides/playback/#explaining-judder

If the anchor goes to a panel like so:

==- Something
Lorem ipsum
===

Retype fails to resolve the anchor and throws a warning, although the anchor itself works when deployed

geoffreymcgill commented 7 months ago

Currently, Retype does not resolve Panel anchors. Linking to that anchor will work, but the link resolution logic within Retype just doesn't support that scenario yet. This is functionality we need to add.

I'm going to close this issue in favour of keeping the conversation centralized in #389.

See also