sethyuan / logseq-plugin-kanban-board

Draggable, editable Kanban view.
MIT License
62 stars 2 forks source link

Allowing for percentage width of boards [enhancement] #7

Closed ecodiv closed 1 year ago

ecodiv commented 1 year ago

For kanban boards with few boards, it would be great if they could fill up the full width of the page. Request therefore is to make it possible to:

  1. be able to define the width of the panels
  2. be able to define the width of the panels in percentages of page width.
sethyuan commented 1 year ago

This feature is implemented. Use it like this:

{{renderer :kboard, ((board block ref)), list, cover, 49%}}

You could also specify the width in pixels:

{{renderer :kboard, ((board block ref)), list, cover, 300px}}
ecodiv commented 1 year ago

I am impressed, thanks!