Closed Bug23451 closed 8 months ago
Same thing for me after installing with a script on Ubuntu
Same thing here. Any suggestions?
I get the same message, but without the reason on Windows 11
Could anyone share your kanban config with error here?
this works:
columns:
- name: Backlog
backlog: true
as soon as I add a second name
tag, it fails
columns:
- name: Backlog
backlog: true
- name: wip
tag: wip
I think it has something to do with tabs vs. spaces, because if I paste the default config from the readme, I get no such error.
@derkrasseleo 2 Spaces before backlog and tag are required for YAML format (Tab are not allowed). This config should works
columns:
- name: Backlog
backlog: true
- name: wip
tag: wip
It may be useful for some people as it worked for me to leave the language field simply blank
Just wanted to add: I solved the Parse error by using spaces instead of tabs
Plugin non functional and references a YAML error on Joplin.
Only tested on the linux appimage (2.9.17) and the Flatpack (2.9.17).