Skip to content

Releases: jysperm/obsidian-csv-database

0.3.0

Choose a tag to compare

@jysperm jysperm released this 16 May 09:08
  • 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

Choose a tag to compare

@jysperm jysperm released this 03 Mar 19:05
  • Add board (kanban) layout for views with drag-and-drop support
  • Add row detail modal for editing cards in board layout

0.1.1

Choose a tag to compare

@jysperm jysperm released this 17 Feb 18:40
  • Press ESC to close all popovers and dropdowns
  • Minor style improvements

0.1.0

Choose a tag to compare

@jysperm jysperm released this 15 Feb 19:36

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.