docsify icon indicating copy to clipboard operation
docsify copied to clipboard

🃏 A magical documentation site generator.

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

## Bug Report Currently, [`executeScript: true`](https://github.com/MichaelCurrin/docsify-js-tutorial/blob/master/docs/README.md#add-scripts) does not run [ES Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) and throws an `Uncaught SyntaxError: Cannot use import statement outside a module`. #### Steps to reproduce `index.html`: ```html window.$docsify...

enhancement

## **Summary** The initial selector uses `element.nextSibling`, which may select an empty `#text` on Chromium-based browsers. Here is an instance: For a link in the sidebar, it usually seems like...

## Feature request Make search stop showing markdown and/or HTML syntax in search results #### What problem does this feature solve? Showing markdown and html syntax in search results is...

enhancement

Scripts in `.vscode/launch.json` don't work. They have not been kept up-to-date with package.json.

Hi. Is it possible to create a sitemap for the docsify site?

enhancement
PoC welcome
semver-minor
build

## Feature request Allow user to add `title mark` (the little content on the corner of title) to make it more flexible. - Support content - Support some active like...

pr welcome
needs discussion

Why can't my search jump? Is there an error in my configuration? ![image](https://user-images.githubusercontent.com/47738288/231038194-0d8aeb00-f21a-4b6f-9d53-00429a197698.png) ```html window.$docsify = { // 加载 _sidebar.md loadSidebar: true, subMaxLevel: 6, search: { // paths: ['/','/url1','/url2','/url2'], paths:...

wait feedback

## Bug Report #### Steps to reproduce ``` # More video ## video 1 ![video](video/1.mp4 ':include :type=video width=95% controls=controls ') ## video 2 ![video](video/2.mp4 ':include :type=video width=95% controls=controls ') ##...

semver-major

Is it possible to integrate to docsify PrismJS [line-highlight](https://prismjs.com/plugins/line-highlight/) and [line-numbers](https://prismjs.com/plugins/line-numbers/) plugins ? Thank's for this amazing project, great work !

enhancement

How to write an example of a bootstrap based js plug-in? When I introduce the cdn of bootstrap. css into the index. html page, it will cause style confusion