Join strategy that orders content alphabetically by title or filename.
Provides simple, predictable ordering by sorting files alphabetically based on their extracted
title (from frontmatter or first header) or falling back to the filename if no title is
available.
Example
Alphabetical joining
conststrategy = newAlphabeticalJoinStrategy({ separator:'\n\n<!-- Next Section -->\n\n' });
Join strategy that orders content alphabetically by title or filename.
Provides simple, predictable ordering by sorting files alphabetically based on their extracted title (from frontmatter or first header) or falling back to the filename if no title is available.
Example
Alphabetical joining