AcadeDoc/apps
Corentin a87e61e382 fix(wikilink): navigate to real page URL and extend shared node schema
Resolve wikilinks to /s/<spaceSlug>/p/<slugId> via buildPageUrl instead of
the inexistent /page/<uuid> route. Persist slugId and spaceSlug as node
attributes so the URL can be rebuilt from the document alone, without an
extra lookup round-trip.

The client extension now .extend()s the shared WikilinkNode from
@docmost/editor-ext to keep the schema identical between client and the
Hocuspocus server.
2026-05-11 12:28:23 +00:00
..
client fix(wikilink): navigate to real page URL and extend shared node schema 2026-05-11 12:28:23 +00:00
extension-clipper refactor(acadedoc): rename API routes /api/acadenice -> /api/v1 — R5.1 2026-05-08 14:52:49 +02:00
server feat(editor-ext): share wikilink and database-view node schemas 2026-05-11 12:28:12 +00:00