-
Is there a way of making a kanban view?
2025-08-01 23:50It's not a plugin, but the QYL theme can display a list with a Kanban-like appearance. You can move the items by dragging and dropping them as you normally would in a list.
-
Is there a way to query database to create custom views?
2025-02-10 03:08Don't use block queries with databases. Make all views with the database interface. With a simply copy/paste, you get synced copies of the database where you need the view.