Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/dev/web/extension-system/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Comment thread
AlexAndBear marked this conversation as resolved.
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.
Comment on lines +154 to 155
Copy link

Copilot AI Jul 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The numbering sequence is disrupted. This line introduces item 10 within a sub-list of item 3, which already has 9 sub-items. Consider renumbering this as item 10 under the main list or restructuring the numbering to maintain clarity.

Suggested change
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.
4. Quick actions for the trash overview. ExtensionPointId `app.files.trash-quick-actions`. Mounts extensions of type `action`.
5. Global search providers. ExtensionPointId `app.search.providers`. Utilizes extensions of type `search` as search engines for the search input in the global top bar.

Copilot uses AI. Check for mistakes.
5. User preference panels. ExtensionPointId `app.runtime.preferences.panels`. Mounts extensions of type `customComponent`.

Expand Down