From 2bf6cb655b1d8c9a1d03818c3c70b8ce82322bee Mon Sep 17 00:00:00 2001 From: Sara Lilith Slootmaker <22477046+Requiae@users.noreply.github.com> Date: Sat, 4 Apr 2026 01:18:22 +0200 Subject: [PATCH] chore: update links to leaflet bases plugin (#2347) * chore: update leaflet bases plugin * docs: update external link --- docs/cli/create.md | 2 +- quartz/cli/templates/ttrpg.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/cli/create.md b/docs/cli/create.md index 533b63f..591d923 100644 --- a/docs/cli/create.md +++ b/docs/cli/create.md @@ -22,7 +22,7 @@ When you run `quartz create`, you can choose a configuration template that pre-c - **Default**: A clean Quartz setup with sensible defaults. Best for starting from scratch. - **Obsidian**: Optimized for Obsidian vaults with full Obsidian Flavored Markdown support (wikilinks, callouts, mermaid diagrams, etc.). Automatically sets link resolution to `shortest` and skips the link resolution prompt. -- **TTRPG**: Builds on the Obsidian template with the addition of the [Leaflet map plugin](https://github.com/Requiae/quartz-leaflet-map-plugin) and [ITS Theme](https://github.com/saberzero1/quartz-themes) (`its-theme.ttrpg-dnd`). Great for D&D and TTRPG wikis. Also skips the link resolution prompt. +- **TTRPG**: Builds on the Obsidian template with the addition of the [Leaflet bases plugin](https://github.com/Requiae/quartz-leaflet-bases-plugin) and [ITS Theme](https://github.com/saberzero1/quartz-themes) (`its-theme.ttrpg-dnd`). Great for D&D and TTRPG wikis. Also skips the link resolution prompt. - **Blog**: A blog-focused setup with [recent notes](https://github.com/quartz-community/recent-notes) enabled (showing the 5 most recent posts with tags) and [comments](https://github.com/quartz-community/comments) enabled via giscus. You'll need to fill in the `TODO:` placeholder values in `quartz.config.yaml` with your own giscus repository details. ## Base URL diff --git a/quartz/cli/templates/ttrpg.yaml b/quartz/cli/templates/ttrpg.yaml index 721382d..ee6cdba 100644 --- a/quartz/cli/templates/ttrpg.yaml +++ b/quartz/cli/templates/ttrpg.yaml @@ -247,8 +247,10 @@ plugins: priority: 15 display: all # TTRPG-specific plugins - - source: github:Requiae/quartz-leaflet-map-plugin + - source: github:Requiae/quartz-leaflet-bases-plugin enabled: true + options: + enableCopyTool: false - source: name: quartz-themes repo: github:saberzero1/quartz-themes