oxdc / obsidian-vertical-tabs

An Obsidian plugin that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.
MIT License
85 stars 0 forks source link

Minor improvements/suggestions #61

Closed Egezenn closed 2 weeks ago

Egezenn commented 2 weeks ago

Hello, I'd like to say that I love the plugin! It replaced the workspaces for me (it's tiresome compared to this plugin because you've to name the workspace, save the workspace, load the workspace, use a modal popup to manage all this.. yada yada yada i hate modals). Here are my honest thoughts about some things that I think would benefit us all:

after before
.clickable-icon.action-button.action-eye>svg {
    color: #000;
    background-color: #F00;
    border-radius: 8px;
  }

.clickable-icon.action-button.action-eye-off>svg {
    color: #000;
    background-color: #0F0;
    border-radius: 8px;
  }
oxdc commented 2 weeks ago

Hi! Thank you for your suggestions! I'll convert all the feature requests to discussions and close this issue. We may discuss the details there. It would be more easy to keep track with GitHub's discussion feature.