Properties in a Vial
Every Vial has a set of fields you define, its properties, and each file in the Vial can store a value for every property. This page covers defining properties and filling in values; Boards, saved views, relations, and notes are covered in the linked pages below.
Prerequisites
You must be browsing inside a Vial (the folder that contains .phials/). If you have not created one yet, see Create and manage a Vial.
Property types
| Type | What it stores | When to use it |
|---|---|---|
| Text | Single-line free text | Short labels, names, one-line notes. |
| Number | Numeric values | Counts, scores, quantities. |
| Date | One date, optional start and end range, optional include time | Deadlines, ranges, appointments. |
| Checkbox | On/off (boolean) | Flags such as “done” or “reviewed.” In the type picker this appears as Checkbox. |
| URL | URL string with quick open | Links to tickets, docs, or sites. |
| Rating | 0 to 5 stars | Quick quality or priority signals. |
| Select | One option from a list you manage | Single choice with optional colors and icons. |
| Multi-select | Many options from a managed list | Multiple labels on one file. |
| Tags | Many options from a global tag set shared across Vials | Cross-Vial tagging; see About Tags (global). Only one Tags property per Vial. |
| Status | One option, like Select but styled for workflow | Pipeline stages (To do, Doing, Done). |
| Relation | Links to one or more files in another Vial | Cross-folder links; details in Relation properties. |
Add a property
Use this when you want a new column or sidebar field without opening the full schema editor.
- In the Vial toolbar, click + (add property).
- In the Property Type Selector, pick the type you need.
- Phials adds the property with a default display name; you can rename it immediately in the toolbar flow.
Edit the schema
To rename, delete, or manage option lists for Select-style properties:
- Open the Vial’s gear menu.
- Choose Configure properties to open the Schema Editor modal.
In the Schema Editor you can:
- Add a property (same type selector as the toolbar +).
- Rename a property in the detail pane header.
- Delete a property (see Delete a property or option).
- For Select, Multi-select, Tags, and Status: manage options (next subsection).
Manage options (Select, Multi-select, Tags, Status)
For these types, each option is a choice users can assign to files.
- Add, rename, and delete options in the Schema Editor.
- Reorder options for Select, Multi-select, and Tags (drag in the option list).
- Assign a color from preset swatches so choices are easy to scan in dropdowns and chips.
- Assign an icon using Iconify; any icon from that set is available.
Tags use the same option UI, but options live in a shared global registry; see About Tags (global).
About Tags (global)
Tags properties draw from one shared tag set across every Vial Phials knows. If you rename, recolor, or delete a tag option while editing any Vial’s Tags property, that change propagates to every other Vial that has a Tags property using that tag.
Each Vial may have at most one Tags property.
Set property values on files
The usual place to edit values is the preview sidebar while a file is selected.
- Select a file (or another indexed item) inside the Vial.
- In the preview sidebar, open the Properties section (see File Previews for how that pane fits in the window).
You get an inline editor per property type:
- Text: single-line input.
- Number: numeric input.
- Date: date picker, optional second date for a range, and include time when you need a time of day.
- Checkbox: checkbox.
- URL: URL field with a way to open the link.
- Rating: click stars (0 to 5).
- Select / Status: single-choice dropdown; options can show colors and icons.
- Multi-select / Tags: chip picker to choose multiple values.
- Relation: file picker for linked files; see Relation properties.
If the Vial has no properties yet, use Add Property at the bottom of the Properties section (or the + in the Vial toolbar).
Details view also shows property columns for the Vial; you can edit values inline there the same way you would other cells, which helps when you are scanning many files at once.
Boards view groups files by a property you choose (often Select, Status, Multi-select, or Tags). How to pick that property and manage the layout lives in Saved views; this page stays focused on the schema and editors themselves.
Delete a property or option
- Deleting a property removes that field from the schema and clears its stored values on every file in the Vial.
- Deleting an option from Select, Multi-select, Tags, or Status unsets that choice on every file that had it.
Phials does not offer an in-app undo for these actions. Export or backup your Vial data before large cleanups if you might need to recover old values.
Related topics
- Vials overview
- Create and manage a Vial
- Folder and file notes
- Relation properties
- Saved views and Boards
- Metadata & Properties: how properties differ from read-only metadata
- File Previews: the Properties section and backlinks