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

Omni Infobox

Claude (Anthropic)Claude (Anthropic)2k downloads

Renders Wikipedia-style infoboxes from YAML frontmatter.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates10

An Obsidian plugin that renders Wikipedia-style infoboxes from YAML frontmatter, including a floating panel pinned to the top-right of the reading pane.

Features

  • Frontmatter-driven: no special syntax in note body required
  • Supports title, subtitle, images, captions, tags, and key-value fields
  • Named section dividers within the field list
  • Supports internal wikilinks in text properties and fields
  • Resolves local vault images (wikilink or plain filename)
  • Automatic light/dark theme support
  • Works on desktop and mobile

Installation

Manual

  1. Download main.js, styles.css, and manifest.json from the latest release
  2. Copy them into .obsidian/plugins/omni-infobox/ inside your vault
  3. Enable the plugin in Settings → Community Plugins

Community Plugins

Search for Omni Infobox in the Obsidian community plugin browser.

Usage

Add an infobox: block to your note's YAML frontmatter:

---
infobox:
  title: Albert Einstein
  subtitle: Theoretical Physicist
  images:
    - label: Portrait
      image: einstein.jpg
      caption: Photograph from [[1921]]
    - label: Lecture
      image: "[[einstein-lecture.jpg]]"
      caption: Einstein giving a lecture
  tags: [science, physics]
  fields:
    - section: Personal
    - Born: March 14, 1879
    - Died: April 18, 1955
    - Nationality: [[Germany|German]] / [[United States|American]]
    - section: Career
    - Field: Theoretical physics
    - Known for: General relativity, Special relativity
    - Awards: Nobel Prize in Physics (1921)
---

Frontmatter fields

Key Type Description
title string Bold heading at the top of the card
subtitle string Italic line below the title
image string A single filename or URL. Supports [[wikilinks]] and ![[wikilinks]]
caption string Small italic text below a single image
images list Image gallery entries, each with image and optional label and caption
tags list/string Optional tags to show in the infobox. Falls back to the note's frontmatter and inline tags
showTags boolean Set to false to hide tags for a note
fields list Array of single-key objects (see below)

Text values in title, subtitle, caption, section headers, field labels, and field values can include internal links such as [[Mondstadt]] or [[Knights of Favonius|the Knights]]. Quoted and unquoted YAML wikilinks are supported.

Fields list

Each item in fields is a single-key YAML object:

  • Regular row: any key/value pair renders as a label + value row
  • Section header: use the key section to insert a divider with a category label
fields:
  - section: Category Name   # renders as a section divider
  - Label: Value             # renders as a data row

Images

Images can be specified as:

  • A plain filename: image: einstein.jpg (resolved via vault)
  • A wikilink: image: "[[einstein.jpg]]" or image: "![[einstein.jpg]]"
  • A remote URL: image: https://example.com/photo.jpg

For a gallery, use images instead of image. With more than one entry, the infobox shows image tabs:

images:
  - label: Portrait
    image: "[[einstein.jpg]]"
    caption: Photograph from 1921
  - label: Lecture
    image: "[[einstein-lecture.jpg]]"
    caption: Einstein giving a lecture

Contributing

Issues and pull requests are welcome.

License

MIT see LICENSE

HealthExcellent
ReviewPassed
About
Render Wikipedia-style infoboxes from a note's YAML frontmatter and display them in a floating panel pinned to the top-right of the reading pane. Include title, subtitle, image with caption, tags, named section dividers and key-value fields, resolve local vault images, and adapt to light/dark themes on desktop and mobile.
PropertiesInterface
Details
Current version
1.0.9
Last updated
Last month
Created
6 months ago
Updates
10 releases
Downloads
2k
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Ko-fi
Author
Claude (Anthropic)Claude (Anthropic)omni-gh549
GitHubomni-gh549
  1. Community
  2. Plugins
  3. Properties
  4. Omni Infobox

Related plugins

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Front Matter Title

Define a title in frontmatter to be displayed as the filename.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Hider

Hide interface elements such as tooltips, status bar, titlebar, and more.

Note Toolbar

Add customizable toolbars to your notes.

Editing Toolbar

The Editing Toolbar is modified from cMenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Hover Editor

Transform the Page Preview hover popover into a fully working editor instance.

Commander

Customize your workspace by adding commands everywhere, create macros and supercharge your mobile toolbar.

Update modified date

Automatically update a frontmatter modified date field when the file is modified.