vuepress-plugin-tabs
vuepress-plugin-tabs copied to clipboard
Possible to keep multiple tabs in sync?
So for my documentation site I have something like this:
:::: tabs
::: tab PHP
// Some code
:::
::: tab Javascript
// Some code
:::
::::
And then on another page I have the same setup. Is it possible that when I click on, for example, javascript that that decision would retain on each page? So that on each page the javascript tab is active?
@GijsGoudzwaard, Do you mean that if have the same setup in each page, tabs will be change on each page at same?
Yes
+1 I have exactly the same usecase.
It could be great for example to store in the local storage the latest selected tab. And use this value as default selected/selected tab