Live Preview Bold Fix

by konoyo-014
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Fixes bold rendering drift in Live Preview by overriding strong styling ranges.

Reviews

No reviews yet.

Stats

stars
26
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Live Preview Bold Fix

Live Preview Bold Fix stabilizes rendering behavior in Obsidian Live Preview without rewriting note content.

It targets two practical issues:

  • inconsistent bold rendering around punctuation and brackets in mixed CJK/English text
  • preview-layer rendering for \\( ... \\) and \\[ ... \\] in Live Preview

Scope

This plugin only affects editor rendering. It does not convert or mutate markdown files.

The current stable baseline in this repository is 1.7.3.

How It Works

The bold fix applies a deterministic decoration layer for strong text and marker visibility near cursor positions.

The math preview path reuses Obsidian's built-in math widget behavior for visual consistency with native math rendering.

Installation (Manual)

Put manifest.json, main.js, and versions.json under:

.obsidian/plugins/live-preview-bold-fix/

Then reload Obsidian and enable Live Preview Bold Fix in Community Plugins.

Compatibility Notes

Because this plugin works at the CodeMirror decoration layer, compatibility can depend on other editor-rendering plugins that patch the same ranges.

If you test changes, use a dedicated note with reproducible examples for bold boundaries and inline/block math.