# List of Plugins ## Full text search By default, the hyperlink on the current page is recognized and the content is saved in `localStorage`. You can also specify the path to the files. ```html ``` This plugin ignores diacritical marks when performing a full text search (e.g., "cafe" will also match "café"). Legacy browsers like IE11 require the following [String.normalize()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize) polyfill to ignore diacritical marks: ```html ``` ## Google Analytics Install the plugin and configure the track id. ```html ``` Configure by `data-ga`. ```html ``` ## Emoji Renders a larger collection of emoji shorthand codes. Without this plugin, Docsify is able to render only a limited number of emoji shorthand codes. !> Deprecated as of v4.13. Docsify no longer requires this plugin for full emoji support. ```html ``` ## External Script If the script on the page is an external one (imports a js file via `src` attribute), you'll need this plugin to make it work. ```html ``` ## Zoom image Medium's image zoom. Based on [medium-zoom](https://github.com/francoischalifour/medium-zoom). ```html ``` Exclude the special image ```markdown ![](image.png ':no-zoom') ``` ## Edit on github Add `Edit on github` button on every pages. Provided by [@njleonzhang](https://github.com/njleonzhang), see this [document](https://github.com/njleonzhang/docsify-edit-on-github) ## Demo code with instant preview and jsfiddle integration With this plugin, sample code can be rendered on the page instantly, so that the readers can see the preview immediately. When readers expand the demo box, the source code and description are shown there. if they click the button `Try in Jsfiddle`, `jsfiddle.net` will be open with the code of this sample, which allow readers to revise the code and try on their own. [Vue](https://njleonzhang.github.io/docsify-demo-box-vue/) and [React](https://njleonzhang.github.io/docsify-demo-box-react/) are both supported. ## Copy to Clipboard Add a simple `Click to copy` button to all preformatted code blocks to effortlessly allow users to copy example code from your docs. Provided by [@jperasmus](https://github.com/jperasmus) ```html ``` See [here](https://github.com/jperasmus/docsify-copy-code/blob/master/README.md) for more details. ## Disqus Disqus comments. https://disqus.com/ ```html ``` ## Gitalk [Gitalk](https://github.com/gitalk/gitalk) is a modern comment component based on Github Issue and Preact. ```html ``` ## Pagination Pagination for docsify. By [@imyelo](https://github.com/imyelo) ```html ``` Click [here](https://github.com/imyelo/docsify-pagination#readme) to get more information. ## Tabs A docsify.js plugin for displaying tabbed content from markdown. - [Documentation & Demos](https://jhildenbiddle.github.io/docsify-tabs) Provided by [@jhildenbiddle](https://github.com/jhildenbiddle/docsify-tabs). ## More plugins See [awesome-docsify](awesome?id=plugins)