Chanceler Shaffer

Results 25 comments of Chanceler Shaffer

One solution could be to have the segment plugin disabled until you check that then call `instance.enablePlugin('segment')` or `instance.plugins.enable('segment')`. The `enablePlugin` event does kick off `initializeStart` so, in theory, I...

Okay, interesting, noticed that the behavior was a little strange with the start and end postfixes as well. Could you perhaps utilize a custom event that is dispatched by the...

So it seems part of the reason it will work sometimes and not others comes down to if the query is ready when the List formatter runs on the View...

Alright, I'm back again, after some more digging found that the data is coming out of `renderMarkdown` as expected leaving the issue to React State as both technically use React...

Upon disabling `Mark` from inside of the `MarkdownRenderer` component the dataviewjs query renders correctly. ![image](https://github.com/mgmeyers/obsidian-kanban/assets/3750436/1bb02826-9aa5-493c-b08e-9e9f0297ba80) Will look into making these work together, hunch here is the `cloneNode`method is not quite...

Re-enabled mark but removed the cloneNode(true) and now things are working as expected. @mgmeyers Why was a deepClone used here? Would either removing it entirely or creating a handler of...

Ah while testing I think I found the purpose of the clone, looks like if I drag and drop a list all the cards content disappears until I refresh.

I'm certainly no expert in how everything weaves together but if this is a question of resolution and it appears to be triggered by shared according to the bug replication...

Oh he, I totally lost this in the weeds. @DavidWells I will make a demo with a more clear demonstration later on. @coreybruyere How are you all processing the events,...

I can't see all your code but I'm assuming the Multi-Step form is being brought into the `App.tsx`. There are a couple of things I want to note here: 1....