diff --git a/plugins/app/README.md b/plugins/app/README.md index 96625b18c..34d44e56f 100644 --- a/plugins/app/README.md +++ b/plugins/app/README.md @@ -1,4 +1,4 @@ -# App +![plugin-app](banner.png) This plugin provides APIs to read application metadata and macOS app visibility functions. diff --git a/plugins/app/banner.png b/plugins/app/banner.png new file mode 100644 index 000000000..752d36da9 Binary files /dev/null and b/plugins/app/banner.png differ diff --git a/plugins/cli/README.md b/plugins/cli/README.md index 5de6c9e83..c0bd1ae41 100644 --- a/plugins/cli/README.md +++ b/plugins/cli/README.md @@ -1,4 +1,4 @@ -# CLI +![plugin-cli](banner.png) Parse arguments from your Command Line Interface. diff --git a/plugins/cli/banner.png b/plugins/cli/banner.png new file mode 100644 index 000000000..2d1f2cd92 Binary files /dev/null and b/plugins/cli/banner.png differ diff --git a/plugins/clipboard-manager/README.md b/plugins/clipboard-manager/README.md index 9767c310a..3bdc6f734 100644 --- a/plugins/clipboard-manager/README.md +++ b/plugins/clipboard-manager/README.md @@ -1,4 +1,4 @@ -# Clipboard Manager +![plugin-clipboard-manager](banner.png) Read and write to the system clipboard. diff --git a/plugins/clipboard-manager/banner.png b/plugins/clipboard-manager/banner.png new file mode 100644 index 000000000..5d3047085 Binary files /dev/null and b/plugins/clipboard-manager/banner.png differ diff --git a/plugins/dialog/README.md b/plugins/dialog/README.md index 8e06ed2b5..2c5638fc4 100644 --- a/plugins/dialog/README.md +++ b/plugins/dialog/README.md @@ -1,4 +1,4 @@ -# Dialog +![plugin-dialog](banner.png) Native system dialogs for opening and saving files along with message dialogs. diff --git a/plugins/dialog/banner.png b/plugins/dialog/banner.png new file mode 100644 index 000000000..88be34e45 Binary files /dev/null and b/plugins/dialog/banner.png differ diff --git a/plugins/fs/README.md b/plugins/fs/README.md index badc305dd..24501a34d 100644 --- a/plugins/fs/README.md +++ b/plugins/fs/README.md @@ -1,4 +1,4 @@ -# File System +![plugin-fs](banner.png) Access the file system. diff --git a/plugins/fs/banner.png b/plugins/fs/banner.png new file mode 100644 index 000000000..767a1fe20 Binary files /dev/null and b/plugins/fs/banner.png differ diff --git a/plugins/global-shortcut/README.md b/plugins/global-shortcut/README.md index 7c1517309..7c5097ce6 100644 --- a/plugins/global-shortcut/README.md +++ b/plugins/global-shortcut/README.md @@ -1,4 +1,4 @@ -# Global Shortcut +![plugin-global-shortcut](banner.png) Register global shortcuts. diff --git a/plugins/global-shortcut/banner.png b/plugins/global-shortcut/banner.png new file mode 100644 index 000000000..d74203a56 Binary files /dev/null and b/plugins/global-shortcut/banner.png differ diff --git a/plugins/http/README.md b/plugins/http/README.md index 440e5a18f..54532243f 100644 --- a/plugins/http/README.md +++ b/plugins/http/README.md @@ -1,4 +1,4 @@ -# HTTP +![plugin-http](banner.png) Access the HTTP client written in Rust. diff --git a/plugins/http/banner.png b/plugins/http/banner.png new file mode 100644 index 000000000..121741e51 Binary files /dev/null and b/plugins/http/banner.png differ diff --git a/plugins/notification/README.md b/plugins/notification/README.md index 08f9dfd33..95ca72b36 100644 --- a/plugins/notification/README.md +++ b/plugins/notification/README.md @@ -1,4 +1,4 @@ -# Notification +![plugin-notification](banner.png) 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/notification/banner.png b/plugins/notification/banner.png new file mode 100644 index 000000000..f6460f3d0 Binary files /dev/null and b/plugins/notification/banner.png differ diff --git a/plugins/os/README.md b/plugins/os/README.md index 27ed03ad2..f7ce79549 100644 --- a/plugins/os/README.md +++ b/plugins/os/README.md @@ -1,4 +1,4 @@ -# Operating System +![plugin-os](banner.png) Read information about the operating system. diff --git a/plugins/os/banner.png b/plugins/os/banner.png new file mode 100644 index 000000000..08b4fd8c1 Binary files /dev/null and b/plugins/os/banner.png differ diff --git a/plugins/process/README.md b/plugins/process/README.md index fad3e821f..10b0a1116 100644 --- a/plugins/process/README.md +++ b/plugins/process/README.md @@ -1,4 +1,4 @@ -# Process +![plugin-process](banner.png) 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/process/banner.png b/plugins/process/banner.png new file mode 100644 index 000000000..7634d6e4b Binary files /dev/null and b/plugins/process/banner.png differ diff --git a/plugins/shell/README.md b/plugins/shell/README.md index 4d06a1e90..8389a687e 100644 --- a/plugins/shell/README.md +++ b/plugins/shell/README.md @@ -1,4 +1,4 @@ -# Shell +![plugin-shell](banner.png) Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application. diff --git a/plugins/shell/banner.png b/plugins/shell/banner.png new file mode 100644 index 000000000..cbf748182 Binary files /dev/null and b/plugins/shell/banner.png differ diff --git a/plugins/updater/README.md b/plugins/updater/README.md index eb6f36429..0e47281f8 100644 --- a/plugins/updater/README.md +++ b/plugins/updater/README.md @@ -1,4 +1,4 @@ -# Updater +![plugin-updater](banner.png) In-app updates for Tauri applications. diff --git a/plugins/updater/banner.png b/plugins/updater/banner.png new file mode 100644 index 000000000..439110d84 Binary files /dev/null and b/plugins/updater/banner.png differ diff --git a/plugins/window/README.md b/plugins/window/README.md index 14e7c8a8a..03dcc5096 100644 --- a/plugins/window/README.md +++ b/plugins/window/README.md @@ -1,4 +1,4 @@ -# Window +![plugin-window](banner.png) Interact with the Tauri window. diff --git a/plugins/window/banner.png b/plugins/window/banner.png new file mode 100644 index 000000000..ea52673ad Binary files /dev/null and b/plugins/window/banner.png differ