Get AI summaries of any video or article — Sign up free
Creating a content calendar in Obsidian thumbnail

Creating a content calendar in Obsidian

Nicole van der Hoeven·
5 min read

Based on Nicole van der Hoeven's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Use the Kanban plugin to model content stages as board lists (ideas/research, production, editing, scheduling, post-publishing, done).

Briefing

Obsidian can be turned into a full content-calendar system—complete with table-like idea capture, Kanban-style workflow stages, and a true calendar view—by combining a few community plugins and a simple metadata workflow. The payoff is practical: a developer advocate can track blog posts, videos, presentations, and even code-related tasks through research, production, scheduling, and post-publishing steps without bouncing between tools like Notion.

The setup starts with the Kanban plugin, which provides the “board view” that Obsidian lacks natively. A single Kanban board becomes the content pipeline, with each list acting as a stage (for example: ideas/research, filming or writing, editing, scheduling, and post-publishing before “done”). Moving items between stages is straightforward, and each card can generate a linked note (“Create Note From Card”) so the workflow stays connected to the detailed task list. Those notes are where progress updates and checklists live—especially pre-production and post-production checklists.

To make new content notes fast and consistent, the Templates core plugin is used. When a new idea appears—say, a video—an inserted template pre-populates the fields and prompts needed for that content type (thumbnail, title, and other production considerations). Different templates can support different outputs and tones, such as separating personal-channel content from work content for k6.io. The result is less blank-page friction and fewer missed steps.

For “table view” style capture, the workflow leans on Markdown as the closest substitute. Instead of relying on a dedicated table interface, ideas are dumped quickly in Markdown, then converted back into the Kanban board view when it’s time to manage status. Visual cues help keep the board scannable: emojis are inserted via the Emoji Toolbar plugin (not as part of filenames), and thumbnails are added directly to cards so titles don’t have to be read to understand what’s coming.

Dates are handled with a deliberate workaround. While the Kanban plugin can attach dates to cards, the workflow avoids relying on card-level dates for sorting and filtering. Instead, dates are stored in note metadata so the calendar view can drive planning. That calendar view comes from Fantasy Calendar, a plugin originally built to track time in Dungeons & Dragons campaigns. Using its Gregorian preset, auto-incremented days, and event categories (e.g., Personal vs Work), content items are scheduled onto a “My Content Calendar.” From there, the calendar’s day view and expanded “big” month view show linked events; published items can even embed the video directly in the note so it plays from the calendar context.

By stitching these pieces together—Kanban for pipeline stages, Templates for repeatable note structure, Markdown for rapid idea capture, and Fantasy Calendar for scheduling—the workflow replicates the core strengths of Notion’s table/board/calendar combination. The end goal is consolidation: Obsidian becomes a single system for knowledge management, D&D tracking, and content planning, reducing reliance on Evernote, Notion, or Roam for day-to-day execution.

Cornell Notes

A practical Obsidian content calendar is built by combining plugins that cover three needs Notion handled easily: a pipeline board, fast idea capture, and a real calendar view. Kanban plugin lists act as content stages (ideas/research → production → editing → scheduling → post-publishing → done), and each card can create a linked note for checklists and progress updates. The Templates core plugin speeds up new content creation by pre-filling fields and prompts for different content types (e.g., videos vs blog posts, personal vs k6.io work). Fantasy Calendar then turns note metadata into a month/day schedule, with linked events and even embedded video playback. The result is a single workflow that supports planning, execution, and publishing without switching tools.

How does the Kanban plugin replace the “board view” part of a content calendar in Obsidian?

Kanban provides a board where each list functions as a stage in the content lifecycle. The workflow uses multiple simultaneous streams—blog posts, videos, presentations, and repository pull requests—so stages like ideas/research, filming/writing, editing, scheduling, and post-publishing (before “done”) let the user see what’s where at a glance. Cards can be moved between statuses easily, and each card can generate a linked note via “Create Note From Card,” keeping the pipeline connected to the detailed work items.

What role do templates play when creating new content notes?

The Templates core plugin is enabled in Obsidian and used to pre-populate new content notes. A command (mapped to a shortcut like command + semicolon) inserts the right template—for example, a video template that includes fields like thumbnail and title plus prompts for production steps. Different templates support different output types and tones, such as separating personal-channel content from work content for k6.io.

How is “table view” functionality approximated without a native table calendar in Obsidian?

Instead of a dedicated table interface, the workflow uses Markdown as the closest substitute for table-like capture. Ideas are quickly “bashed out” in Markdown when inspiration hits, then the items are managed in Kanban afterward. This approach sacrifices some table sorting/filtering but keeps entry fast and flexible for day-to-day planning.

Why are dates handled via note metadata rather than relying on card-level dates?

Card-level dates can be added in Kanban, but the workflow finds it less useful because it doesn’t support quick calendar-style sorting and filtering (like viewing “tomorrow” or “this week”) as well as a dedicated calendar view. So the workflow removes card dates and stores scheduling information in note metadata, letting Fantasy Calendar drive the actual day/month planning experience.

What is Fantasy Calendar used for, and how does it connect to content notes?

Fantasy Calendar is a community plugin originally created to track time during Dungeons & Dragons campaigns. In this workflow, it’s repurposed for real-life content scheduling by applying the Gregorian preset and enabling auto-incremented days. Event categories (such as Personal vs Work) organize content by channel/brand. When a note is scheduled, the calendar shows linked events on specific dates; clicking a day prompts creation of a new event, and double-clicking an event opens the linked note. Published items can include embedded video playback inside the note.

How do visual cues (emojis and thumbnails) improve day-to-day scanning of the content board?

Emojis are inserted using the Emoji Toolbar plugin to visually indicate attributes like which channel/brand or content type a card belongs to—without putting emojis in filenames. Thumbnails are also included in cards so the board can be scanned visually; the user can recognize content at a glance rather than reading every title.

Review Questions

  1. What content stages are represented as Kanban lists, and how does moving cards between lists support planning across multiple content types?
  2. How do Templates and Fantasy Calendar work together to speed up creation while still enabling calendar-based scheduling?
  3. What tradeoff does the workflow make by using Markdown for table-like capture instead of a true table view, and why is that acceptable?

Key Points

  1. 1

    Use the Kanban plugin to model content stages as board lists (ideas/research, production, editing, scheduling, post-publishing, done).

  2. 2

    Create linked notes from Kanban cards so each content item has a dedicated workspace for checklists and progress updates.

  3. 3

    Enable the Templates core plugin to pre-fill fields and prompts for different content types and different audiences (e.g., personal vs k6.io).

  4. 4

    Approximate table-style idea capture with Markdown for speed, then manage workflow status in Kanban.

  5. 5

    Store scheduling dates in note metadata rather than relying on card-level dates when you want strong calendar filtering and day/week views.

  6. 6

    Repurpose Fantasy Calendar (with the Gregorian preset and event categories) to turn note metadata into a month/day calendar with linked events and optional embedded playback.

  7. 7

    Add visual scanning aids—emojis via Emoji Toolbar and thumbnails in cards—to reduce reliance on reading titles.

Highlights

Kanban lists become a full content pipeline, with cards generating linked notes for checklists and progress tracking.
Templates eliminate blank-page friction by pre-populating video/blog structures and tone differences for personal vs k6.io work.
Fantasy Calendar—originally built for D&D time tracking—can schedule real content using Gregorian settings and event categories, with linked events and embedded video playback.
Dates are kept in note metadata to make the calendar view the primary planning interface rather than card-level date fields.