The Wayback Machine - https://web.archive.org/web/20220623220142/https://github.com/topics/vuepress-plugin
Skip to content
#

vuepress-plugin

Here are 109 public repositories matching this topic...

GijsGoudzwaard
GijsGoudzwaard commented Sep 3, 2019

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?

enhancement good first issue

Improve this page

Add a description, image, and links to the vuepress-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vuepress-plugin topic, visit your repo's landing page and select "manage topics."

Learn more