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

## Summary Add a copy button to inline code. ### Basic example A copy button to the right of the code. ### Motivation Useful for copying inline code. ## Existing...

enhancement
future work
reading mode
editing mode

While Code Styler is enabled my Obsidian performance is significantly affected. Keyboard response, file opening, etc. are all noticeably delayed. When I disable OCS, these symptoms go away. ## Describe...

bug
help wanted
needs repro
needs info
High Priority

## Summary Make indents be respected by wrapped lines. Possibly have a wrapped line indicator. ### Basic example Wrapped lines which are indented shouldn't have the wrap start from the...

enhancement
future work
reading mode
editing mode

Bumps [colortranslator](https://github.com/elchininet/ColorTranslator) from 3.0.2 to 4.1.0. Release notes Sourced from colortranslator's releases. v4.1.0 🚀 Features Improve overloads and types PR: #144 by @​elchininet 🛠 Fixes Improve overloads and types PR:...

dependencies
javascript

Bumps [stylelint-config-idiomatic-order](https://github.com/ream88/stylelint-config-idiomatic-order) from 9.0.0 to 10.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint-config-idiomatic-order&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=10.0.0)](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 [actions/stale](https://github.com/actions/stale) from 8 to 9. Release notes Sourced from actions/stale's releases. v9.0.0 Breaking Changes Action is now stateful: If the action ends because of operations-per-run then the next run...

dependencies
github_actions

When using the Read mode with the default theme, the icons do not work, and neither does the title or code highlighting. To make it work, you should go to...

bug
reading mode
needs repro
High Priority

## Describe the bug 代码块活动行高亮颜色设置的自定义颜色不起作用 ### Steps to reproduce ````markdown ```` ### Expected behaviour ### Current behaviour ![image](https://github.com/mayurankv/Obsidian-Code-Styler/assets/84270940/cf733bbe-28c5-4a12-91a1-fd8208ae9aeb) ### Environment - Plugin Version: 1.14 - Obsidian Version: 1.1.16 - Platform:...

bug
future work
editing mode
High Priority

## Summary Source mode should still have colour styling retained. ### Basic example A codeblock in source mode shouldn't be completely vanilla. ### Motivation More consistency between modes. ## Existing...

enhancement
future work
editing mode

## Describe the bug Folded codeblocks in editing mode have a number of issues including: - [ ] Selecting and replacing (drag across codeblock and type) causes the fold region...

bug
future work
editing mode