Help me using both plugins "Tabs" and "Multi Columns"

Hello,
My Idea is:
When I open Tab 1: That tab includes 3 columns like the image, similar to tab2,3…

What I’m trying to do

When code alone each plugin show exactly things:

For tab-plugin:

the code:

````tabs

tab: Tab 1

tab: Tab 2

tab: Tab 3

````

The result:

For multi-columns-plugin:

the code:

--- start-multi-column: 
```column-settings  
number of columns: 3  
shadow: off
```

# Column 1

--- end-column ---

# Column 2

--- end-column ---

# Column 3

--- end-multi-column

the result:

Things I have tried

But when I put all together, it do not show what I want. How to fix it?
Thank you very much!

````tabs

tab: Tab 1
--- start-multi-column: 
```column-settings  
number of columns: 3  

shadow: off
```

# Column 1

--- end-column ---

# Column 2

--- end-column ---

# Column 3

--- end-multi-column
tab: Tab 2

tab: Tab 3

````

The result:

Ok I Fixed it.

Use this Plugin obsidian-columns by tnichols217 instead of multi-column-markdown

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.