Support to table-based views
planned
Francesco Fusco
It'd be great if Tolaria supported table-based views similar to Obsidian bases (https://obsidian.md/help/bases).
Jan Kužel
one of the biggest drawbacks now
I
Ivo BELLIN SALARIN
I’ve been experimenting with an implementation of table-based Saved Views in a Tolaria fork, and I think this feature can be contributed upstream in small, reviewable pieces.
The most useful first slice would be a read-only “Open as Table” mode for existing Saved Views:
- reuse the Saved View filter definition
- show matching notes in a dense table
- derive columns from title + listPropertiesDisplay
- click a row to open the note
- avoid introducing a new storage model in the first PR
Then later PRs could add:
- CSV copy/export
- persisted table settings in the existing view YAML
- column reorder/width/density
- column filters
- computed columns and summaries
I’d avoid bundling formulas or configuration into the initial PR so the first contribution stays small and easy to review.
Luca Rossi
marked this post as
planned