create-quartz-autocardlinkrenderer
v1.0.15
Published
This is a Transformers plugin for Quartz. It enables rendering of the Obsidian plugin: [AutoCardLinkTitle](https://github.com/nekoshita/obsidian-auto-card-link) in Quartz. To use this plugin, run the following command in the root directory of your Quart
Downloads
1,503
Readme
AutoCardLinkRenderer
How to Use
This is a Transformers plugin for Quartz. It enables rendering of the Obsidian plugin: AutoCardLinkTitle in Quartz. To use this plugin, run the following command in the root directory of your Quartz project:
npx create-quartz-autocardlinkrenderer@latestWhen you run this command, files will be generated at:
quartz/components/style/autoCardLink.inline.scssquartz/plugins/transformers/aslr.ts
Then, import the generated quartz/plugins/transformers/aslr.ts into quartz/plugins/transformers/index.ts:
export { AutoCardLinkRenderer } from "./aclr"Additionally, insert this into the transformers section of quartz.config.ts:
Plugin.AutoCardLinkRenderer(),That's it! You're done!!
Appearances
- Normal state
- On hover
