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
Links in Admonitions are not displayed in Graph View #18
Comments
|
Unfortunately this would be difficult to solve. I don't know how Obsidian's graph view is created, but I would assume it is being built from their metadata cache. Because the Admonition content is rendered as markdown after the note, it is not pushed into the cache. I think if you require the graph view to show this, you'll have to create the links outside of the admonitions (at least for now -- I'll try to think of a way to possibly implement this, or the API could be updated to allow for it easier). |
|
I already thought about that this is on Obsidians site. They're probably ignoring everything whats inside these codeblocks. Would be very thankful if there is a way to achieve this, since I'm using these Admonitions for all purposes. |
|
Do you see any chances to accomplish that? It's very unfortunate to write the links again outside the blocks... since this is the last thing that somehow hinders me to fully migrate on using these admonitions. I already opened a PR for this in the Forum, but it didnt got any attention yet: Feature-Request on Obsidian.md |
|
Thanks for opening the feature request. Like I said, I have no idea how the graph view plugin works, and my guess about data not being pushed into the cache could be incorrect. If there's any suggestions in that thread I'll implement it ASAP. |
|
Hey, thanks for responding. |
|
Possibly. In adding support for nested admonitions, I basically programmed support for the Python syntax ( |
|
That would be awesome! What do you mean by background highlighting? |
|
Gotcha. Ok for now that will be sufficient I think. This was/is kinda nice because it also provides a visual breakdown of the different sections. Thanks for being so fast! |
|
Sorry for the impatience, but Im somehow dont know if porting my notes to the admonition-style makes sense right now without the possibility to automatically create graph-links. Is there any timeline where the alternative syntax is implemented? |
|
This is a rather difficult problem, unfortunately. I can't give you a timeline. |
|
Oh, sorry to hear that.. but thanks for hearing me. |
|
hey, is there any chance to get the backlinks somehow working? I already wrote with a bunch of people looking for an alternative way to get the backlinks working outside your admonition plugin but unfortunately with no success.. |
4.3.0Please see this new setting. |
|
Thanks! This made my day! :) |


Somehow the Links which are located inside the Blocks are being ignored:

At the right is the Local-Graph-View.
Here i created the link outside the Codeblock and as you can see it works properly.
The text was updated successfully, but these errors were encountered: