Releases: jysperm/obsidian-csv-database
Releases · jysperm/obsidian-csv-database
Release list
0.3.0
- Added unique title column type with optional note linking
- Added relation column type linking rows across databases
- Manually reorder rows by dragging
- Note cells accept typed paths in addition to picking from existing notes
- Style improvements for tags color
0.2.0
0.1.1
0.1.0
Initial release of CSV Database plugin — Interactive database view backed by CSV files, with rich column types, multiple views, sort & filter.
Features
- 7 column types: text, number, date, checkbox, select, multi-select, and note (links to vault notes)
- Inline editing: click any cell to edit directly
- Column management: rename, change type, configure options, resize, drag-to-reorder, and delete
- Wrap content: per-column toggle for multi-line cells
- Select & multi-select: color-coded tags with dropdown picker
- Multiple views: named views with independent sort, filter, and column visibility
- Sort & filter: multi-column sort, filter with contains / does not contain / is empty / is not empty
The .csvdb format is a standard CSV with column metadata in the header row — human-readable and portable.