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

MarkBase

Tyler CarrolTyler Carrol544 downloads

Create freeform markdown base views.

Add to Obsidian
MarkBase screenshot
MarkBase screenshot
  • Overview
  • Scorecard
  • Updates12

Scc Count Badge

MarkBase combines Markdown and Obsidian Bases into one Freeform view. Rendering the visible properties and formulas for every query result as one continuous Markdown document.

Features

  • Render selected note properties, file properties, and formulas as Markdown.
  • Control rendered content and its sequence with the Base properties menu.
  • Follow internal links and select rendered text for copying.
  • Add a multiline Markdown separator between results, or leave it empty.
  • Place each note's Markdown body anywhere in the property order.
  • Edit note bodies with cursor-sensitive Markdown formatting and wikilink suggestions.
  • Optionally override the property layout with a reusable Markdown template.
  • Run entirely inside the vault without network requests.

Examples

Freeform Example Embedded Example

Requirements

  • Obsidian 1.13.0 or later.
  • The Bases core plugin must be enabled.

Use the Freeform view

  1. Open a Base and change its layout to Freeform.
  2. Use the Base properties menu to choose and reorder the properties and formulas to render.
  3. Open Configure view → Line separator to set the Markdown placed between properties inside each result. The default is \n. Enter \n\n for a blank line between blocks.
  4. Open Configure view → File separator to set the Markdown placed between results. Enter \n for a new line, such as ---\n\n---, or clear the option to join results without a separator.
  5. Open the Base properties menu, add file.contents, and drag it to where the note's Markdown body should render. YAML frontmatter is omitted.
  6. To edit note bodies in place, enable Configure view → Enable file contents editing, then select a rendered note body. Markdown markers appear for the formatting at the caret. Type [[ to search for notes and insert a wikilink. Changes save when focus leaves the editor.
  7. Under Configure view → Export, configure the default vault folder and file name for future exports. Default folder provides suggestions from the folders that already exist in the vault.

Each selected value is rendered as Markdown, in property-menu order. Single newlines in multiline formula values remain visible. file.name is rendered as a link to its note. Changes to matching notes, formulas, property order, and view options update the view automatically.

Use a template override

For a fixed custom layout, create a Markdown file and add placeholders using full Bases property IDs:

# [[{{file.path}}|{{note.title}}]]

{{formula.summary}}

{{file.contents}}

Then select it under Configure view → Template override. The template is repeated for every result. Because the template explicitly controls placement, its placeholder order takes precedence over the Base properties menu. Clear Template override to return to property-order rendering. In template mode, the line separator setting is ignored because the template provides the layout.

The view replaces these placeholder forms before rendering:

Placeholder Value
{{note.property}} A property from the note's frontmatter
{{file.property}} A built-in file property such as file.name or file.path
{{file.contents}} The note's Markdown body, excluding YAML frontmatter
{{formula.name}} A formula defined in the current Base

Whitespace inside braces is optional. Missing values render as empty text. Unsupported placeholders remain unchanged. Formula expressions must be defined in the Base first; the template references their formula.name.

In template mode, place {{file.contents}} where the note body should appear.

file.contents is provided by the Freeform view, not the Bases formula engine. Obsidian currently does not expose an API for plugins to add file properties to formula evaluation, so it cannot be referenced from a Base formula.

Each result is rendered relative to its source note, so relative links and embeds resolve in that note's context. Template edits are reflected automatically. MarkBase does not add labels, italics, callouts, or other formatting; those come only from property values or an explicitly selected template.

Demo vault

The ready-made mark-base-demo-vault includes a Base, two sample notes, and a Freeform template.

Install for development

  1. Install dependencies:
    npm install
    
  2. Build the plugin:
    npm run build
    
  3. Copy main.js, manifest.json, and styles.css to:
    <Vault>/.obsidian/plugins/mark-base/
    
  4. In Obsidian, enable Settings → Community plugins → MarkBase.

For watch mode during development:

npm run dev

Fastest way to try it

This repository includes a ready-made demo vault in /mark-base-demo-vault.

  • Windows/PowerShell:
    .\scripts\build-to-demo-vault.ps1
    
  • Any platform:
    1. Run npm run build
    2. Copy main.js, manifest.json, and styles.css to mark-base-demo-vault/.obsidian/plugins/mark-base/
    3. Open mark-base-demo-vault in Obsidian

See mark-base-demo-vault/README.md for a guided walkthrough.

HealthExcellent
ReviewSatisfactory
About
Render selected Bases properties and formulas as a continuous Markdown Freeform view. Control property order and separators, follow internal links, and copy rendered text. Override the layout with a reusable Markdown template and run entirely inside your vault.
BasesTemplatingMarkdown
Details
Current version
0.4.2
Last updated
Last week
Created
Last month
Updates
12 releases
Downloads
544
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Support
Author
Tyler CarrolTyler Carroltylercarrol
GitHubtylercarrol
  1. Community
  2. Plugins
  3. Bases
  4. MarkBase

Related plugins

Fantasy Statblocks

Create, manage and view a Fantasy Bestiary with Dungeons and Dragons style statblocks.

JS Engine

Run JavaScript from within your notes.

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.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

Custom Frames

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

QuickAdd

Quickly add new notes or content to your vault.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Consistent Attachments and Links

Move note attachments and update links automatically.

Outliner

Work with your lists like in Workflowy or Roam Research.

Templater

Create and use dynamic templates.