mabeyj / trilium-collection-views

An extension for Trilium Notes that implements different ways of viewing collections of notes.
MIT License
76 stars 5 forks source link

不知道可不可以做一个看板功能呢? (Editing notes in board view) #16

Closed rebron1900 closed 9 months ago

rebron1900 commented 2 years ago

像是obsidian里的那样,我在trilium那里提了一个issue,https://github.com/zadam/trilium/issues/2479

mabeyj commented 2 years ago

It's possible to create a Kanban board like this with trilium-collection-views, but editing it would currently be a bit cumbersome.

trilium-collection-views uses notes as a data source. Each card in the board displays a note's title and attributes. For a to-do list, each to-do item would have to be its own note somewhere in your tree. This is different from obsidian-kanban which looks like it stores all of its board data within a single note.

Boards are currently read-only. To move notes to a different column, you have to edit the note itself. I would like to eventually implement the ability to drag and drop notes and create notes from the board view.

This is how I would set up a board like this:

meichthys commented 9 months ago

See here: https://github.com/CyrilLeblanc/trilium-kanban