quartz-research-note/content/advanced/making plugins.md

14 lines
312 B
Markdown
Raw Normal View History

---
title: Making your own plugins
2023-07-10 02:32:24 +00:00
---
This part of the documentation will assume you have some basic coding knowledge in TypeScript and will include code snippets that describe the interface of what Quartz plugins should look like.
2023-07-10 02:32:24 +00:00
2023-07-26 06:37:24 +00:00
![[quartz-transform-pipeline.png]]
2023-07-23 00:27:41 +00:00
2023-07-26 06:37:24 +00:00
## Transformers
2023-07-10 02:32:24 +00:00
## Filters
2023-07-23 00:27:41 +00:00
## Emitters