Added repository, enabled, and required fields to the frontmatter of all 44 plugin documentation files. Updated Plugins.base to include these columns, matching the information previously in the manual tables. Also filtered out internal plugins (Assets, Static, ComponentResources, NotFoundPage) from the base query.
23 lines
605 B
Markdown
23 lines
605 B
Markdown
---
|
|
title: NoteProperties
|
|
tags:
|
|
- plugin/component
|
|
image:
|
|
new-in-v5: true
|
|
repository: "quartz-community/note-properties"
|
|
enabled: true
|
|
required: true
|
|
---
|
|
|
|
The NoteProperties plugin is documented under [[Frontmatter]].
|
|
|
|
> [!note]
|
|
> For information on how to add, remove or configure plugins, see the [[configuration#Plugins|Configuration]] page.
|
|
|
|
## API
|
|
|
|
- Category: Component
|
|
- Function name: `ExternalPlugin.NoteProperties()`.
|
|
- Source: [`quartz-community/note-properties`](https://github.com/quartz-community/note-properties)
|
|
- Install: `npx quartz plugin add github:quartz-community/note-properties`
|