docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
## Summary Import the [markdown-to-txt](https://www.npmjs.com/package/markdown-to-txt) library directly. ### Before changes  ## Related issue, if any: ## What kind of change does this PR introduce? Bugfix ## For any code...
## Feature request #### Problem or desire I searching for the "Beginilah" result  When i click the result, it just go to the Heading...
The search plugin would benefit from two minor updates: 1. Swap the close button `` for one that is properly sized to avoid sizing via CSS `transform`. https://github.com/QingWei-Li/docsify/blob/6c7ebc989dd1572f744fbe5fc8f5af710b790cce/src/plugins/search/component.js#L56-L58 https://github.com/QingWei-Li/docsify/blob/6c7ebc989dd1572f744fbe5fc8f5af710b790cce/src/plugins/search/component.js#L99-L103 2....
## Feature request #### What problem does this feature solve? When in development, working on content at an anchor point in a long document, every change causes a refresh that...
## Feature request The markup in the sidebar has `ul`s, `li`s, `p`s, and `a`s, but without any semantic classes. I'd like to be able to more easily style the menu...
## Feature request Current menu has limitations. Sometimes (like for links) the menu items can open/close to show child items. Other times (as with non-links) there is no open/close function....
## Feature request Ability to disable the showing of the navigation bar on the cover #### What problem does this feature solve? This feature request makes it so users have...
## Bug Report No `docsify.esm.js` or `docsify.min.esm.js` is generated by the build script although they're mentioned at: https://github.com/docsifyjs/docsify/blob/da9af18c4e4aa8b2c42773a01104f5a7c0a628a4/src/core/global-api.js#L12 Modules have been supported by all browsers for 2 years. Please give...
## Feature request #### What problem does this feature solve? Sometimes I have long headings which can get cut off on my sidebar. A resizable sizebar would be handy to...
## Summary The search INDEX we store in `localStorage`, and it has the limitation about 5M. And we discussed about the `Indexed DB` and other solutions couple years ago. Today,...