chuangcaleb / obsidian-fountain-editor

Obsidian plugin for formatting Fountain screenplay syntax in the editor.
https://obsidian.md/plugins?id=fountain-editor
MIT License
39 stars 2 forks source link

Token: Page break / hr to hook into Obsidian's thematicBreak #11

Open chuangcaleb opened 1 year ago

chuangcaleb commented 1 year ago

Describe the task

Turn Fountain page breaks into hr's.

However, Obsidian's Codemirror extension does some funny things to replace the hr with a Decoration.widget completely. Let's try to hook into their existing logic, rather than coding a brand new one from scratch.

Blocking

Expected behaviour

Screenshots

Additional context