Linking to notes from home page
When I reference a note from the home page the link becomes baseurl/@ which is a 404.
The interesting part is that that pop-up shows the contents of the linked note.
From /notes I can see the notes list with the right link, /note/[name].
I moved the deployment to Netlify to avoid the subpath in GH pages but it still doesn't work.
Both url and baseurl are empty
same issue, does anyone have a solution 🤠
When I reference a note from the home page the link becomes baseurl/@ which is a 404.
The interesting part is that that pop-up shows the contents of the linked note.
From /notes I can see the notes list with the right link, /note/[name].
I moved the deployment to Netlify to avoid the subpath in GH pages but it still doesn't work.
Both url and baseurl are empty
After looking through resolved issues, this is likely a duplicate of https://github.com/Jekyll-Garden/jekyll-garden.github.io/issues/19 . Adding the line "future: true" to _config.yml fixed the issue for me.
It didn't work for me
https://github.com/evandroamparo/dev-log/commit/2e1908f5465d168a849f9a8f272f1d8e53f1b203
@evandroamparo : You mean adding a link to random note using [[filename]] from homepage.html ? I had the similar requirement (https://hiran.in) but I used HTML offer design coaching` instead of bi-link as the page is not an obsidian markdown.
Give me more context about the problem. I will go through the same.