recent-notes/dist
saberzero1 2e9753c996
feat: exclude unlisted pages from recent notes
Respect the file.data.unlisted convention. Pages marked unlisted are
filtered out of the recent notes list before any user-supplied opts.filter
runs, so they cannot be accidentally surfaced by a permissive custom
filter.

Extracts the filter into a named filterListedPages() helper and exports
it for reuse and testing. Adds 3 unit tests covering unlisted exclusion,
passthrough when nothing is unlisted, and empty-input handling.
2026-04-11 13:50:16 +02:00
..
components feat: exclude unlisted pages from recent notes 2026-04-11 13:50:16 +02:00
index.d.ts feat: exclude unlisted pages from recent notes 2026-04-11 13:50:16 +02:00
index.js feat: exclude unlisted pages from recent notes 2026-04-11 13:50:16 +02:00
index.js.map feat: exclude unlisted pages from recent notes 2026-04-11 13:50:16 +02:00