Typed notes
Most notes are just notes. But some are clearly a kind of thing — a book you're reading, a person you keep meeting, a project with a deadline. Give a note a type and Minerva knows what to expect from it: the fields it should have, the icon it wears in every list, and how it looks when you gather all of its kind together. It's still an ordinary markdown note underneath, and you can take the type off again at any time.
Making a note typed
A note is typed when its properties include a type: line naming one of your object types — type: book. You rarely write that by hand. There are three ways to get there:
type: already set, plus any starter text the type provides./ at the start of a line in an empty note and your types appear in the autocomplete — /Book, /Person. Choosing one sets the type without leaving the keyboard.type: is added — and the Properties panel opens so you can fill in the gaps.Typing an existing note never writes values you didn't provide. If the note already has an author property and the type declares one, they simply line up. Everything else starts empty and stays that way until you fill it in.
What the type gives the note
The type is a small description of what notes of its kind look like. Each part of it shows up somewhere:
All of that is defined once, per type, in Settings → Object Types — not per note.
Filling in the fields
Open the Properties panel on a typed note and its fields are laid out as a form above its other properties. Each field gets the control that suits it: a list of choices for a field with fixed options, a date picker for a date, a number box for a number. Fields the note hasn't filled in yet are still shown, so the form answers "what does a Book need?" rather than only "what has this note got?"
Nothing is required. Leaving a field empty is perfectly fine — it just means you don't know that yet, or it doesn't apply.
Where typed notes show up
It's still an ordinary note
Typing a note doesn't move it, lock it, or change how you write in it. The file stays plain markdown in the same folder, with one extra line in its properties. Delete that type: line and it's an untyped note again — the fields you filled in stay behind as ordinary properties, because that's all they ever were.
If you rename a type in Settings, the notes using it are updated to match. Their values aren't touched — only the name of the kind of thing they are.