mayurankv / Obsidian-Code-Styler

A plugin for Obsidian.md for styling codeblocks and inline code
Other
185 stars 4 forks source link

Bug: Editing Mode Folded Codeblock Issues #67

Open mayurankv opened 11 months ago

mayurankv commented 11 months ago

Describe the bug

Folded codeblocks in editing mode have a number of issues including:

Completed:

Steps to reproduce

Described above

Environment

Screenshots

Additional context

See #30

mayurankv commented 10 months ago

The second bullet point has been addressed.

mayurankv commented 10 months ago

To deal with empty folding regions, filter values which start and end at the same position.

mayurankv commented 10 months ago

To deal with selection and destruction, need to find ranges that change with each transaction and filter those.