FeaturesEntry types
Note — Secure notes
Long text note body.
Note type (Note, discriminant 15) — Note category. Long text note body.
Classification
← Types index · Category: Note · Discriminant: 15
Field schema (EntryData)
| Field | Rust type | Optional | Protected | UI label |
|---|---|---|---|---|
content | String | no | yes | Content |
notes | Option<String> | yes | no | Notes |
Secrets
Protected fields (masked in UI, EntryType::is_protected_field): content.
Attachments
Attachments
Like all entry types, a Note entry may have encrypted attachments via Entry.attachments (EntryAttachments: files, folders). Add them by drag-and-drop in the entry editor; binary content is encrypted with the vault.
In the app
Create a Note entry: vault → + → type Note → fill fields → add attachments (optional, all types) → Save. Validation: only title is required (validation_service.rs).