diff --git a/plugins/app/README.md b/plugins/app/README.md index 0eb3f159..96625b18 100644 --- a/plugins/app/README.md +++ b/plugins/app/README.md @@ -1,4 +1,4 @@ -# App plugin +# App This plugin provides APIs to read application metadata and macOS app visibility functions. diff --git a/plugins/cli/README.md b/plugins/cli/README.md index fea5ff7b..de13cfef 100644 --- a/plugins/cli/README.md +++ b/plugins/cli/README.md @@ -1,4 +1,4 @@ -![CLI](banner.jpg) +# CLI Parse arguments from your Command Line Interface. diff --git a/plugins/clipboard/README.md b/plugins/clipboard/README.md index a527484d..8ccb430b 100644 --- a/plugins/clipboard/README.md +++ b/plugins/clipboard/README.md @@ -1,4 +1,4 @@ -![plugin-clipboard](banner.jpg) +# Clipboard Read and write to the system clipboard. diff --git a/plugins/dialog/README.md b/plugins/dialog/README.md index 1b707296..8e06ed2b 100644 --- a/plugins/dialog/README.md +++ b/plugins/dialog/README.md @@ -1,4 +1,4 @@ -![Dialog](banner.jpg) +# Dialog Native system dialogs for opening and saving files along with message dialogs. diff --git a/plugins/fs/README.md b/plugins/fs/README.md index 64d557d1..badc305d 100644 --- a/plugins/fs/README.md +++ b/plugins/fs/README.md @@ -1,4 +1,4 @@ -![tauri-plugin-fs](banner.png) +# File System Access the file system. diff --git a/plugins/fs/banner.png b/plugins/fs/banner.png deleted file mode 100644 index b860c3c8..00000000 Binary files a/plugins/fs/banner.png and /dev/null differ diff --git a/plugins/global-shortcut/README.md b/plugins/global-shortcut/README.md index 4ebe5cc4..5d46b9b0 100644 --- a/plugins/global-shortcut/README.md +++ b/plugins/global-shortcut/README.md @@ -1,4 +1,4 @@ -![plugin-shortcut](banner.jpg) +# Global Shortcut Register global shortcuts. diff --git a/plugins/http/README.md b/plugins/http/README.md index e6e9cc1d..440e5a18 100644 --- a/plugins/http/README.md +++ b/plugins/http/README.md @@ -1,4 +1,4 @@ -![HTTP](banner.jpg) +# HTTP Access the HTTP client written in Rust. diff --git a/plugins/notification/README.md b/plugins/notification/README.md index f55bc18f..08f9dfd3 100644 --- a/plugins/notification/README.md +++ b/plugins/notification/README.md @@ -1,4 +1,4 @@ -![Notification](banner.jpg) +# Notification Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API. diff --git a/plugins/os/README.md b/plugins/os/README.md index b97aef02..27ed03ad 100644 --- a/plugins/os/README.md +++ b/plugins/os/README.md @@ -1,4 +1,4 @@ -# Operating system plugin +# Operating System Read information about the operating system. diff --git a/plugins/process/README.md b/plugins/process/README.md index 104df495..fad3e821 100644 --- a/plugins/process/README.md +++ b/plugins/process/README.md @@ -1,4 +1,4 @@ -# Process plugin +# Process This plugin provides APIs to access the current process. To spawn child processes, see the [`shell`](https://github.com/tauri-apps/tauri-plugin-shell) plugin. diff --git a/plugins/shell/README.md b/plugins/shell/README.md index 2e0c2b0e..4d06a1e9 100644 --- a/plugins/shell/README.md +++ b/plugins/shell/README.md @@ -1,4 +1,4 @@ -![Shell](banner.jpg) +# Shell Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application. diff --git a/plugins/updater/README.md b/plugins/updater/README.md index 9d5df52a..fc189be3 100644 --- a/plugins/updater/README.md +++ b/plugins/updater/README.md @@ -1,4 +1,4 @@ -# Updater plugin +# Updater In-app updates for Tauri applications. diff --git a/plugins/window/README.md b/plugins/window/README.md index 584952e4..14e7c8a8 100644 --- a/plugins/window/README.md +++ b/plugins/window/README.md @@ -1,4 +1,4 @@ -# Window plugin +# Window Interact with the Tauri window. diff --git a/shared/template/README.md b/shared/template/README.md index ee326dd2..1a839763 100644 --- a/shared/template/README.md +++ b/shared/template/README.md @@ -1,4 +1,4 @@ -![{{plugin-name}}](banner.jpg) +![{{plugin-name}}](banner.png)