From f3fe139b82074dc47b55e678c266a56e1a55c987 Mon Sep 17 00:00:00 2001 From: "Maximilien Z." <46009279+maximilien0405@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:32:39 +0200 Subject: [PATCH 1/2] Update community.md Added Capgo in the list of community plugins organizations. They have up to 19 plugins that includes new plugins but also updated and maintained old capacitor plugins ! I'm currently using and testing a lot of their plugins, and i have very little issues with them. And if i have a question or a bug somewhere, i get a fast answer/solution from the support on their discord server (1000 members) :) --- docs/plugins/community.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plugins/community.md b/docs/plugins/community.md index 29f1576da..ce5734951 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -23,6 +23,11 @@ The [Capawesome](https://github.com/capawesome-team) GitHub org is another commu Among others, this includes [capacitor-firebase](https://github.com/capawesome-team/capacitor-firebase) and [capacitor-mlkit](https://github.com/capawesome-team/capacitor-mlkit). Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https://twitter.com/capawesomeio) to stay up to date. +## Capgo + +[Capgo](https://github.com/Cap-go) is a community project led by Martin Donadieu, an Ionic Developer Expert, offering a diverse set of Capacitor plugins. +These plugins enhance app functionality with features like [in-app purchases](https://github.com/Cap-go/native-purchases), [SQLite storage](https://github.com/Cap-go/capacitor-data-storage-sqlite), [native audio](https://github.com/Cap-go/native-audio), [geocoding](https://github.com/Cap-go/capacitor-nativegeocoder), [screen recording](https://github.com/Cap-go/capacitor-screen-recorder), and other device-specific capabilities. Capgo's plugins are designed to streamline development and improve app performance across various platforms. Check out the [Capgo website](https://capgo.app/) to explore the full range of plugins and stay updated on new releases. + ## Cordova Ecosystem Capacitor has support for most Cordova plugins, so developers can use the [hundreds of existing Cordova plugins](https://cordova.apache.org/plugins/) in their Capacitor apps. While certain Cordova plugins are [not compatible](/plugins/cordova.md#known-incompatible-plugins) with Capacitor, most are, so it's worth trying one if there's no existing Capacitor-specific plugin available. From 7eb57cc94acfcdcfbc5cee37f586a24764c15419 Mon Sep 17 00:00:00 2001 From: "Maximilien Z." <46009279+maximilien0405@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:33:24 +0100 Subject: [PATCH 2/2] Revise Capgo description and plugin features Updated Capgo section to reflect new plugin features and removed specific developer attribution. --- docs/plugins/community.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/community.md b/docs/plugins/community.md index ce5734951..76c1f653e 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -25,8 +25,8 @@ Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https: ## Capgo -[Capgo](https://github.com/Cap-go) is a community project led by Martin Donadieu, an Ionic Developer Expert, offering a diverse set of Capacitor plugins. -These plugins enhance app functionality with features like [in-app purchases](https://github.com/Cap-go/native-purchases), [SQLite storage](https://github.com/Cap-go/capacitor-data-storage-sqlite), [native audio](https://github.com/Cap-go/native-audio), [geocoding](https://github.com/Cap-go/capacitor-nativegeocoder), [screen recording](https://github.com/Cap-go/capacitor-screen-recorder), and other device-specific capabilities. Capgo's plugins are designed to streamline development and improve app performance across various platforms. Check out the [Capgo website](https://capgo.app/) to explore the full range of plugins and stay updated on new releases. +[Capgo](https://github.com/Cap-go) is a community project offering a diverse set of Capacitor plugins. +These plugins enhance app functionality with features like [over-the-air updates](https://github.com/Cap-go/capacitor-updater/), [in-app purchases](https://github.com/Cap-go/native-purchases), [Social Login](https://github.com/Cap-go/capacitor-social-login), [in-app browser](https://github.com/Cap-go/capacitor-inappbrowser), [camera preview](https://github.com/Cap-go/capacitor-camera-preview/), and other device-specific capabilities. Capgo's plugins are designed to streamline development and improve app performance across various platforms. Check out the [Capgo website](https://capgo.app/) to explore the full range of plugins and stay updated on new releases. ## Cordova Ecosystem