Jacky Zhao
2023-08-06 a0d651d64dfd766157324fd86791da2168028cf2
content/advanced/making plugins.md
@@ -4,17 +4,10 @@
This part of the documentation will assume you have some basic coding knowledge and will include code snippets that describe the interface of what Quartz plugins should look like.
![[quartz-transform-pipeline.png]]
## Transformers
```ts
export type QuartzTransformerPluginInstance = {
  name: string
  textTransform?: (src: string | Buffer) => string | Buffer
  markdownPlugins?: () => PluggableList
  htmlPlugins?: () => PluggableList
  externalResources?: () => Partial<StaticResources>
}
```
## Filters
## Emitters
## Emitters