Skip to content

Comments

Add plugin: CJK Bold Fix#10432

Open
ebibibi wants to merge 3 commits intoobsidianmd:masterfrom
ebibibi:add-cjk-bold-fix
Open

Add plugin: CJK Bold Fix#10432
ebibibi wants to merge 3 commits intoobsidianmd:masterfrom
ebibibi:add-cjk-bold-fix

Conversation

@ebibibi
Copy link

@ebibibi ebibibi commented Feb 22, 2026

I am submitting a new Community Plugin

  • I attest that I have done my best to deliver a high-quality plugin, am proud of the code I have written, and would recommend it to others. I commit to maintaining the plugin and being responsive to bug reports. If I am no longer able to maintain it, I will make reasonable efforts to find a successor maintainer or withdraw the plugin from the directory.

Repo URL

Link to my plugin: https://github.com/ebibibi/obsidian-cjk-bold-fix

Release Checklist

  • I have tested the plugin on
    • Windows
    • macOS
    • Linux
    • Android (if applicable)
    • iOS (if applicable)
  • My GitHub release contains all required files (as individual files, not just in the source.zip / source.tar.gz)
    • main.js
    • manifest.json
    • styles.css (optional)
  • GitHub release name matches the exact version number specified in my manifest.json (Note: Use the exact version number, don't include a prefix v)
  • The id in my manifest.json matches the id in the community-plugins.json file.
  • My README.md describes the plugin's purpose and provides clear usage instructions.
  • I have read the developer policies at https://docs.obsidian.md/Developer+policies, and have assessed my plugin's adherence to these policies.
  • I have read the tips in https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines and have self-reviewed my plugin to avoid these common pitfalls.
  • I have added a license in the LICENSE file.
  • My project respects and is compatible with the original license of any code from other plugins that I'm using.
    I have given proper attribution to these other projects in my README.md.

Note

Tested on Windows only. The plugin uses only CodeMirror 6 ViewPlugin + CSS Decorations with no platform-specific code, so it should work identically on all platforms.

Fixes bold/italic rendering for CJK text in Live Preview mode.
Addresses CommonMark Issue obsidianmd#650.
@github-actions
Copy link

Hello!

I found the following issues in your plugin submission

Errors:

❌ You did not follow the pull request template. The PR template can be found here
❌ Description mismatch, the description in this PR (Fixes CJK (Chinese/Japanese/Korean) bold and italic rendering in Live Preview mode.) is not the same as the one in your repo (Fixes CJK (Chinese/Japanese/Korean) bold and italic rendering in Live Preview mode). If you just changed it, remember to change it in the manifest.json in your repo and your latest GitHub release.


This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

Match manifest.json description exactly (no trailing period).
@github-actions
Copy link

Hello!

I found the following issues in your plugin submission

Errors:

❌ Your description needs to have one of the following characters at the end: .?!)


This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

Both manifest.json and community-plugins.json now end with period,
as required by submission rules.
@github-actions github-actions bot changed the title Add CJK Bold Fix plugin Add plugin: CJK Bold Fix Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants