Detalhes do pacote

docsify-select

jthegedus47MIT1.1.1

A docsify.js plugin for variably rendering content with html select menus from markdown

docsify, docsify.js, docsify-plugin, docsify-select

readme (leia-me)

# docsify-select GitHub Release NPM Release Lint and Unit Tests CodeQL A docsify.js 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

Documentation & Demos

docsify select demo

Credit

Adapted from jhildenbiddle's docsify-tabs plugin, so many thanks to them.

Contributing

Contributions of any kind welcome, just follow the guidelines!

Contributors

Thanks goes to these contributors!

License

MIT License

changelog (log de mudanças)

1.1.1 (2022-06-20)

Bug Fixes

  • asdf install in ci (8eefb9e)
  • asdf install in ci for tests workflow (3d3ccf2)
  • bump nodejs for semantic-pr to work (a4bc4be)

1.1.0 (2021-03-02)

Features

1.0.0 (2021-03-02)

Bug Fixes

BREAKING CHANGES

  • bump version #

0.3.1 (2021-03-02)

Bug Fixes

0.3.0 (2021-02-09)

Bug Fixes

Features

  • HTML comment syntax option for select options (#16) (d28692c)
  • selected setting to set default selection (#15) (ac7a6a8)

Change Log

1.0.0 (2020-04-15)

  • docs: demo gif in readme
  • docs: bump all example code to refer to v1
  • docs: update roadmap

0.2.2 (2020-04-15)

  • docs: fix docsify-select install version in instructions
  • docs: add changelog
  • chore: update package.json keywords

0.2.1 (2020-04-15)

  • fix: correct package.json main and unpkg references

0.2.0 (2020-04-15)

:tada: Initial Release

  • feat: single select menus
  • feat: multi select menus
  • feat: complex multi-select menus with partial selections
  • feat: automatic operating system detection and selection of options for menus with specific labels/ids
  • feat: themes:
    • none
    • classic