SummaryOnly

approved

by Tyler Carrol

Base view that shows summaries only. - This plugin has not been manually reviewed by Obsidian staff.

33 downloadsUpdated 14d agoMIT

SummaryOnly Plugin for Obsidian

GitHub Release License: MIT Lint Test Scc Count Badge BuyMeACoffee

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

Examples

Summary

SummaryOnly-Example

Table

Source data

SummaryOnly-Example

Install for development

  1. Install dependencies:
    npm install
    
  2. Build the plugin:
    npm run build
    
  3. Copy main.js, manifest.json, and styles.css to:
    <Vault>/.obsidian/plugins/summary-only/
    
  4. In Obsidian, enable Settings → Community plugins → summary-only.

For watch mode during development:

npm run dev

Fastest way to try it

This repository includes a ready-made demo vault in /summary-only-demo-vault.

  • Windows/PowerShell:
    .\scripts\build-to-demo-vault.ps1
    
  • Any platform:
    1. Run npm run build
    2. Copy main.js, manifest.json, and styles.css to summary-only-demo-vault/.obsidian/plugins/summary-only/
    3. Open summary-only-demo-vault in Obsidian

See summary-only-demo-vault/README.md for a guided walkthrough.

Use the Summary only view

  1. Open a .base file in Obsidian.
  2. Open the view menu in the top-left corner.
  3. Add a view and select Summary only.
  4. Configure summaries for the properties that you want to display.

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.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.