jekyll-garden.github.io icon indicating copy to clipboard operation
jekyll-garden.github.io copied to clipboard

Support Obsidian Transclude

Open seefrye opened this issue 4 years ago • 1 comments

I'm attempting to transclude various headers into a single document. This renders correctly in the Obsidian preview panel, but when I push that document to the site, all I get is a broken link.

For example, my document may look like this:

# Document Header
![[notename#description]]
![[notename#additionalInformation]]
![[notename#attribution]]

In Obsidian, this will render as:

Document Header

<< TEXT OF DESCRIPTION>> << TEXT OF ADDITIONAL INFORMATION >> << TEXT OF ATTRIBUTION >>

However, when I publish this note, these just render as broken links.

Is there something I'm missing here? I'd love to be able to use transclusions to build a document and easily host that in my Jekyll Garden, but I'm unclear if I'm just doing it wrong, or if this isn't possible.

Apologies if this is an ignorant question, everything about this is new to me :)

seefrye avatar Oct 24 '21 15:10 seefrye

@seefrye: Hi, currently the theme is not supporting transclusion. I will add this as a feature soon. (Personally, I don't use this, hence I never found it significant). Will try to stick on to ![[title]] format

hfactor avatar Mar 31 '22 04:03 hfactor