SummaryOnly adds a Summary only view to Obsidian Bases. The view hides the rows and instead, just displays the summaries as cards.

Source data

npm install
npm run build
main.js, manifest.json, and styles.css to:<Vault>/.obsidian/plugins/summary-only/
For watch mode during development:
npm run dev
This repository includes a ready-made demo vault in /summary-only-demo-vault.
.\scripts\build-to-demo-vault.ps1
npm run buildmain.js, manifest.json, and styles.css to summary-only-demo-vault/.obsidian/plugins/summary-only/summary-only-demo-vault in ObsidianSee summary-only-demo-vault/README.md for a guided walkthrough.
.base file in Obsidian.Each card shows the property name, the summary name, and the calculated value. Use the view settings menu to adjust Card width and Card height with sliders. Enable Show summary editor to display every property in the view and choose a summary for each card.