gitobsidiantutorial

Results 6 comments of gitobsidiantutorial

Unfortunately, this is a consequence of how the appearance of tabs is created. => the 'active tab' is removed from the 'tab header' as it must display its contents, this...

Do mean things like [Visual Studio grid tabs](https://code.visualstudio.com/assets/updates/1_25/grid-layout.gif)? and splitting a tab horizontally? That isn't supported as of now, although it is possible to have multiple tabs. This is limited...

Unfortunately, as the tabbed interface was written wholly in CSS, this is not possible.

If I recall correctly, cmd+shift+click or cmd+opt+click should open a link in the editor view in a new tab!

https://github.com/gitobsidiantutorial/obsidian-tabs#using-split-view Split view has a set order of operations: it's a **horizontal** split you first need to create, in a workspace with only one pane open. Then you vertically split...

Yes, this is intentional behaviour. I haven't managed to introduce a new type of split. Instead, the existing split types are targeted with CSS. You can also toggle the plugin...