feat(knowledge): Add link resolution service #105
Reference in New Issue
Block a user
Delete Branch "feature/know-link-resolution"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds wiki link resolution and backlink tracking to the Knowledge Module.
New Methods
resolveLinksFromContent(content, workspaceId)getBacklinks(entryId)Types Added
ResolvedLink- Parsed link with resolution statusBacklink- Source entry info for backlink displayResolution Strategy
Tests
QA Checklist