kory33 / obsidian-vault--research-notes--optimized-reasoning-with-guarded-logic

Other
1 stars 0 forks source link

Interactive Graph and Backlinks are broken #5

Open kory33 opened 1 year ago

kory33 commented 1 year ago

The interactive graph does recognize outgoing edges, but have wrong links (all prefixes are missing).

image

This is possibly an upstream issue.

kory33 commented 1 year ago

I think the output from hugo-obsidian https://github.com/kory33/obsidian-vault--research-notes--optimized-reasoning-with-guarded-logic/blob/59dfcfb6dc2fae065c5b2e5b70906c40b89d28b3/.github/workflows/deploy.yaml#L28-L34

is broken. There are a lot of false positives in LaTeX regions of the markdowns, and Wikilinks are not handled correctly.

We need to find out how to mitigate these issues, or else the easiest ground-up solution would be simply to scrape the generated content and place the link index file after hugo has finished building pages.

kory33 commented 1 year ago

Generating all indices after hugo has done the templating is quite troublesome for a few reasons:

We have three options:

Out of these options, it seems like the quartz author recommends the last one.