mirror of
https://github.com/dragonish/obsidian-heading-decorator.git
synced 2026-07-22 05:42:05 +00:00
Add an optional gutter column renderer as an alternative to inline Decoration.widget placement. When enabled, heading decorations render in a separate CodeMirror gutter outside the document flow, preserving text alignment. - Extract shared counter creation into common/counter-factory.ts - Add HeadingGutterMarker (GutterMarker) and createHeadingGutterExtension - Support toggling between inline and gutter modes at runtime via in-place extension swap (workspace.updateOptions pattern) - Add useGutter toggle and gutterPosition dropdown to settings UI - Add i18n strings for en, zh, zh-TW - Add gutter CSS with opacity variants and table-cell hiding |
||
|---|---|---|
| .. | ||
| child.ts | ||
| editor-gutter.ts | ||
| editor.ts | ||
| file-explorer.ts | ||
| outline.ts | ||
| plugin.ts | ||
| quiet-outline.ts | ||
| reading-child.ts | ||
| reading.ts | ||
| setting-tab.ts | ||
| setting.ts | ||
| suggest.ts | ||
| weight.ts | ||