-
Notifications
You must be signed in to change notification settings - Fork 14
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
fails to render relative wikilinks #8
Comments
I see, the link references are generated by Foam.
I use Obsidian instead of Foam now, and
|
I use the latest version of foam and it seems like it automatically adds the It seems to effect link previews on the theme when I use the default markdown link style rather than wikilinks. awesome work on the theme 👌 |
Thank you for paying attention to this theme 😃 I install the latest 0.18.3 Foam, but there aren't And I checked the foam repo's docs, still not a clue, their links aren't wrapped. for example: And yes, if you only use a plain markdown link as below, the hover preview and backlinks will not work, for A paragraph with a [markdown link](../some-other-file.md) |
awesome, I switched to obsidian and it works great. I was wondering if there a way for the theme to show backlinks/references if available ? there are a few interesting plugins like metadata extractor that would be able to provide this information |
The theme does show backlinks - only if they are wikilinks, see https://foam-template-gatsby-kb-hikerpig.vercel.app/wiki-links. I think you are requesting a feature - the theme should extract plain markdowndown internal links. This is reasonable, I've added an issue. Will try to do it in the weekend. |
@jkanche I've released Currently it can not process link target with file extension, see the demo site for information Could you try to upgrade it to see if it fits your need ? # in _generator folder
yarn add gatsby-theme-kb@latest Meanwhile, I am trying to find if there are ways to write unit tests for gatsby plugins, after that I will try to support link with file extensions. |
I have a directory structure that looks something like this
... and so on
intro.md
has a wiki link tonotes.md
. Foam creates a relative backlink on the markdown pageThis works fine in vscode but the generated pages fails to understand the relative backlinks.
The text was updated successfully, but these errors were encountered: