-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transclusion of generated page (tag page) does not work #1398
Comments
You can transclude the In fact, you can create a page for every tag and change them individually. To do this, you need to a Let me illustrate with an example: Assume I have the following tags on my Quartz site:
I can create a page for every tag, as well as an overview, by adding a structure like this:
In the above example, we have
Keep in mind that #main/sub describes |
Thank you for the answer @saberzero1 . What I am looking to to is to use to transclude the generated (automatically by quartz ❤️) tags page into another page. When I transclude an existing already existing page using the transclusion notation, I can see the content of the transcluded page into the page where I put the transclusion notation. Here is the obsidian documentation refering to what I am speaking about https://help.obsidian.md/Linking+notes+and+files/Embed+files |
Below an example of embedding ---
title: Tags
---
Hello there **waves** Notice how the first part is embedded, but the tag list is not. There are two ways to work around this:
|
Describe the bug
Trying to transclude a generated page (cf: a page that does not exist in the content folder but is generated by Quartz) does not show the generated page content.
Instead it show a text:
Transclude of tags
Where
tags
is the page I wanted to transclude.Here is the markdown I used to try to transclude the
tags
page.Trying to transclude a markdown page from the
content
folder works as expected.To Reproduce
tags
page (this page is generated by quartz).npx quatrz build --serve
Expected behavior
I should see the content of the
tags
page going to the page where I added the transclusion.Desktop (please complete the following information):
node
Version: v20.15npm
version: v10.7.0The text was updated successfully, but these errors were encountered: