Obsidian Tabs - a tabbed pane management plugin

How about this:

.view-actions {
    opacity: 0;
}

.view-actions:hover {
    opacity: 1;
}

When you then hover over the top right-hand corner, the 3 icons become visible and you can chhose which one to click on.

This is working but it doesn’t solve the problem, the part of the buttons it’s just greyd out until you hover over it, but the result is the same, you can’t see the full name of the note because of useless space occupies it

image

I am not an expert by a ling stretch of the imganiation, so I cannot help you any further, sorry.

If, however, you ask in the #appearance channel on Discord, I am sure you’ll get it sorted out as there are some truly amazing CSS gurus.

I would love for this to feel like a native-ide experience

1 Like

We have not seen @forever for a long time on this forum or on Discord.

I think this is plugin is extremely useful, essential if anything.

Worst case, it would be nice if someone tookover the project. Thankfully, OP has pushed changes to the repository within the last week? I would like to see some major changes, one way or another! :cowboy_hat_face:

  1. Rethink tab behaviour. Instead of forcing every tab to smush together on one line by default, with the option of allowing for them to be displayed on a second line within the plugin’s settings; keep every tab on one line, nicely spaced and allow for that to be scrollable.

  1. One tab, per file should really base-line factor imo.

Oops, sorry, I was not aware of that. My apologies.

1 Like

No worries, we all appreciate your concern and speediness!

According to a recent Roundup, Obsidian’s devs are now working on tabs, so that’ll be another option.

3 Likes

I use this:

div.workspace-leaf:not(.stayopen) div.view-actions {
    display: none;
}
1 Like

Great! Thank you!

1 Like