@nikolasdi Hmm, what resolution are you using in your screen? By default it takes as much space as the rest of the notes, so the use of scrollbars are unavoidable, but the vertical scroll is a bit weird there. I’m thinking on adding a fullscreen button that would make the kanban fullscreen so it is easier to manipulate, hope I can add it into a new release soon, I’ll let you know then!
What would you hope this would do? in is for lookups in lists, task is not a list so it will (I’d assume) always return false. If you want to check if it appears as a substring, it’s probably best to use the =~ operator or contains. Have a look here: Library/Core/Widget/Linked Tasks
@Mr.Red Do you know a js library to manage kanban board?
Do you think that it will be easy to integrate your task manager in kanban board?
I will search on my side but if you are an idea I take it.
I'm not aware or familiar of any kanban js library myself, although i also didn't do any digging.
What do you mean to integrate the task manager in a kanban board? what do you expect it to do?
you mean to add a new view to view your task instead of the Table Widget, to display it as Kanban Board with the Edit buttons and stuff? That's like starting from almost scratch, because currently my Task Manager uses a normal Table to display the task and their attributes. And the Kanban board uses a complete diferent UI/UX. I'm not Saying it's impossible, it's definitely doable, but my question is, how many people use or would use the Kanban Board method to manage their Todo's? i guess it's time for a poll to find out. If enough people would want to use the Kanban Board Method, maybe I could take the time and build it myself:
What are your Task Manager choices & use cases?
I use the built in Tasks and Templates, and it' sufficient for my use case
I used the Kanban Board in the past with other Software and would love to have that option in Silverbullet ( Let's F* Build It)
I use other Apps too manage my ToDo's because Silverbullet doesn't give me enough options for my Task Management use case (please leave in the comments which features do you think Silverbullet's task management lacks?)
Thanks to LLM’s, not thanks to my coding knowledge
There are still couple of things to fix in my Kanban integration mostly styling issue, but it’s 70% functional. If also want to add customization options of each task tile to show various informations like dates or other informations similar to my Media Gallery
I keep you posted when that’s done and when it’s ready for testing.
what do you mean it doesn't work?
did you removed the where page == _CTX.currentPage.name from your widget query?
I added it only for the Demo Widget, but you can use any LIQ there.
To be honest all my instances ar on SB-Edge (SilverBullet 2.4.1-4fdc8c1af5cdcde0af45eec5b431a0c64673f42d-2026-02-08T14-22-58Z
) and i didn't tested it on stable.
[EDIT] After testing it on stable. I can confirm that on Stable it doesn't work, you need to run the edge version for this to work. Will add it to the known issues later.