Current release

Export Obsidian tables without rebuilding them by hand.

Table Exporter turns rendered Markdown tables into PNG, CSV, Excel, and PDF when the next step is sharing, reporting, or continuing the work somewhere else.

Export formatsPNG, CSV, Excel, PDF

Start with the file type that best matches the next step in your workflow.

Best forLong, wide, and shareable tables

Useful when screenshots are messy, print output is unstable, or a table still needs to move into chat, docs, or spreadsheets.

What you can do here

Start with the plugin that already solves a real handoff problem.

LiveExport

Table Exporter

Export Markdown tables and Obsidian Bases views (Table, Cards, List) to PNG, CSV, Excel, and PDF — with scroll-stitching for virtualized Bases views.

Built for the moment when a table or Base view looks right in Obsidian but still takes too much manual work to share, print, or keep moving through the rest of a workflow. v0.3 ships full long-image export for Bases Cards and List views via scroll-stitching, on top of v0.2's Bases Table support that walks the virtualized scroll container to collect every row.

PNGCSVExcel (.xlsx)PDF
Explore the plugin

Why people use it

Built for the moment when structured notes need to travel further.

Export Bases Table views with every row captured, not just the visible viewport

Bases uses virtualized rendering — only a few rows live in the DOM at any time. Table Exporter scroll-walks the container and collects every row, so a 100-row Base exports as 100 rows.

Export a long Bases Cards reading list as one shareable image (new in v0.3)

v0.3 scroll-walks Bases Cards and List views and stitches every card into one continuous long PNG, with geometry + pixel overlap detection between viewport chunks. A 50-card reading list exports as 50 cards, not just the visible window. PDF dispatch reuses the same stitched canvas through the existing paginated PDF flow.

Get real Excel types from Bases columns

Checkbox columns become real booleans, date columns become ISO date cells, link cells export readable text instead of raw control HTML. Hand the spreadsheet to a teammate and they can pivot or filter immediately.

Share long status tables without stitching screenshots

Turn long Markdown planning and weekly status tables into one clean image that drops into chat, docs, or reports.

Get a paginated PDF when print output gets messy

Use the PDF path for wide or operational tables — Markdown or Bases — that are easier to circulate as a document than as a screenshot.

What works today

Real export outputs, not mockups.

Bases Table → PDF / Excel / CSV / PNG with proper type handling (checkbox → boolean, date → ISO, link preserved)

Bases Cards / List → full long-image PNG / PDF via scroll-stitching with geometry + pixel overlap detection (new in v0.3)

Handles Bases' virtualized scroll rendering across Table, Cards, and List views

Markdown tables still work the same way — and now also faithfully render callouts, Mermaid, and Dataview blocks inside cells

Bases Map export is intentionally unsupported in v0.3 (its WebGL layer cannot be captured reliably; planned for v0.4)

Need a different export path?

Feedback is most useful when it describes what content had to leave Obsidian, where it needed to go next, and what part felt awkward.

If tables are only part of the problem

We are also listening for problems around note sections, reusable blocks, and broader export workflows beyond tables.

Other problems we are listening for

These are not public plugins yet, just workflow patterns worth validating.

Export

Section Exporter

An exploration of exporting callouts, note sections, and structured chunks that are larger than tables but still need to travel into docs, reports, and chats.

Workflow

Workflow Publisher

A future-facing direction for turning exported assets into repeatable publishing flows across docs, slides, internal updates, and external destinations.