You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[MkDocs Quickstart](https://michaelcurrin.github.io/mkdocs-quickstart/) project - as an alternative to Docsify, try this demo / tutorial / template around MkDocs.
Note that this does _not_ support embedding gists, even if use `executeScript`. There is a JS error on running `document.write` on an asynchronously loaded script.
504
+
472
505
#### Add plugins
473
506
474
507
Optionally add plugins to extend your site. This is typically done by adding a JS link at the bottom of your `index.html` page.
475
508
476
-
Here is a narrowed down list of plugins I use or plan to use:
509
+
Here is a narrowed down list of plugins of interest:
477
510
478
-
-[External script](https://docsify.js.org/#/plugins?id=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.
479
-
-[Google Analytics](https://docsify.js.org/#/plugins?id=google-analytics) - Configure the app with your GA ID to add tracking.
480
-
-[Tabs](https://docsify.js.org/#/plugins?id=tabs) - A docsify.js plugin for displaying tabbed content from markdown.
511
+
Plugin| Description
512
+
---|---
513
+
[External script](https://docsify.js.org/#/plugins?id=external-script) | You need thus plugin if you want to place a `script` tag on the page that loads a `.js` script.
514
+
[Google Analytics](https://docsify.js.org/#/plugins?id=google-analytics) | Configure the app with your GA ID to add tracking.
515
+
[Tabs](https://docsify.js.org/#/plugins?id=tabs) | A Docsify.js plugin for displaying tabbed content from markdown.
481
516
482
517
Also of interest:
483
518
- For pulling inJSON data and not just markdown files:
0 commit comments