Skip to content

Instantly share code, notes, and snippets.

@dbauszus-glx
Last active November 11, 2020 17:58
Show Gist options
  • Save dbauszus-glx/bf648bb9f710b505cbe17c833197c25f to your computer and use it in GitHub Desktop.
Save dbauszus-glx/bf648bb9f710b505cbe17c833197c25f to your computer and use it in GitHub Desktop.
const _collection = collection.getFilteredByGlob('**/*.md').sort(
(a, b) => (a.data.orderPath || a.filePathStem)
.localeCompare((b.data.orderPath || b.filePathStem))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment