Skip to content

docs: remove Code Fund plugin. #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 2 additions & 17 deletions plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,13 @@ docsify的分页导航插件,由[@imyelo](https://github.com/imyelo)提供。
它提供了统计中文汉字和英文单词的功能,并且排除了一些markdown语法的特殊字符例如*、-等

**Add JS**

```html
<script src="//unpkg.com/docsify-count/dist/countable.js"></script>
```

**Add settings**

```js
window.$docsify = {
count:{
Expand All @@ -212,23 +214,6 @@ window.$docsify = {

check [document](https://github.com/827652549/docsify-count)


## Code Fund

帮你快速接入[Code Fund](https://codesponsor.io/)的[插件](https://github.com/njleonzhang/docsify-plugin-codefund), 由[@njleonzhang](https://github.com/njleonzhang)提供。

> Code Fund 以前叫 codesponsor

```
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>

window.$docsify = {
plugins: [
DocsifyCodefund.create('51d43327-eea3-4e27-bd44-e075e67a84fb') // 把这个id改成你的codefund id
]
}
```

## Tabs

这个插件用来在 Markdown 中显示选项卡。
Expand Down