# Liste der Erweiterungen ## Volltextsuche Als Standardeinstellung werden Hyperlinks auf der aktuellen Seite erkannt und der Inhalt in `localStorage` gespeichert. Du kannst den Pfad zu den Dateien auch anpassen: ```html ``` ## Google Analytics Installiere diese Erweiterung und passe die track id an: ```html ``` Konfiguration über `data-ga`: ```html ``` ## emoji Als Standardeinstellung werden emojis umgewandelt. Als Beispiel wird `:100:` umgewandelt in :100:. Aber das ist nicht genau, das es keine passende Nicht-emoji Zeichenfolge gibt. Solltest du emojis richtig umwandeln wollen, musst du diese Erweiterung verwenden. ```html ``` ## Externes Skript Wenn das Skript auf der Seite ein externes ist (eine Javascript Datei über das `src` Attribut importiert), brauchst du diese Erweiterung, damit das funktioniert. ```html ``` ## Bilder zoomen Medium's Bilderzoom. Basierend auf [medium-zoom](https://github.com/francoischalifour/medium-zoom). ```html ``` Exclude the special image ```markdown ![](image.png ':no-zoom') ``` ## 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. ## Edit on github Add `Edit on github` button on every pages. Provided by [@njleonzhang](https://github.com/njleonzhang), check [document](https://github.com/njleonzhang/docsify-edit-on-github) ## 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 ``` ```javascript window.$docsify = { plugins: [ window.DocsifyCopyCodePlugin.init() ] } ``` 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 ``` ## Navigation Pagination for docsify. By [@imyelo](https://github.com/imyelo) ```html ```