docsify icon indicating copy to clipboard operation
docsify copied to clipboard

🃏 A magical documentation site generator.

Results 291 docsify issues
Sort by recently updated
recently updated
newest added

We have some baggage, - support for CommonJS build from ES Modules, and code that is CommonJS - old code to support ancient browsers like IE 11, which is _dead_...

## Summary I removed the try-catch from build/emoji.js because it prevented the output from being helpful when there was an error, and made the script exit with zero instead of...

## Feature request #### Problem or desire The hamburger menu is positioned at the bottom of the page in mobile view: ![44474F6F-69CA-4912-BE71-3BDFEE8EE256](https://github.com/open-sauced/intro/assets/106407013/7718508f-c994-4a57-9b77-fe9de6715578) #### Steps to reproduce 1. Visit https://intro.opensauced.pizza/ on...

enhancement
PR Welcome
feature request

## Summary Currently, using relative links to non-markdown files are broken and give a 404. This PR addresses this and should fix cases such as described in https://github.com/docsifyjs/docsify/issues/1929 and others....

## Bug Report As far as I know, there are no same issues on here, no same questions on StackOverflow. Sorry if already exist same one. #### Steps to reproduce...

needs investigation

## Feature request An option to put the sidebar on the right instead of the left #### What problem does this feature solve? Sometimes people want it on the other...

enhancement
pr welcome
good first Issue
ready to implement
semver-minor

## Feature request #### Problem or desire The size of the 'x' button near the search should have to be a little larger to be more consistent with the UI...

## Bug Report #### Steps to reproduce ``` D:\src\docsifyjs+docsify> node build/emoji.js Build emoji - Fetching emoji data from https://api.github.com/emojis - Retrieved 1877 emoji entries - Error: Cannot read properties of...

## Feature request Use localForage instead of localStorage. #### Problem or desire Solve the problem that too many search indexes cannot be stored in localStorage. #### Proposal https://github.com/localForage/localForage #### Implementation...

feature request