Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Bases Paginator

sean2077sean20773k downloads

Adds a paginated table view with quick filtering to Bases. Features include pagination controls, global search, click-to-filter, and filter presets.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates10

A plugin for Obsidian that adds a paginated table view with column filtering to Obsidian Bases.

Note: Requires Obsidian v1.10.0+ with the Bases core plugin enabled.

Features

  • Pagination: Navigate large datasets with configurable page sizes (10/25/50/100)
  • Global Search: Real-time search across all visible columns
  • Column Filters: Multi-select dropdown filters on column headers (right-click to enable)
  • Sorting: Click column headers to sort with natural ordering (e.g., "file2" before "file10")
  • Filter Presets: Save, update, and delete complete view state (search, column filters, page size, current page)
  • List Rendering: Configurable display for multi-value properties (line-by-line with bullets or comma-separated)
  • Column Reordering: Drag column headers to rearrange columns (session-only, see Limitations)
  • Native Rendering: Uses Bases' native rendering for links, tags, etc.

Limitations

This is a read-only custom view. Due to Bases API limitations:

  • Cannot edit cell values (use native Bases Table view or edit source files)
  • Cannot add/delete rows or list items
  • Column drag-and-drop reordering is session-only (not persisted). The Bases API doesn't expose a setOrder() method. For persistent column ordering, use the native Properties toolbar menu.

Usage

In .base Files

  1. Open any .base file in Obsidian
  2. Click the view switcher in the toolbar
  3. Select "Paginated Table" from the view options
  4. Configure view options:
    • Items per page
    • Filterable columns (or right-click column headers to enable)
    • Toggle search box
    • Show/hide filter bar
    • Sticky header
    • Pagination position (top/bottom)
    • List rendering mode (line-by-line or comma-separated)
  5. Drag column headers to reorder columns (session-only), or use Properties toolbar for persistent ordering

In Markdown (Base Code Block)

You can embed a paginated table directly in any Markdown note using a base code block:

```base
filters:
  and:
    - file.hasTag("task")
views:
  - type: paginated-table
    name: "My Tasks"
    pageSize: "25"
    showSearchBox: true
    showFilterBar: true
    stickyHeader: true
    paginationPosition: "top"
    listRenderMode: "comma"
```

View Options Reference

Option Type Default Description
pageSize string "25" Items per page ("10", "25", "50", "100")
showSearchBox boolean true Show global search input
filterableColumns string[] [] Columns with filter dropdowns (property IDs)
showFilterBar boolean true Show filter bar with search and presets
stickyHeader boolean true Keep table header visible when scrolling
paginationPosition string "top" Position of pagination bar ("top" or "bottom")
listRenderMode string "comma" List rendering ("bullet" for line-by-line, "comma" for comma-separated)

Embedding Base Views

You can also embed a specific view from a .base file into another note:

![[MyDatabase.base#My Tasks]]

This will render the "My Tasks" view (if it's a paginated-table type) inline in your note

Installation

From Community Plugins (Coming Soon)

  1. Open Obsidian Settings
  2. Go to Community Plugins
  3. Search for "Bases Paginator"
  4. Click Install, then Enable

Using BRAT

  1. Install BRAT from Community Plugins
  2. Open BRAT settings and click "Add Beta plugin"
  3. Enter repository URL: https://github.com/sean2077/obsidian-bases-paginator
  4. Click "Add Plugin" and enable it in Community Plugins

Manual Installation

  1. Download main.js, styles.css, and manifest.json from the latest release
  2. Create folder: VaultFolder/.obsidian/plugins/bases-paginator/
  3. Copy the downloaded files into the folder
  4. Reload Obsidian
  5. Enable the plugin in Settings > Community Plugins

Development

# Install dependencies
npm install

# Development mode (watch)
npm run dev

# Production build
npm run build

# Lint code
npm run lint

Requirements

  • Obsidian v1.10.0 or higher
  • Bases core plugin enabled

License

See LICENSE.

82%
HealthExcellent
ReviewCaution
About
Add a paginated, sortable table view to Obsidian Bases with configurable page sizes, real-time global search, multi-select column filters, and natural sorting. Save filter presets, choose list rendering styles, drag to reorder columns during a session, and render links/tags natively; view is read-only.
BasesTablesSearch
Details
Current version
1.5.0
Last updated
2 months ago
Created
5 months ago
Updates
10 releases
Downloads
3k
Compatible with
Obsidian 1.10.0+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Author
sean2077sean2077
github.com/sean2077
GitHubsean2077
  1. Community
  2. Plugins
  3. Bases
  4. Bases Paginator

Related plugins

Advanced Tables

Improved table navigation, formatting, and manipulation.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

Omnisearch

Intelligent search for your notes, PDFs, and OCR for images.

Smart Connections

AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Quiet Outline

Make outline quiet and more powerful, including no-auto-expand, rendering heading as Markdown, and search support.

Life Tracker

Capture and visualize the data that matters in your life.

Datacore

An even faster reactive query engine for the data obsessed.

Super Simple Time Tracker

Multi-purpose time trackers for your notes.