Better Tables

by yaye.work
5
4
3
2
1
New Plugin

Description

If you are frustrated with making tables in your notes, install this. Summoned the interactive table via the Table block. Just drag to resize and reorder, hover to insert, click to edit. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Better Tables (Please)

If you are frustrated with making tables in your notes, install this. This is an interactive table tool replaces the table code block. Just drag to resize and reorder, hover to insert, click to edit. Your data stays a plain Markdown table inside a code block, so it remains readable everywhere.

Features

  • Click to edit any cell, with Tab / Enter to move between cells
  • Drag dividers to resize columns and rows
  • Drag the edge handles to reorder columns and rows
  • Hover insert dots to add a column or row between any two
  • Select + delete a row or column (click its handle, then Delete)
  • Add columns and rows from the + pills on the right and bottom edges
  • Horizontal scrolling for wide tables
  • Column widths and row heights are remembered

Usage

Add a table code block:

Then, go to the next line, and you'd summon the interactive/visial table tool.

Or run the Better Tables: Insert table command from the command palette.

Column/row sizes are stored in a small trailing comment inside the block (e.g. <!-- tk:cols=140,140;rows=48,48 -->); the table itself stays valid Markdown.

Installation

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <your-vault>/.obsidian/plugins/better-tables/.
  3. Reload Obsidian and enable Better Tables under Settings → Community plugins.

License

MIT

Happy noting! Yaye