Join strategy that orders content chronologically by date.
Extracts dates from frontmatter (date, created, modified fields) or attempts to parse dates from
filenames. Orders content from oldest to newest, providing a timeline-based organization for
content.
// Files will be ordered by date (oldest first) constresult = awaitstrategy.join(sections); console.log(`Chronological order: ${result.sourceFiles.join(' → ')}`);
Join strategy that orders content chronologically by date.
Extracts dates from frontmatter (date, created, modified fields) or attempts to parse dates from filenames. Orders content from oldest to newest, providing a timeline-based organization for content.
Example
Chronological joining