Jacky Zhao
2023-06-12 352075ae81a3304a7bfa2512ef69b1cdacb26c12
refs
author Jacky Zhao <j.zhao2k19@gmail.com>
Monday, June 12, 2023 06:26 +0000
committer Jacky Zhao <j.zhao2k19@gmail.com>
Monday, June 12, 2023 06:26 +0000
commit352075ae81a3304a7bfa2512ef69b1cdacb26c12
tree d4fe8f0d51f80c591f7f2453d306b86a94d94214 tree | zip | gz
parent b8c011410d6bcd6837f4efd6a3948196a0f7aeea view | diff
refactor plugins to be functions instead of classes
20 files modified
971 ■■■■ changed files
package-lock.json 19 ●●●●● diff | view | raw | blame | history
package.json 4 ●●● diff | view | raw | blame | history
quartz.config.ts 22 ●●●● diff | view | raw | blame | history
quartz/components/TableOfContents.tsx 23 ●●●●● diff | view | raw | blame | history
quartz/components/types.ts 3 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/contentPage.tsx 108 ●●●● diff | view | raw | blame | history
quartz/plugins/filters/draft.ts 9 ●●●●● diff | view | raw | blame | history
quartz/plugins/filters/explicit.ts 9 ●●●●● diff | view | raw | blame | history
quartz/plugins/transformers/description.ts 58 ●●●●● diff | view | raw | blame | history
quartz/plugins/transformers/frontmatter.ts 48 ●●●●● diff | view | raw | blame | history
quartz/plugins/transformers/gfm.ts 41 ●●●● diff | view | raw | blame | history
quartz/plugins/transformers/lastmod.ts 85 ●●●●● diff | view | raw | blame | history
quartz/plugins/transformers/latex.ts 20 ●●●●● diff | view | raw | blame | history
quartz/plugins/transformers/links.ts 112 ●●●● diff | view | raw | blame | history
quartz/plugins/transformers/ofm.ts 280 ●●●● diff | view | raw | blame | history
quartz/plugins/transformers/syntax.ts 15 ●●●●● diff | view | raw | blame | history
quartz/plugins/transformers/toc.ts 64 ●●●● diff | view | raw | blame | history
quartz/plugins/types.ts 41 ●●●●● diff | view | raw | blame | history
quartz/processors/filter.ts 4 ●●●● diff | view | raw | blame | history
quartz/processors/parse.ts 6 ●●●● diff | view | raw | blame | history