mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
fix banner paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-app]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/app/banner.png
|
||||
|
||||
This plugin provides APIs to read application metadata and macOS app visibility functions.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-authenticator]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/authenticator/banner.png
|
||||
|
||||
Use hardware security-keys in your Tauri App.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-autostart]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/autostart/banner.png
|
||||
|
||||
Automatically launch your application at startup. Supports Windows, Mac (via AppleScript or Launch Agent), and Linux.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-cli]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/cli/banner.png
|
||||
|
||||
Parse arguments from your Command Line Interface.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-clipboard-manager]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/clipboard-manager/banner.png
|
||||
|
||||
Read and write to the system clipboard.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-dialog]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/dialog/banner.png
|
||||
|
||||
Native system dialogs for opening and saving files along with message dialogs.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-fs]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/fs/banner.png
|
||||
|
||||
Access the file system.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-global-shortcut]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/global-shortcut/banner.png
|
||||
|
||||
Register global shortcuts.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-http]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/http/banner.png
|
||||
|
||||
Access the HTTP client written in Rust.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-localhost]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/localhost/banner.png
|
||||
|
||||
Expose your apps assets through a localhost server instead of the default custom protocol.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-log]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/log/banner.png
|
||||
|
||||
Configurable logging for your Tauri app.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-notification]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/notification/banner.png
|
||||
|
||||
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 @@
|
||||

|
||||
![plugin-os]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/os/banner.png
|
||||
|
||||
Read information about the operating system.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-persisted-scope]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/persisted-scope/banner.png
|
||||
|
||||
Save filesystem and asset scopes and restore them when the app is reopened.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-positioner]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/positioner/banner.png
|
||||
|
||||
Position your windows at well-known locations.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-process]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/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.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-shell]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/shell/banner.png
|
||||
|
||||
Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![tauri-plugin-single-instance]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/single-instance/banner.png
|
||||
|
||||
Ensure a single instance of your tauri app is running.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-sql]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/sql/banner.png
|
||||
|
||||
Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx). It supports the `sqlite`, `mysql` and `postgres` drivers, enabled by a Cargo feature.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-store]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/store/banner.png
|
||||
|
||||
Simple, persistent key-value store.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-stronghold]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/stronghold/banner.png
|
||||
|
||||
Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger/stronghold.rs) encrypted database and secure runtime.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-updater]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/updater/banner.png
|
||||
|
||||
In-app updates for Tauri applications.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-upload]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/upload/banner.png
|
||||
|
||||
Upload files from disk to a remote server over HTTP.
|
||||
Download files from a remote HTTP server to disk.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-websocket]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/websocket/banner.png
|
||||
|
||||
Expose a WebSocket server to your Tauri frontend.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-window-state]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/window-state/banner.png
|
||||
|
||||
Save window positions and sizes and restore them when the app is reopened.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![plugin-window]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/window/banner.png
|
||||
|
||||
Interact with the Tauri window.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||
![{{plugin-name}}]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/{{plugin-name}}/banner.png
|
||||
|
||||
<!-- description -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user