mgmeyers / obsidian-kanban

Create markdown-backed Kanban boards in Obsidian.
https://publish.obsidian.md/kanban/
GNU General Public License v3.0
3.16k stars 180 forks source link

[Bug]: kanban:card-updated and other events no longer fire #1004

Open theseanl opened 3 months ago

theseanl commented 3 months ago

Describe the bug

obsidian-kanban has been firing events upon several operations that changes a board's state, and I've been relying on it for building another obsidian plugin. Now these are all gone starting from https://github.com/mgmeyers/obsidian-kanban/commit/e34ebefbcce3726c8a8da5675ef144e6ce86961a.

Please revert this change.

Expected Behavior

No response

Steps to reproduce

Open console, execute

app.workspace.on('kanban:card-moved', (...args) => { for (let a of args) { console.log(a); } console.log(args.length + " arguments")})

and see if anything is logged while moving cards around.

Relevant errors (if available)

No response

Operating system

Windows