feat(docs): cross-document wiki-style links (#72)
Add [[Document Name]] wiki-link syntax for cross-document navigation.
- Pure logic module (wiki-links.ts): parseWikiLinks, resolveDocByName,
buildDocUrl, wikiLinkLabel
- TipTap extension (wiki-link.ts): inline node with input rule that
converts [[...]] to clickable wiki links
- 20 unit tests covering parsing, resolution, and URL building
- CSS styling for wiki links with hover state and unresolved indicator