github-wiki-sidebar icon indicating copy to clipboard operation
github-wiki-sidebar copied to clipboard

Github Wiki sidebar menu builder with multi-level, ordering and exclusion list support

Results 14 github-wiki-sidebar issues
Sort by recently updated
recently updated
newest added

Command fails. No debug output. options file: ``` { "menu": { "item": "{{#levelRepeat}} {{/levelRepeat}}* [{{{title}}}]({{{link}}})\n", "category": "{{#levelRepeat}} {{/levelRepeat}}* {{#link}}[{{{title}}}]({{{link}}}){{/link}}{{^link}}{{{title}}}{{/link}}\n{{{subitems}}}", "category-1": "{{{subitems}}}\n" }, "rules": { "exclude": [], "order": [ "Home.md" ]...

``` Home.md FAQ/QA1.md FAQ/QA2.md About.md ``` running `npx github-wiki-sidebar --silent` will see only following: ``` Home About ```

ive npm installed `github-wiki-sidebar`, ran it, and i see the _Sidebar.md that was generated and pushed to my repo. (https://github.com/1ak31sha/dotfiles/blob/master/_Sidebar.md) but on wiki page, no custom sidebar shows up https://github.com/1ak31sha/dotfiles/wiki...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=inquirer&from_version=6.5.2&to_version=7.0.5&pr_id=70b089ee-23e8-43be-ba0a-53a0463e4017&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

It would be nice (in particular for wikis with a lot of content) to make subsections collapsible using javascript.

I cloned wiki project on a Windows machine and something strange happened: ![image](https://user-images.githubusercontent.com/9537294/90324760-21268280-df49-11ea-9d21-70e6b75360e3.png) After a little bit of research I found out some kind of solution for the problem... ![image](https://user-images.githubusercontent.com/9537294/90324842-318b2d00-df4a-11ea-87aa-75742a356020.png)...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Just tried out github-wiki-sidebar in enquire-mode and am unable to specify a category separator. I am always being prompted that "The following characters are allowed a-z#~ @_!" rregardless if I...