Command Palette
The new command palette gives massCode a faster way to move around and act on content without leaving the keyboard. Open it with Cmd+P on macOS or Ctrl+P on Windows and Linux to search spaces, snippets, notes, and HTTP requests from one place.
Use Cmd+Shift+P or Ctrl+Shift+P to jump straight into command mode. You can create snippets, notes, HTTP requests, and folders, open preferences, search inside a specific space, and use the actions panel to copy, duplicate, favorite, reveal, or move supported items. Results also learn from recent and repeated use, so common destinations become easier to reach over time.
HTTP Library Filters
The HTTP space now has a Library section for Inbox, Favorites, All Requests, and Trash. This makes saved requests easier to scan and manage, especially when a collection grows beyond a few folders.
HTTP request items also gained richer library actions: multi-selected requests can be moved, restored, favorited, duplicated, copied, revealed in the file manager, or sent to trash from the list context menu.
What's Changed
- fix(http): reset state when loading vault by @antonreshetov in #769
- docs: add sponsor page by @antonreshetov in #770
- docs(http): warn about storing secrets by @antonreshetov in #773
- fix(http): show network request errors by @antonreshetov in #774
- feat(command-palette): add command palette by @antonreshetov in #775
- feat(http): add library filters by @antonreshetov in #776
Full Changelog: v5.3.0...v5.4.0