[PR #340] [MERGED] Add plugin API to open URL in external browser #932

Closed
opened 2026-04-20 19:52:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/340
Author: @gschier
Created: 1/3/2026
Status: Merged
Merged: 1/3/2026
Merged by: @gschier

Base: mainHead: claude/add-open-external-url-api-779io


📝 Commits (5)

  • b1eaef0 Add window.openExternalUrl plugin API
  • ad466d5 Add error conversion for tauri_plugin_opener::Error
  • fbc775b Merge branch 'main' into claude/add-open-external-url-api-779io
  • 7e51ace Filter plugins based on worktree
  • 3d07834 Oops, fix test line

📊 Changes

8 files changed (+51 additions, -5 deletions)

View changed files

📝 packages/plugin-runtime-types/src/bindings/gen_events.ts (+4 -2)
📝 packages/plugin-runtime-types/src/plugins/Context.ts (+1 -0)
📝 packages/plugin-runtime/src/PluginInstance.ts (+6 -0)
📝 src-tauri/src/error.rs (+3 -0)
📝 src-tauri/src/plugin_events.rs (+5 -0)
📝 src-tauri/yaak-plugins/bindings/gen_events.ts (+4 -2)
📝 src-tauri/yaak-plugins/src/events.rs (+10 -0)
📝 src-tauri/yaak-plugins/src/manager.rs (+18 -1)

📄 Description

https://feedback.yaak.app/p/open-external-browser-from-plugin-api


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/340 **Author:** [@gschier](https://github.com/gschier) **Created:** 1/3/2026 **Status:** ✅ Merged **Merged:** 1/3/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `claude/add-open-external-url-api-779io` --- ### 📝 Commits (5) - [`b1eaef0`](https://github.com/mountain-loop/yaak/commit/b1eaef0fc94a53e6b3bd463689ee376a420bf314) Add window.openExternalUrl plugin API - [`ad466d5`](https://github.com/mountain-loop/yaak/commit/ad466d51e9f14d9c1b35f6c9d80b01a2e53f7d60) Add error conversion for tauri_plugin_opener::Error - [`fbc775b`](https://github.com/mountain-loop/yaak/commit/fbc775b25fda8c430dc7305c332dee2fbf2506be) Merge branch 'main' into claude/add-open-external-url-api-779io - [`7e51ace`](https://github.com/mountain-loop/yaak/commit/7e51ace579bda30d42d23a8e2c05fd54a7ffcaf1) Filter plugins based on worktree - [`3d07834`](https://github.com/mountain-loop/yaak/commit/3d0783415258d3a20f5f141baf45cf5d62bb7693) Oops, fix test line ### 📊 Changes **8 files changed** (+51 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/plugin-runtime-types/src/bindings/gen_events.ts` (+4 -2) 📝 `packages/plugin-runtime-types/src/plugins/Context.ts` (+1 -0) 📝 `packages/plugin-runtime/src/PluginInstance.ts` (+6 -0) 📝 `src-tauri/src/error.rs` (+3 -0) 📝 `src-tauri/src/plugin_events.rs` (+5 -0) 📝 `src-tauri/yaak-plugins/bindings/gen_events.ts` (+4 -2) 📝 `src-tauri/yaak-plugins/src/events.rs` (+10 -0) 📝 `src-tauri/yaak-plugins/src/manager.rs` (+18 -1) </details> ### 📄 Description https://feedback.yaak.app/p/open-external-browser-from-plugin-api --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 19:52:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#932