remove banner references

pull/381/head
Lucas Nogueira 2 years ago
parent 08c3faae9b
commit 42bfde02f8
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -1,4 +1,4 @@
# App plugin # App
This plugin provides APIs to read application metadata and macOS app visibility functions. This plugin provides APIs to read application metadata and macOS app visibility functions.

@ -1,4 +1,4 @@
![CLI](banner.jpg) # CLI
Parse arguments from your Command Line Interface. Parse arguments from your Command Line Interface.

@ -1,4 +1,4 @@
![plugin-clipboard](banner.jpg) # Clipboard
Read and write to the system clipboard. Read and write to the system clipboard.

@ -1,4 +1,4 @@
![Dialog](banner.jpg) # Dialog
Native system dialogs for opening and saving files along with message dialogs. Native system dialogs for opening and saving files along with message dialogs.

@ -1,4 +1,4 @@
![tauri-plugin-fs](banner.png) # File System
Access the file system. Access the file system.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

@ -1,4 +1,4 @@
![plugin-shortcut](banner.jpg) # Global Shortcut
Register global shortcuts. Register global shortcuts.

@ -1,4 +1,4 @@
![HTTP](banner.jpg) # HTTP
Access the HTTP client written in Rust. Access the HTTP client written in Rust.

@ -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. Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API.

@ -1,4 +1,4 @@
# Operating system plugin # Operating System
Read information about the operating system. Read information about the operating system.

@ -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. 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.

@ -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. Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application.

@ -1,4 +1,4 @@
# Updater plugin # Updater
In-app updates for Tauri applications. In-app updates for Tauri applications.

@ -1,4 +1,4 @@
# Window plugin # Window
Interact with the Tauri window. Interact with the Tauri window.

@ -1,4 +1,4 @@
![{{plugin-name}}](banner.jpg) ![{{plugin-name}}](banner.png)
<!-- description --> <!-- description -->

Loading…
Cancel
Save