List Site Notes (in-context front-end notes)
wp_list_site_notesFetch site notes captured via the Ars Nova plugin, with priority, status, and page details. Filter by status or URL to review outstanding tasks or sync into project trackers.
Instructions
List the in-context notes/change-tasks captured on the front end via the companion "Ars Nova Site Notes" plugin (must be active). Each note carries page URL/title, priority (1-10), type, done/completed status, who added it + when, and an optional linked element. Use this to sync notes into the project tracker + wiki, or to review what's outstanding on a site.
Whichever site this connector targets (DEV or LIVE) is the source. Run on both connectors and tag rows by site to get the full picture.
Args:
status (enum): open | done | all. Default 'all'.
page_url (string): optional path filter for a single page.
response_format (enum): markdown | json.
Returns: the notes, sorted open-first then priority high->low.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by completion state. 'open' = not done, 'done' = completed, 'all' = both. Default 'all'. | |
| page_url | No | Optional URL path (e.g. /production/here-there/) to return notes for a single page only. | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable. | markdown |