From 634cd596d7eb70b1f7fdced7505912d80a03a9ea Mon Sep 17 00:00:00 2001 From: johnny1093 <46250921+jsmorabito@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:34:42 -0400 Subject: [PATCH 1/2] Make BRAT repository URLs copyable on installation docs page - Wrap both repo URLs in fenced code blocks so Nextra renders a copy button - Enable defaultShowCopyCode site-wide in nextra config - Update step text to "Enter the repository URL below and choose Latest version" Co-Authored-By: Claude Sonnet 4.6 --- .../content/obsidian/welcome/installation.md | 22 ++++++++++++------- apps/website/next.config.ts | 1 + 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/apps/website/content/obsidian/welcome/installation.md b/apps/website/content/obsidian/welcome/installation.md index ece1d6525..34870a0ad 100644 --- a/apps/website/content/obsidian/welcome/installation.md +++ b/apps/website/content/obsidian/welcome/installation.md @@ -21,10 +21,13 @@ published: true 2. Go to "Community Plugins" → "BRAT" 3. Click "Add Beta Plugin" ![Add plugin](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FdMtstUHPXe.png?alt=media&token=3f139ab9-9802-404d-9554-4a63bac080c5) -4. Enter the repository URL: `https://github.com/blacksmithgu/datacore` and choose "Latest version" - ![Add datacore](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FEY3vNGt1Rf.png?alt=media&token=32c60ff1-5272-4cde-8b5f-8f049fb2cf50) -5. Check the box for "Enable after installing the plugin" -6. Click "Add plugin" +4. Enter the repository URL below and choose "Latest version" + +``` +https://github.com/blacksmithgu/datacore +``` + +![Add datacore](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FEY3vNGt1Rf.png?alt=media&token=32c60ff1-5272-4cde-8b5f-8f049fb2cf50) 5. Check the box for "Enable after installing the plugin" 6. Click "Add plugin" ## Install Discourse Graphs @@ -32,7 +35,10 @@ published: true 2. Go to "Community Plugins" → "BRAT" 3. Click "Add Beta Plugin" ![Add plugin](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FdMtstUHPXe.png?alt=media&token=3f139ab9-9802-404d-9554-4a63bac080c5) -4. Enter the repository URL: `https://github.com/DiscourseGraphs/discourse-graph-obsidian` and choose "Latest version" - ![Add discourse graph](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FSBCK-2lkcu.png?alt=media&token=0375c828-da4d-43b4-8f2c-e691692cb019) -5. Check the box for "Enable after installing the plugin" -6. Click "Add Plugin" +4. Enter the repository URL below and choose "Latest version" + +``` +https://github.com/DiscourseGraphs/discourse-graph-obsidian +``` + +![Add discourse graph](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FSBCK-2lkcu.png?alt=media&token=0375c828-da4d-43b4-8f2c-e691692cb019) 5. Check the box for "Enable after installing the plugin" 6. Click "Add Plugin" diff --git a/apps/website/next.config.ts b/apps/website/next.config.ts index abefb28de..6906fcf46 100644 --- a/apps/website/next.config.ts +++ b/apps/website/next.config.ts @@ -13,6 +13,7 @@ process.env.NEXT_PUBLIC_SUPABASE_URL = process.env.SUPABASE_URL; const withNextra = nextra({ contentDirBasePath: "/docs", + defaultShowCopyCode: true, }); const nextConfig: NextConfig = { From 1b629861c32cc2cbbe2036c3edec574762887e8e Mon Sep 17 00:00:00 2001 From: johnny1093 <46250921+jsmorabito@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:35:04 -0400 Subject: [PATCH 2/2] Fix list items collapsed by prettier after code block insertion Co-Authored-By: Claude Sonnet 4.6 --- apps/website/content/obsidian/welcome/installation.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/website/content/obsidian/welcome/installation.md b/apps/website/content/obsidian/welcome/installation.md index 34870a0ad..0360eab06 100644 --- a/apps/website/content/obsidian/welcome/installation.md +++ b/apps/website/content/obsidian/welcome/installation.md @@ -27,7 +27,10 @@ published: true https://github.com/blacksmithgu/datacore ``` -![Add datacore](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FEY3vNGt1Rf.png?alt=media&token=32c60ff1-5272-4cde-8b5f-8f049fb2cf50) 5. Check the box for "Enable after installing the plugin" 6. Click "Add plugin" +![Add datacore](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FEY3vNGt1Rf.png?alt=media&token=32c60ff1-5272-4cde-8b5f-8f049fb2cf50) + +5. Check the box for "Enable after installing the plugin" +6. Click "Add plugin" ## Install Discourse Graphs @@ -41,4 +44,7 @@ https://github.com/blacksmithgu/datacore https://github.com/DiscourseGraphs/discourse-graph-obsidian ``` -![Add discourse graph](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FSBCK-2lkcu.png?alt=media&token=0375c828-da4d-43b4-8f2c-e691692cb019) 5. Check the box for "Enable after installing the plugin" 6. Click "Add Plugin" +![Add discourse graph](https://firebasestorage.googleapis.com/v0/b/firescript-577a2.appspot.com/o/imgs%2Fapp%2Fdiscourse-graphs%2FSBCK-2lkcu.png?alt=media&token=0375c828-da4d-43b4-8f2c-e691692cb019) + +5. Check the box for "Enable after installing the plugin" +6. Click "Add Plugin"