mirror of
https://github.com/quartz-community/recent-notes.git
synced 2026-07-22 02:50:28 +00:00
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.
602 B
602 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[Unreleased]
Added
-
Respect the
file.data.unlistedconvention. Pages markedunlistedare never shown in the recent notes list. The unlisted filter runs before any user-suppliedopts.filter. -
Exported
filterListedPageshelper for reuse and testing. -
Unit tests for
filterListedPages. -
Initial Quartz community plugin template.