Skip to content

Commit 0417b7a

Browse files
authored
chore: add missing banners (#442)
1 parent 1cb8311 commit 0417b7a

26 files changed

+13
-13
lines changed

plugins/app/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# App
1+
![plugin-app](banner.png)
22

33
This plugin provides APIs to read application metadata and macOS app visibility functions.
44

plugins/app/banner.png

58.8 KB
Loading

plugins/cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CLI
1+
![plugin-cli](banner.png)
22

33
Parse arguments from your Command Line Interface.
44

plugins/cli/banner.png

55.4 KB
Loading

plugins/clipboard-manager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clipboard Manager
1+
![plugin-clipboard-manager](banner.png)
22

33
Read and write to the system clipboard.
44

plugins/clipboard-manager/banner.png

67.7 KB
Loading

plugins/dialog/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Dialog
1+
![plugin-dialog](banner.png)
22

33
Native system dialogs for opening and saving files along with message dialogs.
44

plugins/dialog/banner.png

55.9 KB
Loading

plugins/fs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# File System
1+
![plugin-fs](banner.png)
22

33
Access the file system.
44

plugins/fs/banner.png

49.7 KB
Loading

plugins/global-shortcut/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Global Shortcut
1+
![plugin-global-shortcut](banner.png)
22

33
Register global shortcuts.
44

plugins/global-shortcut/banner.png

63.5 KB
Loading

plugins/http/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HTTP
1+
![plugin-http](banner.png)
22

33
Access the HTTP client written in Rust.
44

plugins/http/banner.png

50.9 KB
Loading

plugins/notification/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Notification
1+
![plugin-notification](banner.png)
22

33
Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API.
44

plugins/notification/banner.png

59.2 KB
Loading

plugins/os/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Operating System
1+
![plugin-os](banner.png)
22

33
Read information about the operating system.
44

plugins/os/banner.png

55.8 KB
Loading

plugins/process/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Process
1+
![plugin-process](banner.png)
22

33
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.
44

plugins/process/banner.png

59.3 KB
Loading

plugins/shell/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Shell
1+
![plugin-shell](banner.png)
22

33
Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application.
44

plugins/shell/banner.png

50.9 KB
Loading

plugins/updater/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Updater
1+
![plugin-updater](banner.png)
22

33
In-app updates for Tauri applications.
44

plugins/updater/banner.png

56.6 KB
Loading

plugins/window/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Window
1+
![plugin-window](banner.png)
22

33
Interact with the Tauri window.
44

plugins/window/banner.png

56.7 KB
Loading

0 commit comments

Comments
 (0)