From 351c3c708869f80ccf51a06190d35dae6902a8c8 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Fri, 2 Aug 2024 17:00:06 +0200 Subject: [PATCH] Pimped Space Overview --- website/Library/Core/Page/Space Overview.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/Library/Core/Page/Space Overview.md b/website/Library/Core/Page/Space Overview.md index 555957bb..f2508812 100644 --- a/website/Library/Core/Page/Space Overview.md +++ b/website/Library/Core/Page/Space Overview.md @@ -24,8 +24,14 @@ This page compiles some useful things about your space and may also be useful fo ``` # Active [[!silverbullet.md/Space Config]] -Composed from all the pieces of `space-config` across your space. +You have space config defined on the following pages: +```template +{{#each {space-config select replace(ref, /@.+/, "") as page}}} +* [[{{page}}]] +{{/each}} +``` +Composed, this leads to the following active configuration: ```template ~~~yaml {{yaml(@config)}}