mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-02-04 06:25:41 -06:00
21 lines
610 B
Markdown
21 lines
610 B
Markdown
---
|
|
title: ObsidianBases
|
|
tags:
|
|
- plugin/transformer
|
|
---
|
|
|
|
This plugin parses `.base` files and compiles them for rendering. See [[bases]] for usage.
|
|
|
|
> [!note]
|
|
> For information on how to add, remove or configure plugins, see the [[configuration#Plugins|Configuration]] page.
|
|
|
|
## Configuration
|
|
|
|
- `emitWarnings`: If `true` (default), emits parse errors and type mismatches as warnings during build.
|
|
|
|
## API
|
|
|
|
- Category: Transformer
|
|
- Function name: `Plugin.ObsidianBases()`.
|
|
- Source: [`quartz/plugins/transformers/bases.ts`](https://github.com/jackyzha0/quartz/blob/v4/quartz/plugins/transformers/bases.ts).
|