File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed
Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 22title : Roadmap and Changelog
33description : Changelog and feature roadmap for Quartz Syncer.
44created : 2025-05-16T12:59:31Z+0200
5- modified : 2025-07-18T23:28:13Z +0200
5+ modified : 2025-07-19T11:56:08Z +0200
66publish : true
77---
88
@@ -23,6 +23,11 @@ publish: true
2323
2424## Released
2525
26+ ### 1.8.9
27+
28+ - Added support for the [ Auto Card Link] ( https://github.com/nekoshita/obsidian-auto-card-link ) plugin.
29+ - Updated documentation.
30+
2631### 1.8.8
2732
2833- Fixed asset paths not getting rewritten correctly when the ` vaultPath ` setting was set to a non-root path.
Original file line number Diff line number Diff line change 1+ ---
2+ title : Auto Card Link
3+ description : Whether to enable support for the Auto Card Link plugin. Requires Auto Card Link to be installed and enabled.
4+ created : 2025-07-19T09:24:45Z+0200
5+ modified : 2025-07-19T11:46:51Z+0200
6+ publish : true
7+ tags : [integration, settings/integrations]
8+ default_value : " false"
9+ ---
10+
11+ ## Supported features
12+
13+ ### Card rendering
14+
15+ ``` toml title="cardlink"
16+ url: https://quartz.jzhao.xyz
17+ title: "Welcome to Quartz 4"
18+ description: "Quartz is a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites."
19+ host: quartz.jzhao.xyz
20+ favicon: ./static/icon.png
21+ image: https://quartz.jzhao.xyz/index-og-image.webp
22+ ```
23+
24+ ``` cardlink
25+ url: https://quartz.jzhao.xyz
26+ title: "Welcome to Quartz 4"
27+ description: "Quartz is a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites."
28+ host: quartz.jzhao.xyz
29+ favicon: ./static/icon.png
30+ image: https://quartz.jzhao.xyz/index-og-image.webp
31+ ```
32+
33+ ## See also
34+
35+ - https://github.com/nekoshita/obsidian-auto-card-link
You can’t perform that action at this time.
0 commit comments