xhuajin / obsidian-tabs

MIT License
56 stars 2 forks source link

Tabs for other notes #18

Closed JamesDAdams closed 1 month ago

JamesDAdams commented 1 month ago

Hi,

That would be great to show an other note in tabs

Ex :

tab: Tab1
[file:nameOfNote]

tab: Tab2
[file:nameOfNote]
xhuajin commented 1 month ago

Hi, you can use link to display other note in tab

```tabs
tab: Tab1
![[File1]]

tab: Tab2
![[File2]]