https://github.com/jthegedus/docsify-select
A docsify.js plugin for variably rendering content with select menus in markdown
https://github.com/jthegedus/docsify-select
docs docsify docsify-plugin documentation select select-menu
Last synced: 5 months ago
JSON representation
A docsify.js plugin for variably rendering content with select menus in markdown
- Host: GitHub
- URL: https://github.com/jthegedus/docsify-select
- Owner: jthegedus
- License: mit
- Created: 2020-02-15T09:25:55.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T13:39:41.000Z (almost 3 years ago)
- Last Synced: 2025-06-02T17:44:41.682Z (6 months ago)
- Topics: docs, docsify, docsify-plugin, documentation, select, select-menu
- Language: JavaScript
- Homepage: https://jthegedus.github.io/docsify-select/
- Size: 2.56 MB
- Stars: 29
- Watchers: 2
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-docsify - docsify-select - Variably render content with select menus in markdown. (Plugins)
README
# docsify-select
[](https://github.com/jthegedus/docsify-select/releases) [](https://www.npmjs.com/package/docsify-select)  [](https://github.com/jthegedus/docsify-select/actions/workflows/codeql-analysis.yml)
A [docsify.js](https://docsify.js.org) plugin for variably rendering content with HTML select menus defined in markdown.
## Features
- Single select menus
- Multi select menus
- Complex multi-select menus with partial selections and default content
- Sync selection across menus with same id
- Automatically detect operating system and select options for menus with specific labels
- Compatible with [`docsify-tabs`](https://github.com/jhildenbiddle/docsify-tabs)
## [Documentation & Demos](https://jthegedus.github.io/docsify-select/)

## Credit
Adapted from [jhildenbiddle's](https://github.com/jhildenbiddle/) `docsify-tabs` plugin, so many thanks to them.
## Contributing
Contributions of any kind welcome, just [follow the guidelines](contributing.md)!
### Contributors
Thanks goes to [these contributors](https://github.com/jthegedus/docsify-select/graphs/contributors)!
## License
[MIT License](LICENSE)