recent-notes/src
saberzero1 92538d7346
feat: add hideTagPages and hideFolderPages options
Both default to false so existing behavior is preserved. When enabled,
they exclude generated tag index pages (slugs under the 'tags/' prefix)
and folder index pages (slugs matching Quartz's folder-path convention,
delegated to isFolderPath from @quartz-community/utils) from the recent
notes list. The new filters run before any user-supplied opts.filter,
mirroring the existing unlisted filter.

Exports isTagPageSlug and isFolderPageSlug helpers so they can be
composed into custom filter functions, with unit tests for both.
2026-04-16 19:13:16 +02:00
..
components feat: add hideTagPages and hideFolderPages options 2026-04-16 19:13:16 +02:00
i18n i18n: add translations for 30 locales from Quartz v4 2026-04-04 01:58:46 +02:00
util refactor: use shared classNames from @quartz-community/utils 2026-04-03 19:12:30 +02:00
index.ts feat: add hideTagPages and hideFolderPages options 2026-04-16 19:13:16 +02:00
types.ts feat(plugins): recent-notes as community plugin 2026-02-13 13:19:00 +01:00