From 4df330e404909a99555237d139b78c49b4b3fbe0 Mon Sep 17 00:00:00 2001 From: Krzysztof Andrelczyk Date: Thu, 8 Aug 2024 23:27:30 +0200 Subject: [PATCH 1/2] add keep-screen-on plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17cda2b..a487b39 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ A curated collection of the best stuff from the Tauri ecosystem and community. ### Plugins - [tauri-plugin-authenticator](https://github.com/tauri-apps/tauri-plugin-authenticator) ![officially maintained] - Interface with hardware security keys. +- [tauri-plugin-keep-screen-on](https://gitlab.com/cristofa/tauri-plugin-keep-screen-on) - Disable screen timeout on Android and iOS - [tauri-plugin-log](https://github.com/tauri-apps/tauri-plugin-log) ![officially maintained] - Configurable logging. - [tauri-plugin-sql](https://github.com/tauri-apps/tauri-plugin-sql) ![officially maintained] - Interface with SQL databases. - [tauri-plugin-store](https://github.com/tauri-apps/tauri-plugin-store) ![officially maintained] - Persistent key value storage. From 993062a0614a1df1ea4ee43f2287115aac69741b Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Fri, 9 Aug 2024 14:41:21 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a487b39..0b98cfd 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ A curated collection of the best stuff from the Tauri ecosystem and community. - [nuxtor](https://github.com/NicolaSpadari/nuxtor) - Nuxt 3 + Tauri 2 + UnoCSS, a starter template for building desktop apps. - [tauri-angular-template](https://github.com/charlesxsh/tauri-angular-boilerplate) - Angular template - [tauri-astro-template](https://github.com/HuakunShen/tauri-astro-template) - Astro template -- [tauri-bishop-template](https://github.com/RoseBlume/Bishop-Tauri-Template) - Minimized vanilla template designed for highschool students +- [tauri-bishop-template](https://github.com/RoseBlume/Bishop-Tauri-Template) - Minimized vanilla template designed for highschool students. - [tauri-clojurescript-template](https://github.com/rome-user/tauri-clojurescript-template) - Minimal ClojureScript template with Shadow CLJS and React. - [tauri-deno-starter](https://github.com/marc2332/tauri-deno-starter) - React template using esbuild with Deno. - [tauri-leptos-template](https://gitlab.com/cristofa/tauri-leptos-template) - Leptos template @@ -85,7 +85,7 @@ A curated collection of the best stuff from the Tauri ecosystem and community. ### Plugins - [tauri-plugin-authenticator](https://github.com/tauri-apps/tauri-plugin-authenticator) ![officially maintained] - Interface with hardware security keys. -- [tauri-plugin-keep-screen-on](https://gitlab.com/cristofa/tauri-plugin-keep-screen-on) - Disable screen timeout on Android and iOS +- [tauri-plugin-keep-screen-on](https://gitlab.com/cristofa/tauri-plugin-keep-screen-on) - Disable screen timeout on Android and iOS. - [tauri-plugin-log](https://github.com/tauri-apps/tauri-plugin-log) ![officially maintained] - Configurable logging. - [tauri-plugin-sql](https://github.com/tauri-apps/tauri-plugin-sql) ![officially maintained] - Interface with SQL databases. - [tauri-plugin-store](https://github.com/tauri-apps/tauri-plugin-store) ![officially maintained] - Persistent key value storage.