We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The option plugin.settings.views.codeblocks.show_node_options.* not work.
plugin.settings.views.codeblocks.show_node_options.*
It has not been used:
breadcrumbs/src/components/codeblocks/CodeblockMermaid.svelte
Lines 97 to 111 in af50de1
To Reproduce
Steps to reproduce the behavior:
plugin.settings.views.codeblocks.show_node_options.alias = true
type: mermaid mermaid-direction: TB show-attributes: [field] field-groups: [downs, sames]
Expected behavior
display alias in mermaid.
Is it because the Obsidian's Markdownrenderer does not support?
https://help.obsidian.md/Editing+and+formatting/Advanced+formatting+syntax#Linking+files+in+a+diagram
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The option
plugin.settings.views.codeblocks.show_node_options.*
not work.It has not been used:
breadcrumbs/src/components/codeblocks/CodeblockMermaid.svelte
Lines 97 to 111 in af50de1
To Reproduce
Steps to reproduce the behavior:
plugin.settings.views.codeblocks.show_node_options.alias = true
Expected behavior
display alias in mermaid.
Is it because the Obsidian's Markdownrenderer does not support?
https://help.obsidian.md/Editing+and+formatting/Advanced+formatting+syntax#Linking+files+in+a+diagram
The text was updated successfully, but these errors were encountered: