Obsidian-Code-Styler icon indicating copy to clipboard operation
Obsidian-Code-Styler copied to clipboard

A plugin for Obsidian.md for styling codeblocks and inline code

Results 75 Obsidian-Code-Styler issues
Sort by recently updated
recently updated
newest added

Inline syntax highlighting not working in tables. It shows it correctly in the live preview while I am still typing, but the moment I leave the code block it disappears....

bug

## Describe the bug 1. JavaScript code cannot be folded sometimes even though I input the fold and the title shows "folded code". I close and reopen the note, the...

bug
needs repro
needs info

## Summary Be able to style codeblocks generated by dataview and dataviewjs from the [dataview plugin](https://github.com/blacksmithgu/obsidian-dataview). ### Basic example ````markdown ```dataviewjs dv.span(`\`\`\`python codeblock content \`\`\``) ``` ```` should have the...

enhancement
future work

## Summary Feature Request: Please translate: code notes, ①②③④⑤ ### Basic example ![image](https://github.com/mayurankv/Obsidian-Code-Styler/assets/40482524/6200574a-3422-479c-818b-2bfd0a1e13f9)

enhancement
needs info

## Describe the bug It might be it's just me failing to understand the syntax, but I can't get the github links to perform nicely, and show me any output....

bug

## Describe the bug It does not render the icon in black/white like the description claims it should. I could not find any other issue mentioning this problem, though I...

bug

## Summary Ability to show indent guides in the code editor. ### Basic example (Borrowing from a [similar GitHub extension](https://github.com/lkcampbell/brackets-indent-guides) for Brackets) Life without Indent Guides: ![image](https://github.com/mayurankv/Obsidian-Code-Styler/assets/27368434/f29862b0-4170-49ba-b7a6-2946a71ac549) Life with Indent...

enhancement

## Describe the bug Incompatibility with "Meta-bind Plugin" If you add more than one button on a line, with the option "Syntax Highlight inline code" activated, the first button render,...

bug

## Summary It would be really useful to be able to apply a default heading to inline code via the frontmatter of a note. Awesome extension btw ### Basic example...

enhancement

## Summary Add a `terminal` parameter and `terminal` codebloc processor. The `terminal` parameter should make the codeblock appear as if it were a terminal The `terminal` codeblock should allow for...

enhancement
future work