BurningTreeC / tiddlywiki-muuri-kanban

a TiddlyWiki5 Kanban plugin based on the TiddlyWiki5 Muuri plugin
https://burningtreec.github.io/tiddlywiki-muuri/
MIT License
25 stars 1 forks source link

When a tiddler is manually added to the list field of a kanban board column tiddler, the kanban history of the card tiddler is not updated to show when it was added #4

Open AshRubigo opened 3 years ago

AshRubigo commented 3 years ago

Environment: Version: Main github branch. Browser: Firefox 90.0.2. TiddlyWiki: 5.1.23, 5.2.0-prerelease.

Steps to reproduce:

  1. Create a kanban board tiddler with a column.
  2. Create a tiddler.
  3. Manually add the tiddler to the list field of the column tiddler.

Expected result:

The card tiddler would have its kanban-history field updated to show when it was added to the column.

BurningTreeC commented 3 years ago

Hi @AshRubigo , I think I can't do anything about that issue. There needs to be a user-interaction using a button or a droppable field so that I can populate the kanban-history field

AshRubigo commented 3 years ago

I thought that might be the case. One solution would be to use the 'Confirm changes to this tiddler' button. When that is pressed, check all the tiddlers in the list field to see if they have a kanban-history field, and if not create it and add an item.

BurningTreeC commented 3 years ago

Yes that would be a solution, but that would force me to edit a tiddlywiki core tiddler, which is something I want to avoid