Skip to content

Commit

Permalink
AUTOMATED: fetch new vuepress themes and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 8, 2023
1 parent 592e2ca commit 662e720
Show file tree
Hide file tree
Showing 45 changed files with 93 additions and 137 deletions.
4 changes: 2 additions & 2 deletions content/plugins/@starzkg-vuepress-plugin-element-plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: starzkg
repository: https://github.com/vuepress/vuepress-next
score: 0.5956441230359775
stars: 1954
stars: 1955
unstable: true
version: 1.0.0-beta.11
watchers: 1954
watchers: 1955

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ publisher:
username: starzkg
repository: https://github.com/vuepress/vuepress-next
score: 0.6132218109218953
stars: 1954
stars: 1955
unstable: true
version: 1.0.0-beta.13
watchers: 1954
watchers: 1955

---

Expand Down
54 changes: 5 additions & 49 deletions content/plugins/@talltotal-vuepress-plugin-editor.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
author:
avatar: https://avatars.githubusercontent.com/u/17965996?v=4
avatar: null
email: null
name: talltotal
url: null
username: talltotal
username: null
bugs: https://github.com/talltotal/vuepress-plugin-editor/issues
category: plugins
date: '2021-06-02T03:17:21.550Z'
Expand All @@ -18,7 +18,7 @@ keywords:
- vue
- vuepress
- vuepress-plugin
license: false
license: null
maintainers: null
name: '@talltotal/vuepress-plugin-editor'
npm: https://www.npmjs.com/package/%40talltotal%2Fvuepress-plugin-editor
Expand All @@ -30,54 +30,10 @@ publisher:
username: talltotal
repository: https://github.com/talltotal/vuepress-plugin-editor
score: 0.48868444254450094
stars: 1
stars: 0
unstable: true
version: 0.0.4
watchers: 1
watchers: 0

---

# [@talltotal/vuepress-plugin-editor](https://talltotal.github.io/vuepress-plugin-editor/)

在VuePress文档中做一些简单的富文本操作。


## install
```bash
yarn add -D @talltotal/vuepress-plugin-editor
# OR npm install -D @talltotal/vuepress-plugin-editor
```

## Usage
### `config.js` 中引入
```js
module.exports = {
plugins: [
['@talltotal/vuepress-plugin-editor', { editableInProd: false }]
]
}
```

### 在 md 文档中使用
直接在文档中以组件元素的形式使用,接收两个参数:
- `name` 模块的名字,需全站唯一
- `type` ‘light’或‘dark’,主题色
- `hideControls` 隐藏操作区
- `minArea` 在组件内划分横向的区域数

```md
<editor name="file-name" />

<editor name="file-name1" type="dark" />
```


### 编辑区快捷键
- tab:4个空格
- command+-:字体缩小
- command++:字体放大
- command+s:保存提交
- command+b:加粗
- command+i:斜体

![demo](./test/20200724210531.jpg)
4 changes: 2 additions & 2 deletions content/plugins/@vssue-vuepress-plugin-vssue.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ publisher:
username: meteorlxy
repository: https://github.com/meteorlxy/vssue
score: 0.5641060198752776
stars: 748
stars: 749
unstable: false
version: 1.4.8
watchers: 748
watchers: 749

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-active-header-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: ulivz
repository: https://github.com/vuejs/vuepress
score: 0.6340910570497402
stars: 21990
stars: 21993
unstable: false
version: 1.9.7
watchers: 21990
watchers: 21993

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-back-to-top.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: ulivz
repository: https://github.com/vuejs/vuepress
score: 0.6309164209287328
stars: 21990
stars: 21993
unstable: false
version: 1.9.7
watchers: 21990
watchers: 21993

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.683497928167266
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-beta.8
watchers: 1954
watchers: 1955

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.6442435490320751
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-alpha.6
watchers: 1954
watchers: 1955

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-docsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.6445562772805036
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-alpha.1
watchers: 1954
watchers: 1955

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-external-link-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.6861555131381929
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-beta.29
watchers: 1954
watchers: 1955

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.6710477121660403
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-alpha.1
watchers: 1954
watchers: 1955

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-google-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: ulivz
repository: https://github.com/vuejs/vuepress
score: 0.6291556588638998
stars: 21990
stars: 21993
unstable: false
version: 1.9.7
watchers: 21990
watchers: 21993

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-last-updated.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: ulivz
repository: https://github.com/vuejs/vuepress
score: 0.6594111372154509
stars: 21990
stars: 21993
unstable: false
version: 1.9.7
watchers: 21990
watchers: 21993

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-medium-zoom.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: ulivz
repository: https://github.com/vuejs/vuepress
score: 0.6069840400397831
stars: 21990
stars: 21993
unstable: false
version: 1.9.7
watchers: 21990
watchers: 21993

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-nprogress.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: ulivz
repository: https://github.com/vuejs/vuepress
score: 0.6340781941195601
stars: 21990
stars: 21993
unstable: false
version: 1.9.7
watchers: 21990
watchers: 21993

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-palette-stylus.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.6461549533415785
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-alpha.1
watchers: 1954
watchers: 1955

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-palette.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.6730510853858724
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-alpha.26
watchers: 1954
watchers: 1955

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-prismjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.6731333588526256
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-beta.4
watchers: 1954
watchers: 1955

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-pwa-popup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.6583219453434059
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-alpha.8
watchers: 1954
watchers: 1955

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: ulivz
repository: https://github.com/vuejs/vuepress
score: 0.6264536381202416
stars: 21990
stars: 21993
unstable: false
version: 1.9.7
watchers: 21990
watchers: 21993

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-register-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: ulivz
repository: https://github.com/vuejs/vuepress
score: 0.6329768506283848
stars: 21990
stars: 21993
unstable: false
version: 1.9.7
watchers: 21990
watchers: 21993

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: ulivz
repository: https://github.com/vuejs/vuepress
score: 0.6330550087997608
stars: 21990
stars: 21993
unstable: false
version: 1.9.7
watchers: 21990
watchers: 21993

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-shiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.6574739183849426
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-beta.5
watchers: 1954
watchers: 1955

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-theme-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.6735687841296321
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-alpha.25
watchers: 1954
watchers: 1955

---

Expand Down
4 changes: 2 additions & 2 deletions content/plugins/@vuepress-plugin-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: meteorlxy
repository: https://github.com/vuepress/vuepress-next
score: 0.6550308247806043
stars: 1954
stars: 1955
unstable: false
version: 2.0.0-beta.7
watchers: 1954
watchers: 1955

---

Expand Down
Loading

0 comments on commit 662e720

Please sign in to comment.