From 42348ad2735ec5464babe0a2977fdb4be8a86291 Mon Sep 17 00:00:00 2001 From: Alex Ackermann Date: Thu, 10 Jul 2025 19:14:48 +0200 Subject: [PATCH 1/3] Add trash quick action extension point to web dev docs --- docs/dev/web/extension-system/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dev/web/extension-system/index.md b/docs/dev/web/extension-system/index.md index f5bfe42d..145f4fe0 100644 --- a/docs/dev/web/extension-system/index.md +++ b/docs/dev/web/extension-system/index.md @@ -151,6 +151,7 @@ your extension will be used automatically. 7. Default actions (left click) on a file. ExtensionPointId `global.files.default-actions`. Mounts extensions of type `action`. 8. Upload menu. ExtensionPointId `app.files.upload-menu`. Mounts extensions of type `action`. 9. Quick actions. ExtensionPointId `app.files.quick-actions`. Mounts extensions of type `action`. + 10. Quick actions for the trash overview. ExtensionPointId `app.files.trash-quick-actions`. Mounts extensions of type `action`. 4. Global search providers. ExtensionPointId `app.search.providers`. Utilizes extensions of type `search` as search engines for the search input in the global top bar. 5. User preference panels. ExtensionPointId `app.runtime.preferences.panels`. Mounts extensions of type `customComponent`. From 6ece8fa431b465d5036027bf857c65f32b851064 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 11 Jul 2025 13:19:11 +0200 Subject: [PATCH 2/3] Update index.md --- docs/dev/web/extension-system/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/web/extension-system/index.md b/docs/dev/web/extension-system/index.md index 145f4fe0..7740b75a 100644 --- a/docs/dev/web/extension-system/index.md +++ b/docs/dev/web/extension-system/index.md @@ -151,7 +151,7 @@ your extension will be used automatically. 7. Default actions (left click) on a file. ExtensionPointId `global.files.default-actions`. Mounts extensions of type `action`. 8. Upload menu. ExtensionPointId `app.files.upload-menu`. Mounts extensions of type `action`. 9. Quick actions. ExtensionPointId `app.files.quick-actions`. Mounts extensions of type `action`. - 10. Quick actions for the trash overview. ExtensionPointId `app.files.trash-quick-actions`. Mounts extensions of type `action`. + 10. Quick actions for the tash overview. ExtensionPointId `app.files.trash-quick-actions`. Mounts extensions of type `action`. 4. Global search providers. ExtensionPointId `app.search.providers`. Utilizes extensions of type `search` as search engines for the search input in the global top bar. 5. User preference panels. ExtensionPointId `app.runtime.preferences.panels`. Mounts extensions of type `customComponent`. From e762b658f9f1225b6a711dd503942c4ebb197585 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 11 Jul 2025 13:19:39 +0200 Subject: [PATCH 3/3] Update index.md --- docs/dev/web/extension-system/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/web/extension-system/index.md b/docs/dev/web/extension-system/index.md index 7740b75a..145f4fe0 100644 --- a/docs/dev/web/extension-system/index.md +++ b/docs/dev/web/extension-system/index.md @@ -151,7 +151,7 @@ your extension will be used automatically. 7. Default actions (left click) on a file. ExtensionPointId `global.files.default-actions`. Mounts extensions of type `action`. 8. Upload menu. ExtensionPointId `app.files.upload-menu`. Mounts extensions of type `action`. 9. Quick actions. ExtensionPointId `app.files.quick-actions`. Mounts extensions of type `action`. - 10. Quick actions for the tash overview. ExtensionPointId `app.files.trash-quick-actions`. Mounts extensions of type `action`. + 10. Quick actions for the trash overview. ExtensionPointId `app.files.trash-quick-actions`. Mounts extensions of type `action`. 4. Global search providers. ExtensionPointId `app.search.providers`. Utilizes extensions of type `search` as search engines for the search input in the global top bar. 5. User preference panels. ExtensionPointId `app.runtime.preferences.panels`. Mounts extensions of type `customComponent`.