Abstract
Abstract
joinProtected
extractExtract title from content (frontmatter or first header)
Optional
frontmatter: stringProtected
mergeProtected
detectProtected
extractExtract all headers from content
Protected
deduplicateDeduplicate links in combined content
Abstract base class for all join strategies.
Provides common functionality for joining markdown files including frontmatter merging, conflict detection, and link deduplication. Concrete strategies implement specific ordering algorithms.
Example
Implementing a custom join strategy