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

Some selectors in styles kill the performance when dragging an article between folders/other articles ## Describe the bug I found selectors/styles that introduce these problems 1) ```css .code-styler pre.code-styler-pre code:not(:has(>...

bug

Canvas cards when using code blocks does not style correctly ## Describe the bug When creating code blocks in cards while working in canvas mode the code blocks are defaulting...

bug

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.6 to 1.6.0. Release notes Sourced from vitest's releases. v1.6.0    🚀 Features Support standalone mode  -  by @​sheremet-va in vitest-dev/vitest#5565 (bdce0) Custom "snapshotEnvironment" option  -  by @​sheremet-va...

dependencies
javascript

Bumps [stylelint-plugin-defensive-css](https://github.com/yuschick/stylelint-plugin-defensive-css) from 0.10.4 to 1.0.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint-plugin-defensive-css&package-manager=npm_and_yarn&previous-version=0.10.4&new-version=1.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.8.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies
javascript

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.2.8. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies
javascript

## Summary Add code line wrapping options in editing mode. ### Basic example Similar to how they are done in reading mode. The whole codeblock should scroll though, not individual...

enhancement
help wanted
long term
editing mode

### Discussed in https://github.com/mayurankv/Obsidian-Code-Styler/discussions/226 Originally posted by **Aetherinox** February 23, 2024 With the release of version 1.1.7, I noticed my themes were reset. I had a backup of my JSON...

## Summary When you create a code block with a custom theme in a note, it looks correct, but when this note is referenced in another note or embedded, when...

bug
future work
reading mode
High Priority

Improve error handling for more verbose and safe erroring. See #209.

enhancement
future work
long term