obsidian-kanban icon indicating copy to clipboard operation
obsidian-kanban copied to clipboard

[Feature]: New Option -> Maximize List

Open FelipeRearden opened this issue 2 years ago • 0 comments

Goal or desired outcome of this feature

This FR is related to a new visualization option that maximize one of the list from a kanban board.

It’s the same feature if the Maximise Active Pane Plugin applied to Kanban

I created a simple mockup to demonstrate my FR

I really hope you like my FR @mgmeyers and thank you very much for everything you do for our community :) :pray:

Describe the feature

Since I have a lot of lists inside my Kanban and my cards have a lot of test inside, I miss an option to focus only in one List to see more focused only the content of a List.

This way, this FR is about a way to ”zoom” the content of an specific list just like we have for notes with the Maximise Plugin

My FR

  • Transform the div.markdown-preview.kanban-plugin__markdown-preview-view Into a link
  • If you click, it will expand the list into a single (image 2)
  • Hitting the link again, it will come back to the regular view

My Mock-up (image 2)

I use this css to create a mockup of my FR -> image 2

.kanban-plugin__lane-wrapper {
	width:100% !important;
	
}

.kanban-plugin__board>div {
	width:70% !important;
}

.kanban-plugin__scroll-container.kanban-

plugin__horizontal {
	margin-left:200px;

Can you think of any alternatives or work-arounds?

No :(

Screenshots, mockups, or videos

Image 1 -> standard view

10

Image 2 -> maximize view off list Card 1

11

FelipeRearden avatar Feb 15 '22 13:02 FelipeRearden