You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, wikilinks(or internal links) inside code blocks cann't be showed up in Backlinks, but they can be rendered as links.
On the contrary, the plugin named "Anyblock"(https://github.com/LincZero/obsidian-any-block) can transform a code-like block into a real code block and wikilinks inside the code block can be showed up in Backlinks. Unfortunately, they cann't be rendered as links by this plugin.
So, if you two great plugins can be compatible, it will be amazing.
Anyblock can transform
:::code(python)
aaa
:::
or
:::python
aaa
:::
to a code block. (Other languages also work)
The first one is original coding style, and you can also use "python" instead of "code(python)" if you have "added a new registration instruction" in the settings page(or open the plugin's data.json file to modify it)
For example:
So the key point is, if Code-Styler can also support ::: style blocks as code blocks, it's done
Please consider, and thanks for your great plugin ❤️
The text was updated successfully, but these errors were encountered:
Now, wikilinks(or internal links) inside code blocks cann't be showed up in Backlinks, but they can be rendered as links.
On the contrary, the plugin named "Anyblock"(https://github.com/LincZero/obsidian-any-block) can transform a code-like block into a real code block and wikilinks inside the code block can be showed up in Backlinks. Unfortunately, they cann't be rendered as links by this plugin.
So, if you two great plugins can be compatible, it will be amazing.
Anyblock can transform
or
to a code block. (Other languages also work)
The first one is original coding style, and you can also use "python" instead of "code(python)" if you have "added a new registration instruction" in the settings page(or open the plugin's data.json file to modify it)
For example:
So the key point is, if Code-Styler can also support
:::
style blocks as code blocks, it's donePlease consider, and thanks for your great plugin ❤️
The text was updated successfully, but these errors were encountered: