Context
No response
Bug description
A top level page such as example:page.md cannot be navigated to via search due to example: being treated as a protocol
prevented navigation to “example:page" due to an unknown protocol.
If you move these pages to a subpath, this issue is resolved.
Related links
Reproduction
repro.zip
I performed the following to create this reproduction:
mkdir repro
uv init
uv add --dev zensical
# then, create a `example:page.md` file with whatever content
uv run zensical build
npx http-server site
Steps to reproduce
- unzip
uv run zensical build
- serve it using your favourite http server.
npx http-server site
- search for
yes. observe this document on a subpath works properly
- search for
no. observe this document cannot be navigated to
Browser
No response
Before submitting
Context
No response
Bug description
A top level page such as
example:page.mdcannot be navigated to via search due toexample:being treated as a protocolIf you move these pages to a subpath, this issue is resolved.
Related links
:zensical#345 (fixes it for general navigation, but not search?)Reproduction
repro.zip
I performed the following to create this reproduction:
mkdir repro uv init uv add --dev zensical # then, create a `example:page.md` file with whatever content uv run zensical build npx http-server siteSteps to reproduce
uv run zensical buildnpx http-server siteyes. observe this document on a subpath works properlyno. observe this document cannot be navigated toBrowser
No response
Before submitting