Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nopdan/docsify-waline
A simple comment plugin for docsify.
https://github.com/nopdan/docsify-waline
docsify plugin valine waline
Last synced: about 1 month ago
JSON representation
A simple comment plugin for docsify.
- Host: GitHub
- URL: https://github.com/nopdan/docsify-waline
- Owner: nopdan
- License: gpl-3.0
- Created: 2021-07-29T16:54:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T08:11:50.000Z (over 1 year ago)
- Last Synced: 2023-12-19T18:54:37.076Z (12 months ago)
- Topics: docsify, plugin, valine, waline
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-waline - docsify-waline
README
# docsify-waline
![](https://img.shields.io/npm/dt/docsify-waline)
A Docsify comment plugin for docsify that supports pageview statistics.
Pageview statistics rely on [docsify-count](https://github.com/827652549/docsify-count).
English | [简体中文](./README.zh-CN.md)
## Begin
[Import Waline v2](https://waline.js.org/guide/client/import.html)
```html
```
Enter [waline official website](https://waline.js.org/en/guide/get-started.html)
Configure 'database' and 'server' according to the documentation## Usage
```html
window.$docsify = {
count: {
language: "", // default:english|chinese
},
waline: {
// Required example:https://your-domain.vercel.app
serverURL: "https://your-domain.vercel.app",
// enable pageview count
pageview: true,
// ...
// don't support custom `el` and `path`
},
};```