Table Column Resize

by lolieatapple
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Drag table column borders to manually resize column widths. Widths persist across sessions.

Reviews

No reviews yet.

Stats

stars
69
downloads
0
forks
1
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

Table Column Resize

An Obsidian plugin that lets you manually adjust table column widths by dragging column borders.

Features

  • Drag to resize — hover over the right edge of any table header cell and drag to adjust the column width.
  • Persistent widths — column widths are saved per-note and restored when you reopen the document.
  • Works everywhere — Reading View, Live Preview, and PDF export all respect your custom widths.

Usage

  1. Open a note containing a Markdown table.
  2. Hover over the right border of a header cell — a blue highlight appears.
  3. Click and drag to resize the column.
  4. Widths are saved automatically.

Settings

Setting Description
Minimum column width The smallest width (in px) a column can be resized to. Default: 50.
Reset all saved widths Clear all saved column widths across all notes.

Installation

From Community Plugins

  1. Open Settings → Community plugins → Browse.
  2. Search for Table Column Resize.
  3. Click Install, then Enable.

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Create a folder table-column-resize inside your vault's .obsidian/plugins/ directory.
  3. Place the three files into that folder.
  4. Reload Obsidian and enable the plugin in Settings → Community plugins.

Development

bun install
bun run build

License

MIT