diff --git a/plugins/authenticator/Cargo.toml b/plugins/authenticator/Cargo.toml index af3d0851f..145b51404 100644 --- a/plugins/authenticator/Cargo.toml +++ b/plugins/authenticator/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-authenticator" version = "0.1.0" +description = "Use hardware security-keys in your Tauri App." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/authenticator/README.md b/plugins/authenticator/README.md index a868a3f87..542195ae5 100644 --- a/plugins/authenticator/README.md +++ b/plugins/authenticator/README.md @@ -1,6 +1,6 @@ ![plugin-authenticator](banner.png) -Use Hardware Security-keys in your Tauri App. +Use hardware security-keys in your Tauri App. ## Install diff --git a/plugins/authenticator/package.json b/plugins/authenticator/package.json index 6cf8288e3..e0c7725ea 100644 --- a/plugins/authenticator/package.json +++ b/plugins/authenticator/package.json @@ -1,6 +1,7 @@ { "name": "tauri-plugin-authenticator-api", "version": "0.0.0", + "description": "Use hardware security-keys in your Tauri App.", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/autostart/Cargo.toml b/plugins/autostart/Cargo.toml index b1a65e199..e129794e6 100644 --- a/plugins/autostart/Cargo.toml +++ b/plugins/autostart/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-autostart" version = "0.1.0" +description = "Automatically launch your application at startup." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/fs-extra/Cargo.toml b/plugins/fs-extra/Cargo.toml index ae1c513cc..79b0e7ce0 100644 --- a/plugins/fs-extra/Cargo.toml +++ b/plugins/fs-extra/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-fs-extra" version = "0.1.0" +description = "Additional file system methods not included in the core API." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/fs-extra/README.md b/plugins/fs-extra/README.md index f2b74924e..27b2756e7 100644 --- a/plugins/fs-extra/README.md +++ b/plugins/fs-extra/README.md @@ -1,4 +1,6 @@ - +![tauri-plugin-fs-extra](banner.png) + +Additional file system methods not included in the core API. ## Install diff --git a/plugins/fs-extra/package.json b/plugins/fs-extra/package.json index 8929b9962..52eb1eef1 100644 --- a/plugins/fs-extra/package.json +++ b/plugins/fs-extra/package.json @@ -1,6 +1,7 @@ { "name": "tauri-plugin-fs-extra-api", "version": "0.0.0", + "description": "Additional file system methods not included in the core API.", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/fs-watch/Cargo.toml b/plugins/fs-watch/Cargo.toml index 4c943208b..89501ac87 100644 --- a/plugins/fs-watch/Cargo.toml +++ b/plugins/fs-watch/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-fs-watch" version = "0.1.0" +description = "Watch files and directories for changes." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/fs-watch/README.md b/plugins/fs-watch/README.md index 4a0d65c07..9ce827392 100644 --- a/plugins/fs-watch/README.md +++ b/plugins/fs-watch/README.md @@ -1,6 +1,6 @@ ![plugin-fs-watch](banner.png) -Watch changes on files and directories through [notify](https://github.com/notify-rs/notify). +Watch files and directories for changes using [notify](https://github.com/notify-rs/notify). ## Install diff --git a/plugins/fs-watch/package.json b/plugins/fs-watch/package.json index c903f9420..adf44a2c4 100644 --- a/plugins/fs-watch/package.json +++ b/plugins/fs-watch/package.json @@ -1,6 +1,7 @@ { "name": "tauri-plugin-fs-watch-api", "version": "0.0.0", + "description": "Watch files and directories for changes.", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/localhost/Cargo.toml b/plugins/localhost/Cargo.toml index 416483b86..b7ccae7c3 100644 --- a/plugins/localhost/Cargo.toml +++ b/plugins/localhost/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-localhost" version = "0.1.0" +description = "Expose your apps assets through a localhost server instead of the default custom protocol." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 40784b222..e590222be 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-log" version = "0.1.0" +description = "Configurable logging for your Tauri app." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/log/package.json b/plugins/log/package.json index 9574a8fca..ff13c42d8 100644 --- a/plugins/log/package.json +++ b/plugins/log/package.json @@ -1,6 +1,7 @@ { "name": "tauri-plugin-log-api", "version": "0.0.0", + "description": "Configurable logging for your Tauri app.", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/persisted-scope/Cargo.toml b/plugins/persisted-scope/Cargo.toml index de3c92096..7bc30228d 100644 --- a/plugins/persisted-scope/Cargo.toml +++ b/plugins/persisted-scope/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-persisted-scope" version = "0.1.0" +description = "Save filesystem and asset scopes and restore them when the app is reopened." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/positioner/Cargo.toml b/plugins/positioner/Cargo.toml index 97f9e5bd0..08155a5d8 100644 --- a/plugins/positioner/Cargo.toml +++ b/plugins/positioner/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-positioner" version = "0.2.7" +description = "Position your windows at well-known locations." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/positioner/package.json b/plugins/positioner/package.json index 5ee700392..8f20982c1 100644 --- a/plugins/positioner/package.json +++ b/plugins/positioner/package.json @@ -1,6 +1,7 @@ { "name": "tauri-plugin-positioner-api", "version": "0.0.0", + "description": "Position your windows at well-known locations.", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/sql/Cargo.toml b/plugins/sql/Cargo.toml index b86a945bc..c72e237c0 100644 --- a/plugins/sql/Cargo.toml +++ b/plugins/sql/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-sql" version = "0.1.0" +description = "Interface with SQL databases." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/sql/package.json b/plugins/sql/package.json index 35b279eda..9ad3d1fe7 100644 --- a/plugins/sql/package.json +++ b/plugins/sql/package.json @@ -1,6 +1,7 @@ { "name": "tauri-plugin-sql-api", "version": "0.0.0", + "description": "Interface with SQL databases", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/store/Cargo.toml b/plugins/store/Cargo.toml index 6ef15298d..9fd091fcf 100644 --- a/plugins/store/Cargo.toml +++ b/plugins/store/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-store" version = "0.1.0" +description = "Simple, persistent key-value store." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/store/package.json b/plugins/store/package.json index cc55321fe..37f6c5320 100644 --- a/plugins/store/package.json +++ b/plugins/store/package.json @@ -1,6 +1,7 @@ { "name": "tauri-plugin-store-api", "version": "0.0.0", + "description": "Simple, persistent key-value store.", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/stronghold/Cargo.toml b/plugins/stronghold/Cargo.toml index 638350777..7abd5f074 100644 --- a/plugins/stronghold/Cargo.toml +++ b/plugins/stronghold/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-stronghold" version = "0.1.0" +description = "Store secrets and keys using the IOTA Stronghold encrypted database." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/stronghold/package.json b/plugins/stronghold/package.json index b929c2c2d..4892e730c 100644 --- a/plugins/stronghold/package.json +++ b/plugins/stronghold/package.json @@ -1,6 +1,7 @@ { "name": "tauri-plugin-stronghold-api", "version": "0.0.0", + "description": "Store secrets and keys using the IOTA Stronghold encrypted database.", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/upload/Cargo.toml b/plugins/upload/Cargo.toml index 2366e50fe..b06c1e329 100644 --- a/plugins/upload/Cargo.toml +++ b/plugins/upload/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-upload" version = "0.1.0" +description = "Upload files from disk to a remote server over HTTP." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/upload/README.md b/plugins/upload/README.md index 12bddc7c1..0ad80957b 100644 --- a/plugins/upload/README.md +++ b/plugins/upload/README.md @@ -1,6 +1,6 @@ ![plugin-upload](banner.png) -Upload files from disk to a remote server over http. +Upload files from disk to a remote server over HTTP. ## Install diff --git a/plugins/upload/package.json b/plugins/upload/package.json index 8ec9afaf1..711620b22 100644 --- a/plugins/upload/package.json +++ b/plugins/upload/package.json @@ -1,6 +1,7 @@ { "name": "tauri-plugin-upload-api", "version": "0.0.0", + "description": "Upload files from disk to a remote server over HTTP.", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/window-state/Cargo.toml b/plugins/window-state/Cargo.toml index 8593efccc..00d15f974 100644 --- a/plugins/window-state/Cargo.toml +++ b/plugins/window-state/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "tauri-plugin-window-state" version = "0.1.0" +description = "Save window positions and sizse and restore them when the app is reopened." authors.workspace = true license.workspace = true edition.workspace = true diff --git a/plugins/window-state/README.md b/plugins/window-state/README.md index 1ef7019d5..bc8094f3d 100644 --- a/plugins/window-state/README.md +++ b/plugins/window-state/README.md @@ -2,8 +2,6 @@ Save window positions and sizse and restore them when the app is reopened. - - ## Install There are three general methods of installation that we can recommend.