Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndom91/docsify-commento
🗯️ Commento plugin for docsify
https://github.com/ndom91/docsify-commento
Last synced: 19 days ago
JSON representation
🗯️ Commento plugin for docsify
- Host: GitHub
- URL: https://github.com/ndom91/docsify-commento
- Owner: ndom91
- License: mit
- Created: 2019-04-25T18:14:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T11:42:37.000Z (over 5 years ago)
- Last Synced: 2025-01-10T12:04:29.370Z (21 days ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ndom91/docsify-commento - 🗯️ Commento plugin for docsify (others)
README
# Docsify - Commento Plug-in
Plug-in to allow the use of [commento](https://commento.io) on your [docsify](https://docsify.js.org/#/) pages.
This will simply append the commento `div` to the end of each of your pages.
### 🚧 Install
1. Sign-up for the cloud hosted version of Commento / install the self-hosted version
2. Login to your commento instance and add the domain of your Docsify site
3. Copy the URL to your `commento.js` file from commento's **universal snippet**
4. Add it our `commento.js` file from this repo, on line `9` so thatThis:
> ```js
>e.src = "[COMMENTO JS URL]", a.appendTo(a.body, e);
> ```Turns into this:
> ```js
>e.src = "https://commento.mydomain.org/js/commento.js", a.appendTo(a.body, e);
> ```5. Include our `commento.js` in your Docsify `index.html` like all other plugins
```html```
---
📝 Licence: [`MIT`](https://opensource.org/licenses/MIT)