Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

AsciiDoc Blocks Plugin

juracyjuracy6k downloads

Render asciidoc blocks, initially asciidoc tables.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

= Obsidian AsciiDoc Blocks Plugin :prewrap: ifdef::env-github[] :tip-caption: :bulb: :note-caption: :information_source: :important-caption: :heavy_exclamation_mark: :caution-caption: :fire: :warning-caption: :warning: endif::[]

[.lead] This is a plugin to render AsciiDoc blocks in Obsidian, initially focused on tables. 'Cause markdown tables are so limited!

== Examples

=== Headerless table (without grid and frames)

[cols="1a,1a"] |=== | Markdown | Result

| [source]

[frame="none", grid="none", cols="^3,^1,^2"]
\|===
\| 2 × 1 \| = \| 2
\| 2 × 2 \| = \| 4
\| 2 × 3 \| = \| 6
\|===

| image:images/multiplication-table.png[] |===

=== CSV Table

[cols="1a,1a"] |=== | Markdown | Result

| [source]

[%header, format=csv]
\|===
Artist, Track, Genre
Baauer, Harlem Shake, Hip Hop
The Lumineers, Ho Hey, Folk Rock
\|===

| image:images/csv-table.png[] |===

=== Span lines and columns

[cols="1a,1a"] |=== | Markdown | Result

| [source]

\|===
\| Column 1 \| Column 2 \| Column 3

3+\| colspan="3" - full line

.2+\| rowspan="2" - two lines
\| Line 2 - Column 2
\| Line 2 - Column 3
\| Line 3 - Column 2
\| Line 3 - Column 3

\| Line 4 - Column 1
2.2+\| rowspan="2" colspan="2" - two lines and two columns
\| Line 5 - Column 1
\|===

| image:images/span-table.png[] |===

[TIP] For more information about https://docs.asciidoctor.org/asciidoc/latest/tables/build-a-basic-table/[AsciiDoc Tables].

== IMPORTANT

At the moment any AsciiDoc feature might work, but there isn't any warranty and support! I hope in the future I could support other features officially!

[WARNING] Maybe I'll restrain asciidoc-table for only support tables and create another unsupported block: asciidoc-raw.

== Thanks

  • The first inspiration (and some code) came from https://github.com/valentine195/obsidian-admonition[Obsidian Admonition], thanks @valentine195;
  • So many thanks, @francbreno for introducing me to Obsidian and spending some time discussing the idea of this plugin.
HealthFair
ReviewCaution
About
Render AsciiDoc blocks in Obsidian, focusing on tables with headerless layouts, CSV-format input, grid/frame options, and row/column spans. Show accurate AsciiDoc table layouts directly in your notes.
TablesFormatsMarkdown
Details
Current version
1.0.2
Last updated
4 years ago
Created
4 years ago
Updates
2 releases
Downloads
6k
Compatible with
Obsidian 0.12.0+
Platforms
Desktop, Mobile
Report bugRequest featureReport plugin
Author
juracyjuracy
github.com/juracy/obsidian-asciidoc-blocks
GitHubjuracy
  1. Community
  2. Plugins
  3. Tables
  4. AsciiDoc Blocks Plugin

Related plugins

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Chat View

Chat View lets you quickly and easily create elegant Chat UIs in your Markdown Files.

Docxer

Import Word files easily. Adds a preview mode for .docx files and the ability to convert them to markdown (.md) files.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Outliner

Work with your lists like in Workflowy or Roam Research.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

Various Complements

Complete words similar to auto-completion in an IDE.

Typewriter Mode

Typewriter scroll, writing focus, current line highlight, paragraph dimming, and more!

Project Manager

Full-featured project management: stunning Gantt charts, Kanban boards, Table views, customizable fields, due date notifications.