Zettel Table

unlisted

by Lucas Feuser

A paginated, auto-sizing table view for vault folders with wrapped link pills and typed cell renderers.

Updated 5d agoMIT
View on GitHub

Zettel Table

A paginated, auto-sizing table view for vault folders with wrapped link pills and typed cell renderers.

Features

  • Feature 1
  • Feature 2

Installation

From Obsidian Community Plugins

  1. Open Settings > Community plugins
  2. Search for "Zettel Table"
  3. Click Install, then Enable

Manual Installation

  1. Download main.js, manifest.json, and styles.css (if applicable) from the latest release
  2. Create a folder zettel-table in your vault's .obsidian/plugins/ directory
  3. Copy the downloaded files into that folder
  4. Restart Obsidian and enable the plugin in Settings > Community plugins

Usage

Development

# Clone and install
git clone https://github.com/lucasfeuser/obsidian-zettel-table.git
cd obsidian-zettel-table
npm install

# Build
npm run build

# Development (watch mode)
npm run dev

License

MIT

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.