Secret Manager Dashboard Widget
- Added a new Secret Manager dashboard widget for creating, searching, viewing, editing, and copying encrypted secrets from your vault.
- Secrets are stored as individual
.encryptedfiles and use the plugin’s existing encryption keys. - Supports searchable public metadata, descriptions, folder organization, unlock/copy actions, and encrypted editing from the dashboard.
- Added Secret Manager settings, documentation, and screenshots across README translations.
Reusable Kanban Board Files
- Kanban dashboard widgets now use reusable
.kanbanboard definition files underDashboards/Kanbans/. - Multiple dashboards can share the same Kanban definition while keeping card order local to each widget.
- Kanban settings now support selecting/editing shared board files.
- Existing inline Kanban widget definitions are migrated automatically when dashboards are opened.
- Kanban cards can now show additional frontmatter fields, including computed file fields such as
file.name,file.path, andfile.content. file.contentdisplay can be capped with a maximum character length, so cards can show a controlled preview of the note body.
Encrypted File Improvements
- Improved encrypted file metadata support so descriptions and public metadata can be stored outside the ciphertext for search/listing while keeping secret values encrypted.
- Added tests around encrypted file metadata handling.