Skip to content

Commit 3c57aa4

Browse files
Add external plugin links (#1692)
* chore: Add links to external, official plugins * removing redundant 'source' column * Final form!
1 parent 922d55d commit 3c57aa4

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,22 @@ This repository contains the official Capacitor plugins maintained by the Capaci
3838
| [`@capacitor/text-zoom`](https://capacitorjs.com/docs/apis/text-zoom) | [`./text-zoom`](./text-zoom) | [![npm badge](https://img.shields.io/npm/v/@capacitor/text-zoom?style=flat-square)](https://www.npmjs.com/package/@capacitor/text-zoom)
3939
| [`@capacitor/toast`](https://capacitorjs.com/docs/apis/toast) | [`./toast`](./toast) | [![npm badge](https://img.shields.io/npm/v/@capacitor/toast?style=flat-square)](https://www.npmjs.com/package/@capacitor/toast)
4040

41+
## Independent Plugins
42+
43+
These are official Capacitor plugins that are not contained in this repository.
44+
45+
| GitHub | Package | Version |
46+
| --- | --- | --- |
47+
| [Background Runner](https://github.com/ionic-team/capacitor-background-runner) | [`@capacitor/background-runner`](https://capacitorjs.com/docs/apis/background-runner) | [![npm badge](https://img.shields.io/npm/v/@capacitor/background-runner?style=flat-square)](https://www.npmjs.com/package/@capacitor/background-runner) |
48+
49+
## Capacitor Labs
50+
51+
These are experimental plugins. Use at your own risk.
52+
53+
| GitHub | Package | Version |
54+
| --- | --- | --- |
55+
| [Watch](https://github.com/ionic-team/CapacitorWatch) | [`@capacitor/watch`](https://capacitorjs.com/docs/apis/watch) | [![npm badge](https://img.shields.io/npm/v/@capacitor/watch?style=flat-square)](https://www.npmjs.com/package/@capacitor/watch) |
56+
4157
## Contributing
4258

4359
See [`CONTRIBUTING.md`](./CONTRIBUTING.md).

0 commit comments

Comments
 (0)