MD Toolbox

approved

by knowckx

Transpose Markdown tables directly in the editor. - This plugin has not been manually reviewed by Obsidian staff.

41 downloadsUpdated 19d ago0BSD

MD Toolbox

Transpose Markdown tables directly in Obsidian.

Usage

  1. Place the cursor anywhere inside a Markdown table.
  2. Open the command palette and select Transpose Markdown table.

For example:

ABCD
1234

becomes:

A1
B2
C3
D4

The command works in source mode and Live Preview. After transposition, column alignment is reset to the default Markdown alignment. Missing cells in uneven rows are left empty.

Manual installation

Install dependencies and build the plugin:

pnpm install
pnpm build

Then copy the generated main.js and manifest.json into:

<Vault>/.obsidian/plugins/ob-toolbox/

Reload Obsidian, then enable the plugin under Settings → Community plugins.

Privacy

MD Toolbox works entirely locally. It does not collect analytics or send vault content to external services.

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.