Files
quartz-org-roam/docs/plugins/BasePage.md
2026-01-30 02:25:53 -05:00

636 B

title, tags
title tags
BasePage
plugin/emitter

This plugin emits pages for each view defined in .base files. See bases for usage.

Note

For information on how to add, remove or configure plugins, see the configuration#Plugins page.

Pages use defaultListPageLayout from quartz.layout.ts with BaseContent as the page body. To customize the layout, edit quartz/components/pages/BaseContent.tsx.

API