ryanjamurphy
ryanjamurphy
Two-way sync would certainly be the ultimate form, but I also think a one-way sync would be a valuable MVP.
I'm seeing this as well. When I see these errors, it also seems like KanbanHelper updates _every_ note in the Kanban. Are other folks seeing that behaviour too? No changes...
It seems that the error is being thrown from this line: https://github.com/chhoumann/MetaEdit/blob/ca75a1e535fb0c97ab211e8c71889819b5db34ea/src/automators/onFileModifyAutomators/kanbanHelper.ts#L67 @chhoumann, could we make that line ``` log.logWarning(`'${board.property} not found in ${board.boardName} for file ${linkFile.title}'`) ``` or something...
FWIW, after enabling the error notification I added in the PR mentioned above, I discovered that there were linked notes on the kanban that did not have the YAML property...
@psychsatani @DandyLyons The update did not eliminate the error. It just shows an error notification that specifies which notes are causing issues. All notes on a Kanban board using Metaedit's...
@hepabolu Mind screenshotting the error? It'd also be great if you could share a screenshot of what the console says when this happens. To quote carl in the Discord: >...
@hepabolu Strange. I'm not seeing that behaviour, and all of the errors I ever saw were related to notes that were included on the kanban. Were the notes that're being...
> Is there a cache somewhere that I could empty and try again? I'm sure there is, but it doesn't sound like it would help. Some more questions: 1. Do...
Interesting! I think you found the two sources of these issues... Would you consider submitting a PR for a fix? 😄
@kennym any luck on this? any way I can help?