Troubleshooting transclusion

I eventually fixed this bullshit on 2025-03-27

Currently having trouble making a transcluded note appear in the About page. ideally it should like this

Transclusion error: File "2025-03-21#Transitioning from supermemo" not found.

Transclusion error: File "2025-03-21#Transitioning from supermemo" not found.
The issue

I think the issue is that my about page and note I'm trying to transclude are in different folders. Either that or I just don't know how to put in the correct path leading to the note I want to transclude. When I transclude notes and view it offline in my vault it looks just fine.

Transclusion error: File "src/site/notes/About|About" not found.

Transclusion error: File "src/site/notes/About|About" not found.

The above should look like this

Transclusion error: File "Pasted image 20250322211428.png" not found.

Transclusion error: File "Pasted image 20250322211428.png" not found.

Troubleshooting

I can see the path for my image works when I start from site/ as my root folder.
so then... maybe

Transclusion error: File "notes/About.md" not found.

This should work

Transclusion error: File "notes/About.md" not found.

Still Wrong

I was trying to copy the syntax from my scp page

![Pasted image 20221111014337.png](/img/user/raw_notes/Images/Pasted%20image%2020221111014337.png)

where that produces the correct image
Pasted image 20221111014337.png


I think I see the problem

I need to use single brackets

![Pasted image 20250322211428.png](img\user\raw_notes\Images\Pasted image 20250322211428.png)

![Pasted image 20250322211428.png](img\user\raw_notes\Images\Pasted image 20250322211428.png)

And the other problem

just noticed there's a leading slash, and the slashes in the path are facing the other way T_T

![Pasted image 20250322211428.png](/img/user/raw_notes/Images/Pasted image 20250322211428.png)

Pasted image 20250322211428.png

So now the link to the image works when using [] single brackets and the direct path. another thing that cursor AI pointed out is that files with spaces in the name replace the space with %20


Another attempt at transcluding

Gonna try to transclude the about page

This is basically my 2nd brain. Collecting my thoughts and notes and structuring it in a way that's easy to share to the world. Since digital gardens are a continuous work in progress, expect a lot of broken links as you meander through here. But over time those links will be filled in and fleshed out as I eventually port over my knowledge base.

This site is created using Obsidian , the Digital Garden Plugin, and deployed with vercel.

If you're interested in what I'm doing now
Daily Notes Tryna make a habit of daily journaling
Programming Languages

Bash - Work environment and scripting shell
java - Object-oriented programming language
Powershell - task-based command-line shell and scripting language built on .NET
R - Statistical Programming language

Operating Systems
Civics and Government
Philosophy

didn't work

how bout

![src/site/notes/About.md](/src/site/notes/About.md)

src/site/notes/About.md

that didn't work either. maybe

![About.md](/src/site/notes/About.md)

About.md


The About page has "permalink":"/about/" in its frontmatter, so maybe:

![About](/about/)

About


Let's try with the dg-path

The About page has "dg-path" in its frontmatter, so let's try that format:

First, using the dg-path:

Transclusion error: File "about/" not found.

Or using the permalink:

Transclusion error: File "/about/" not found.

Or using the relative path from notes:

This is basically my 2nd brain. Collecting my thoughts and notes and structuring it in a way that's easy to share to the world. Since digital gardens are a continuous work in progress, expect a lot of broken links as you meander through here. But over time those links will be filled in and fleshed out as I eventually port over my knowledge base.

This site is created using Obsidian , the Digital Garden Plugin, and deployed with vercel.

If you're interested in what I'm doing now
Daily Notes Tryna make a habit of daily journaling
Programming Languages

Bash - Work environment and scripting shell
java - Object-oriented programming language
Powershell - task-based command-line shell and scripting language built on .NET
R - Statistical Programming language

Operating Systems
Civics and Government
Philosophy

Transclusion error: File "About|About" not found.

Or the full path:
Transclusion error: File "src/site/notes/About" not found.

Or with the .md extension:

Transclusion error: File "src/site/notes/About.md" not found.

Maybe it's because they're in different folders

what if I try transcluding yesterday's note? It's in the same folder as this one.

Let's try a few ways:

  1. Simple reference:

    Transclusion error: File "2025-03-21" not found.
  2. With section reference:

    Transclusion error: File "2025-03-21#Transitioning from supermemo" not found.
  3. With relative path in same folder:

    Cursor and mermaid charts

    The Cursor IDE doesn't have mermaid chart support out of the box, but I found this vs code extension that turns this block of mermaid code

    flowchart TD
        A[Start] --> B{Decision}
        B -->|Yes| C[End]
        B -->|No| D[Process]
    

    into this

    flowchart TD
        A[Start] --> B{Decision}
        B -->|Yes| C[End]
        B -->|No| D[Process]

    Transitioning from supermemo

    I have a very large Supermemo knowledge base that I want to incorporate into this digital garden.
    ![Screenshot 2025-03-21 193733.png](/img/user/raw_notes/Images/Screenshot 2025-03-21 193733.png)

    I've been using Supermemo for years as my second brain and knowledge base / knowledge management system, but the inability to use it across devices seamlessly and the horrendous UI kept me on the lookout for alternatives. I might still use it for incremental reading. Supposedly Piotr Wozniak's spaced repetition algorithm is top-tier, but I'm not sure if I would notice the difference if I switched to an FSRS with a modern algorithm (>SM15).


  4. With permalink from frontmatter:

    Transclusion error: File "/daily-notes/2025-03-21/" not found.
  5. With dg-path from frontmatter:

    Cursor and mermaid charts

    The Cursor IDE doesn't have mermaid chart support out of the box, but I found this vs code extension that turns this block of mermaid code

    flowchart TD
        A[Start] --> B{Decision}
        B -->|Yes| C[End]
        B -->|No| D[Process]
    

    into this

    flowchart TD
        A[Start] --> B{Decision}
        B -->|Yes| C[End]
        B -->|No| D[Process]

    Transitioning from supermemo

    I have a very large Supermemo knowledge base that I want to incorporate into this digital garden.
    ![Screenshot 2025-03-21 193733.png](/img/user/raw_notes/Images/Screenshot 2025-03-21 193733.png)

    I've been using Supermemo for years as my second brain and knowledge base / knowledge management system, but the inability to use it across devices seamlessly and the horrendous UI kept me on the lookout for alternatives. I might still use it for incremental reading. Supposedly Piotr Wozniak's spaced repetition algorithm is top-tier, but I'm not sure if I would notice the difference if I switched to an FSRS with a modern algorithm (>SM15).


Transclusions don't work with this site

I'm not sure what else to try at this point.
I may move to a different deployment solution in the future.

Mar 21 Mar 23