# 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 ``` ## Google Analytics Install the plugin and configure the track id. ```html ``` Configure by `data-ga`. ```html ``` ## front matter ```html ``` ## emoji The default is to support parsing emoji. For example `:100:` will be parsed to :100:. But it is not precise because there is no matching non-emoji string. If you need to correctly parse the emoji string, you need install this plugin. ```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 [zoom-image](https://github.com/egoist/zoom-image). ```html ``` ## Edit on github Add `Edit on github` button on every pages. provided by 3rd party, check [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. ## CodeSponsor See https://codesponsor.io ```html ```