You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new Secret Manager dashboard widget for creating, searching, viewing, editing, and copying encrypted secrets from your vault.
Secrets are stored as individual .encrypted files 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 .kanban board definition files under Dashboards/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, and file.content.
file.content display 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.