From 8695a6a908e228bc82f4f91d8c97592bedb1ac4d Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Fri, 28 Jul 2023 19:57:15 +0100 Subject: [PATCH] Revert "fix banner paths" This reverts commit 27edc59b41f6860069e8bd404967eee800363915. --- plugins/app/README.md | 2 +- plugins/authenticator/README.md | 2 +- plugins/autostart/README.md | 2 +- plugins/cli/README.md | 2 +- plugins/clipboard-manager/README.md | 2 +- plugins/dialog/README.md | 2 +- plugins/fs/README.md | 2 +- plugins/global-shortcut/README.md | 2 +- plugins/http/README.md | 2 +- plugins/localhost/README.md | 2 +- plugins/log/README.md | 2 +- plugins/notification/README.md | 2 +- plugins/os/README.md | 2 +- plugins/persisted-scope/README.md | 2 +- plugins/positioner/README.md | 2 +- plugins/process/README.md | 2 +- plugins/shell/README.md | 2 +- plugins/single-instance/README.md | 2 +- plugins/sql/README.md | 2 +- plugins/store/README.md | 2 +- plugins/stronghold/README.md | 2 +- plugins/updater/README.md | 2 +- plugins/upload/README.md | 2 +- plugins/websocket/README.md | 2 +- plugins/window-state/README.md | 2 +- plugins/window/README.md | 2 +- shared/template/README.md | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/plugins/app/README.md b/plugins/app/README.md index be90662e..34d44e56 100644 --- a/plugins/app/README.md +++ b/plugins/app/README.md @@ -1,4 +1,4 @@ -![plugin-app]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/app/banner.png +![plugin-app](banner.png) This plugin provides APIs to read application metadata and macOS app visibility functions. diff --git a/plugins/authenticator/README.md b/plugins/authenticator/README.md index 0829da52..29819697 100644 --- a/plugins/authenticator/README.md +++ b/plugins/authenticator/README.md @@ -1,4 +1,4 @@ -![plugin-authenticator]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/authenticator/banner.png +![plugin-authenticator](banner.png) Use hardware security-keys in your Tauri App. diff --git a/plugins/autostart/README.md b/plugins/autostart/README.md index bed68d49..f14fd2c2 100644 --- a/plugins/autostart/README.md +++ b/plugins/autostart/README.md @@ -1,4 +1,4 @@ -![plugin-autostart]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/autostart/banner.png +![plugin-autostart](banner.png) Automatically launch your application at startup. Supports Windows, Mac (via AppleScript or Launch Agent), and Linux. diff --git a/plugins/cli/README.md b/plugins/cli/README.md index 1fc55f38..c0bd1ae4 100644 --- a/plugins/cli/README.md +++ b/plugins/cli/README.md @@ -1,4 +1,4 @@ -![plugin-cli]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/cli/banner.png +![plugin-cli](banner.png) Parse arguments from your Command Line Interface. diff --git a/plugins/clipboard-manager/README.md b/plugins/clipboard-manager/README.md index eaa2f1b6..3bdc6f73 100644 --- a/plugins/clipboard-manager/README.md +++ b/plugins/clipboard-manager/README.md @@ -1,4 +1,4 @@ -![plugin-clipboard-manager]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/clipboard-manager/banner.png +![plugin-clipboard-manager](banner.png) Read and write to the system clipboard. diff --git a/plugins/dialog/README.md b/plugins/dialog/README.md index fbfe7c9e..2c5638fc 100644 --- a/plugins/dialog/README.md +++ b/plugins/dialog/README.md @@ -1,4 +1,4 @@ -![plugin-dialog]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/dialog/banner.png +![plugin-dialog](banner.png) 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 24512d81..24501a34 100644 --- a/plugins/fs/README.md +++ b/plugins/fs/README.md @@ -1,4 +1,4 @@ -![plugin-fs]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/fs/banner.png +![plugin-fs](banner.png) Access the file system. diff --git a/plugins/global-shortcut/README.md b/plugins/global-shortcut/README.md index 475c48f8..7c5097ce 100644 --- a/plugins/global-shortcut/README.md +++ b/plugins/global-shortcut/README.md @@ -1,4 +1,4 @@ -![plugin-global-shortcut]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/global-shortcut/banner.png +![plugin-global-shortcut](banner.png) Register global shortcuts. diff --git a/plugins/http/README.md b/plugins/http/README.md index fb4c8f9b..54532243 100644 --- a/plugins/http/README.md +++ b/plugins/http/README.md @@ -1,4 +1,4 @@ -![plugin-http]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/http/banner.png +![plugin-http](banner.png) Access the HTTP client written in Rust. diff --git a/plugins/localhost/README.md b/plugins/localhost/README.md index ebf30cf3..5b83bf4b 100644 --- a/plugins/localhost/README.md +++ b/plugins/localhost/README.md @@ -1,4 +1,4 @@ -![plugin-localhost]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/localhost/banner.png +![plugin-localhost](banner.png) Expose your apps assets through a localhost server instead of the default custom protocol. diff --git a/plugins/log/README.md b/plugins/log/README.md index 4357552d..50aaecbf 100644 --- a/plugins/log/README.md +++ b/plugins/log/README.md @@ -1,4 +1,4 @@ -![plugin-log]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/log/banner.png +![plugin-log](banner.png) Configurable logging for your Tauri app. diff --git a/plugins/notification/README.md b/plugins/notification/README.md index ec3fb46c..95ca72b3 100644 --- a/plugins/notification/README.md +++ b/plugins/notification/README.md @@ -1,4 +1,4 @@ -![plugin-notification]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/notification/banner.png +![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/os/README.md b/plugins/os/README.md index 6dadf80d..f7ce7954 100644 --- a/plugins/os/README.md +++ b/plugins/os/README.md @@ -1,4 +1,4 @@ -![plugin-os]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/os/banner.png +![plugin-os](banner.png) Read information about the operating system. diff --git a/plugins/persisted-scope/README.md b/plugins/persisted-scope/README.md index c92e3a05..1a7e19bf 100644 --- a/plugins/persisted-scope/README.md +++ b/plugins/persisted-scope/README.md @@ -1,4 +1,4 @@ -![plugin-persisted-scope]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/persisted-scope/banner.png +![plugin-persisted-scope](banner.png) Save filesystem and asset scopes and restore them when the app is reopened. diff --git a/plugins/positioner/README.md b/plugins/positioner/README.md index cafdf0ad..e80eb516 100644 --- a/plugins/positioner/README.md +++ b/plugins/positioner/README.md @@ -1,4 +1,4 @@ -![plugin-positioner]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/positioner/banner.png +![plugin-positioner](banner.png) Position your windows at well-known locations. diff --git a/plugins/process/README.md b/plugins/process/README.md index 4b66aea2..10b0a111 100644 --- a/plugins/process/README.md +++ b/plugins/process/README.md @@ -1,4 +1,4 @@ -![plugin-process]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/process/banner.png +![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/shell/README.md b/plugins/shell/README.md index a2689f87..8389a687 100644 --- a/plugins/shell/README.md +++ b/plugins/shell/README.md @@ -1,4 +1,4 @@ -![plugin-shell]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/shell/banner.png +![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/single-instance/README.md b/plugins/single-instance/README.md index e71f48a4..2cb2d88e 100644 --- a/plugins/single-instance/README.md +++ b/plugins/single-instance/README.md @@ -1,4 +1,4 @@ -![tauri-plugin-single-instance]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/single-instance/banner.png +![tauri-plugin-single-instance](banner.png) Ensure a single instance of your tauri app is running. diff --git a/plugins/sql/README.md b/plugins/sql/README.md index a060b7bb..e0f68fbb 100644 --- a/plugins/sql/README.md +++ b/plugins/sql/README.md @@ -1,4 +1,4 @@ -![plugin-sql]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/sql/banner.png +![plugin-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. diff --git a/plugins/store/README.md b/plugins/store/README.md index 4de122e4..90b0b7ef 100644 --- a/plugins/store/README.md +++ b/plugins/store/README.md @@ -1,4 +1,4 @@ -![plugin-store]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/store/banner.png +![plugin-store](banner.png) Simple, persistent key-value store. diff --git a/plugins/stronghold/README.md b/plugins/stronghold/README.md index d63ebf9a..7254b857 100644 --- a/plugins/stronghold/README.md +++ b/plugins/stronghold/README.md @@ -1,4 +1,4 @@ -![plugin-stronghold]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/stronghold/banner.png +![plugin-stronghold](banner.png) Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger/stronghold.rs) encrypted database and secure runtime. diff --git a/plugins/updater/README.md b/plugins/updater/README.md index b96d6965..0e47281f 100644 --- a/plugins/updater/README.md +++ b/plugins/updater/README.md @@ -1,4 +1,4 @@ -![plugin-updater]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/updater/banner.png +![plugin-updater](banner.png) In-app updates for Tauri applications. diff --git a/plugins/upload/README.md b/plugins/upload/README.md index 86364c39..1a6ff69b 100644 --- a/plugins/upload/README.md +++ b/plugins/upload/README.md @@ -1,4 +1,4 @@ -![plugin-upload]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/upload/banner.png +![plugin-upload](banner.png) Upload files from disk to a remote server over HTTP. Download files from a remote HTTP server to disk. diff --git a/plugins/websocket/README.md b/plugins/websocket/README.md index 2d0a9204..59f80ed7 100644 --- a/plugins/websocket/README.md +++ b/plugins/websocket/README.md @@ -1,4 +1,4 @@ -![plugin-websocket]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/websocket/banner.png +![plugin-websocket](banner.png) Expose a WebSocket server to your Tauri frontend. diff --git a/plugins/window-state/README.md b/plugins/window-state/README.md index bdf9f9dd..ea03f8e2 100644 --- a/plugins/window-state/README.md +++ b/plugins/window-state/README.md @@ -1,4 +1,4 @@ -![plugin-window-state]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/window-state/banner.png +![plugin-window-state](banner.png) Save window positions and sizes and restore them when the app is reopened. diff --git a/plugins/window/README.md b/plugins/window/README.md index 17cef273..03dcc509 100644 --- a/plugins/window/README.md +++ b/plugins/window/README.md @@ -1,4 +1,4 @@ -![plugin-window]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/window/banner.png +![plugin-window](banner.png) Interact with the Tauri window. diff --git a/shared/template/README.md b/shared/template/README.md index ebfa894e..02953799 100644 --- a/shared/template/README.md +++ b/shared/template/README.md @@ -1,4 +1,4 @@ -![{{plugin-name}}]https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/{{plugin-name}}/banner.png +![{{plugin-name}}](banner.png)