Open Hullo21 opened 4 months ago
The tabs plugin renders the content in reading mode. Normally, content that can be displayed in read mode can also be displayed in tabs (including wikilinks). Try typing a link in your note and switching to read mode to see if there's only empty space.
Strange, on a different workspace I see correctly wikilinks both in live preview and in reading mode. But one workspace for some reason shows them properly only in reading mode. In live preview I see only white spaces. Any idea of what is causing this issue?
I suddenly realized that my previous statement was ambiguous. The content in tabs is rendered in the same style as the content in read mode. Instead of tabs rendering in reading mode.
What you said about different workspaces having different display styles is really the first time I've seen it. Based on the current information, I cannot determine the cause. I'm very sorry to hear that.
So I understood the root cause of the issue, it's for some reason a conflict with the plugin MathLinks (https://github.com/zhaoshenzhai/obsidian-mathlinks).
I explain the issue: if I put wikilinks in a tab, I see the link properly rendered and linkable in reading mode. In live preview mode, I see nothing (white space instead of the link).
This code leads therefore to the wikilink being just white space in live preview:
tab: New tab
Test text
[[Test Note]]
If I disable the plugin MathLinks, I see the wikilinks properly rendered inside the tab in both views, reading and live preview. The same code above will therefore be displayed correctly, no matter the selected mode. It would be interesting to see if someone else has the same issue with this plugin. Hopefully this can be solved, I really love the plugin and unfortunately I can use it fully only in one of my 2 vaults.
If I put wikilinks to notes internal to my vault, the link is not shown. I see only empty space. Is there a way to display links to notes inside a tab view? Thank you!