No, it works for me. Runs every time I open Obsidian.
You need to update the script, and likely also apply a fix in the kanban file (see below). Latest script version is 1.4.2, which one do you have? This version fixes the capture of the kanban’s settings and frontmatter.
In older versions of the script, “no match” was output if the settings of the kanban were not captured correctly by the script. It seems like that is what is causing your issue.
To fix it, open the kanban as a markdown file (perhaps with the Kanban plugin disabled), and go to the bottom of the file. Where it says “no match”, replace all the settings (starting from %%
) with this default fallback:
%% kanban:settings
```
{kanban-plugin: basic}
```
%%
Or if you are using Kanban version 2.0, replace it with this:
%% kanban:settings
```
{kanban-plugin: "board"}
```
%%
I think that’s enough, but I haven’t tested the minimal setting required by Kanban 2.0. Alternatively, you can create a new kanban, open it as markdown, then copy the content from the old kanban into the new one. This way, you should get the proper settings at the bottom.
Like I said, 1.4.2 fixes the setting capture issue, so you’re unlikely to run into this again.
Btw, I post updates in the #feralflora-kanban-zotero-script thread on Discord: Discord