+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
diff --git a/plugins/authenticator/README.md b/plugins/authenticator/README.md
index 6d0e4a24..43f3ee38 100644
--- a/plugins/authenticator/README.md
+++ b/plugins/authenticator/README.md
@@ -1,4 +1,4 @@
-
+
Use hardware security-keys in your Tauri App.
@@ -103,6 +103,22 @@ if (counter && counter > 0) {
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/autostart/README.md b/plugins/autostart/README.md
index eaf79ec9..70b25925 100644
--- a/plugins/autostart/README.md
+++ b/plugins/autostart/README.md
@@ -1,4 +1,4 @@
-
+
Automatically launch your application at startup. Supports Windows, Mac (via AppleScript or Launch Agent), and Linux.
@@ -66,6 +66,22 @@ disable();
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/fs-extra/README.md b/plugins/fs-extra/README.md
index 52f65e13..1130ffc8 100644
--- a/plugins/fs-extra/README.md
+++ b/plugins/fs-extra/README.md
@@ -1,4 +1,4 @@
-
+
Additional file system methods not included in the core API.
@@ -60,6 +60,22 @@ await metadata("/path/to/file");
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/fs-watch/README.md b/plugins/fs-watch/README.md
index be752fb7..3f8fd173 100644
--- a/plugins/fs-watch/README.md
+++ b/plugins/fs-watch/README.md
@@ -1,4 +1,4 @@
-
+
Watch files and directories for changes using [notify](https://github.com/notify-rs/notify).
@@ -75,6 +75,22 @@ const stopRawWatcher = await watchImmediate(
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/localhost/README.md b/plugins/localhost/README.md
index 410f8deb..bab7450a 100644
--- a/plugins/localhost/README.md
+++ b/plugins/localhost/README.md
@@ -1,4 +1,4 @@
-
+
Expose your apps assets through a localhost server instead of the default custom protocol.
@@ -67,6 +67,22 @@ fn main() {
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/log/README.md b/plugins/log/README.md
index f50a7eec..2d2e8534 100644
--- a/plugins/log/README.md
+++ b/plugins/log/README.md
@@ -1,4 +1,4 @@
-
+
Configurable logging for your Tauri app.
@@ -83,6 +83,22 @@ Now, you can use the macros provided by the log crate to log messages from your
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/persisted-scope/README.md b/plugins/persisted-scope/README.md
index 4c38450a..2e7fc136 100644
--- a/plugins/persisted-scope/README.md
+++ b/plugins/persisted-scope/README.md
@@ -1,4 +1,4 @@
-
+
Save filesystem and asset scopes and restore them when the app is reopened.
@@ -42,6 +42,22 @@ Afterwards the plugin will automatically save and restore filesystem and asset s
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/positioner/README.md b/plugins/positioner/README.md
index 924598e5..cf447e20 100644
--- a/plugins/positioner/README.md
+++ b/plugins/positioner/README.md
@@ -1,4 +1,4 @@
-
+
Position your windows at well-known locations.
@@ -87,6 +87,22 @@ let _ = win.move_window(Position::TopRight);
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2021 - Jonas Kruckenberg. 2021 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/single-instance/README.md b/plugins/single-instance/README.md
index 7b265c59..0bfdd479 100644
--- a/plugins/single-instance/README.md
+++ b/plugins/single-instance/README.md
@@ -1,4 +1,4 @@
-
+
Ensure a single instance of your tauri app is running.
@@ -52,6 +52,22 @@ fn main() {
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/sql/README.md b/plugins/sql/README.md
index 5addb7eb..da1e2e8e 100644
--- a/plugins/sql/README.md
+++ b/plugins/sql/README.md
@@ -1,4 +1,4 @@
-
+
Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx). It supports the `sqlite`, `mysql` and `postgres` drivers, enabled by a Cargo feature.
@@ -100,6 +100,22 @@ const result = await db.execute(
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/stronghold/README.md b/plugins/stronghold/README.md
index 1a1724d8..20bca5e0 100644
--- a/plugins/stronghold/README.md
+++ b/plugins/stronghold/README.md
@@ -1,4 +1,4 @@
-
+
Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger/stronghold.rs) encrypted database and secure runtime.
@@ -64,6 +64,22 @@ import { Stronghold, Location } from "tauri-plugin-stronghold-api";
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/upload/README.md b/plugins/upload/README.md
index 6bba0e94..94445267 100644
--- a/plugins/upload/README.md
+++ b/plugins/upload/README.md
@@ -1,4 +1,4 @@
-
+
Upload files from disk to a remote server over HTTP.
Download files from a remote HTTP server to disk.
@@ -77,6 +77,22 @@ download(
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/window-state/README.md b/plugins/window-state/README.md
index c0c49de6..d24364a7 100644
--- a/plugins/window-state/README.md
+++ b/plugins/window-state/README.md
@@ -1,4 +1,4 @@
-
+
Save window positions and sizes and restore them when the app is reopened.
@@ -88,6 +88,22 @@ restoreStateCurrent(StateFlags.ALL);
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/shared/template/README.md b/shared/template/README.md
index 56a9c27d..4765690f 100644
--- a/shared/template/README.md
+++ b/shared/template/README.md
@@ -1,4 +1,4 @@
-
+
@@ -60,6 +60,22 @@ Afterwards all the plugin's APIs are available through the JavaScript guest bind
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.