Indented Table

approved

by nnyj

Renders markdown pipe tables that are indented inside list items. - This plugin has not been manually reviewed by Obsidian staff.

108 downloadsUpdated 1mo agoMIT

obsidian-indented-table

Stars Downloads Latest Release Build

Styles pipe tables nested inside list items in Obsidian live preview. Obsidian ignores indented tables, rendering them as plain text — this plugin makes them readable without changing the markdown.

Features

  • Hides separator row
  • Bold header with background fill
  • Faded pipe characters
  • No-wrap per row, prevents mid-row line breaks
  • Forces monospace font on table regions (fixes proportional font on Android)
  • Row borders scoped to table content width

Install

Search "Indented Table" in Settings > Community plugins > Browse.

Manual: download main.js, manifest.json, styles.css from Releases into .obsidian/plugins/indented-table/.

How it works

Obsidian blocks widget and replace decorations from plugins. The plugin uses CM6 mark and line decorations with CSS: Decoration.line() for no-wrap and separator hiding, Decoration.mark() for header background, row borders, and pipe color, all scoped to table content width.

Build

npm install
npm run build

License

MIT

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.