* chore: adjust prettier config, .gitignore and use taplo to format toml files
This brings the plugins-workspace repository to the same code style of the main tauri repo
* format toml
* ignore examples gen dir
* add .vscode/extensions.json
* remove packageManager field
* fmt
* fix audit
* taplo ignore permissions autogenerated files
* remove create dummy dist
* fix prettier workflow
* install fmt in prettier workflow
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* Implement arboard HTML features (desktop only) and ability to trigger clipboard clear
Signed-off-by: TukanDev <contact@tukandev.com>
* Update readme of clipboard plugin
Signed-off-by: TukanDev <contact@tukandev.com>
* Update plugins/clipboard-manager/src/desktop.rs
Propagate error for clear as requested
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* Update plugins/clipboard-manager/guest-js/index.ts
Change to camelCase as requested
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* Update plugins/clipboard-manager/guest-js/index.ts
use camelCase here too
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* Update README.md
Revert back as mentioned in HTML PR
* Update index.ts
After discussion readHtml() is decided to be removed. Will follow and remove corresponding rust side function too.
* Strip all other existence of read_html out as determined in HTML support PR conversation
Signed-off-by: TukanDev <contact@tukandev.com>
* Apply requested changes v2
Signed-off-by: TukanDev <contact@tukandev.com>
* pnpm run build and cargo fmt
Signed-off-by: TukanDev <contact@tukandev.com>
* Update plugins/clipboard-manager/src/mobile.rs
fix ci calling
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* mobile read_html omg....
Signed-off-by: TukanDev <contact@tukandev.com>
* Update plugins/clipboard-manager/src/mobile.rs
* pnpm format....
Signed-off-by: TukanDev <contact@tukandev.com>
* error on mobile as well
* clear on mobile
* change file
---------
Signed-off-by: TukanDev <contact@tukandev.com>
* set readme banners to absolute url
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
* Revert "set readme banners to absolute url"
This reverts commit c46b464c69.
* update banners to absolute paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
* Revert "update banners to absolute paths"
This reverts commit c8b8f9309e.
* fix banner paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
* Revert "fix banner paths"
This reverts commit 27edc59b41.
* fix banners...again
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
---------
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>