jthegedus / jthegedus/docsify-select
Improved partial content selection
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
https://asdf-vm.com has the same instructions for ZSH and FISH with Git, regardless of OS. Since there are issues embedding multiple files (or the same file multiple times), we cannot use Docsify embeds to solve this problem by composing embedded sections. The -- Docsify Select Default -- doesn't suffice as we only want to render the values for some selections and have the default for others.
Describe the solution you'd like
Interpret * in the menu options as any, ignoring the option from that select when computing which value to render.
## --*,something,else
Issues:
- how do we alert people to multiple sections conflicting? Should we just render both?
Describe alternatives you've considered
Additional context
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the plugin's existing select-menu parsing and content-rendering behavior with the issue's ## --*,something,else example. The change is done when * excludes that selection while matching the other values, and the behavior for conflicting sections is explicitly defined and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100