Obsidian-Code-Styler
Obsidian-Code-Styler copied to clipboard
A plugin for Obsidian.md for styling codeblocks and inline code
## Describe the bug ### Steps to reproduce Set a large line number offset parameter using `ln:` ````markdown ```python ln:1000 code here ``` ```` ### Expected behaviour The line number...
## Describe the bug `run-*` codeblocks from the [Execute Code Plugin](https://github.com/twibiral/obsidian-execute-code) in editing mode do not get styled. ### Steps to reproduce Create a relevant codeblock in live preview mode....
Bug: Line numbers 1px gap and flicker on collapse if highlighted for devices with high DPI screens
## Describe the bug Line numbers 1px gap and flicker on collapse if highlighted for devices with high DPI screens ### Steps to reproduce Highlight multiple lines in a codeblock...
## Describe the bug Instant reading mode updating when parameters are changed ### Steps to reproduce Change codeblock parameters and you need to close and open the note or change...
## Summary Add a test vault in a separate repository that can be used for testing different cases. This can also be used by contributors. ### Basic example A test...
## Summary Add proper documentation. ### Basic example Convert the README to a proper documentation set. ### Motivation Make the README more easy to read and have a better documentation...
## Summary Now the code block can implement article linking.Thank you for your efforts. There is another question now, If I change the title of this article, the link will...
## Describe the bug Links created by this plugin do not show up in metadata and this can't be seen as backlinks or in the graph. ### Steps to reproduce...
mobile phone: HONOR 50 Pro OS: MagicOS 7.0 based on Android 12 e-book: boox NovaAirC OS: onyx based on Ubuntu the plugin can't open on both of above
## Summary Add a button to fold (akin to the clear button for execute code) to the bottom left of codeblocks which clicking toggles the fold (folds the codeblock). ###...