Skip to content
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

Be compatible with the plugin named "Anyblock" to show up wikilinks in Backlinks #280

Open
exam-ple opened this issue Sep 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@exam-ple
Copy link

exam-ple commented Sep 1, 2024

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:

240901-191333

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 ❤️

@exam-ple exam-ple added the enhancement New feature or request label Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants