Open schicks opened 3 months ago
Ok, I have a branch that finds the correct section of the source from the inline plugin and sets up a decoration on this branch. However, that still doesn't work, I think because of this bug on the obsidian forums. I don't know for sure but I think what might be happening is that the table view itself is a decoration and is conflicting with the one we want to add. I'm not sure how to handle overlapping decorations with codemirror (or even to introspect on the applied decorations to confirm the guess).
That leaves me a little stuck. I'm wondering whether a state field might be better able to handle this by storing some more central state we could hook into from markdown post processing, but I've never worked with that before and it might be a dead end.
closes #5