Get AI summaries of any video or article — Sign up free
New Obsidian Plugins You Need to Know About thumbnail

New Obsidian Plugins You Need to Know About

Prakash Joshi Pax·
5 min read

Based on Prakash Joshi Pax's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Painter lets users highlight selected markdown text with multiple highlight styles and configurable colors, including hex-code input.

Briefing

A new wave of Obsidian plugins is making everyday note-taking more interactive—adding colored “painted” highlights, checkbox feedback sounds, embedded time tracking, and even spreadsheet and Kanban-style task views inside markdown. The standout theme across the lineup is practical customization: features are designed to work directly in the editor (often via inline rendering) while still keeping data export or portability in mind.

Painter is built for visual emphasis. It lets users “paint” or highlight selected text in markdown using configurable highlight styles such as low light, floating, rounded, or realistic. The plugin also offers two implementation modes: inline styles, which keep highlights visible even after disabling or uninstalling the plugin (though styling may revert), and CSS class-based styling, which is more flexible and easier to customize but depends on external CSS. Users can choose highlight colors either via a picker or by entering hex codes, and can streamline the workflow with hotkeys—assigning a shortcut to apply a specific highlight color instantly after selecting text.

Checkbox sounds adds a small but satisfying layer of feedback for task management. When checkboxes are ticked off, it plays a completion sound, with options including pop, thing, and catching. For people who run projects or maintain task lists in Obsidian, the plugin turns routine completion into a quick, audible confirmation.

Time cap focuses on measurement and reporting. It provides a time-tracking widget that can be embedded via a code block or inserted through the command palette. Tasks are started and stopped within the tracker, and the recorded durations can be exported as a markdown table, CSV, or PDF for later analysis. The plugin is positioned as a straightforward logger; the creator notes it would be even more useful with built-in visualization, but it still supports editable blocks and export.

Graph Banner brings the local graph view into notes. Instead of opening the graph in a sidebar, it embeds a local graph directly inside a note as a header-like element, making it easier to see connections and links while reading.

Templi takes a different approach: it renders notes in a structured layout based on selected templates. In Templi mode, markdown is displayed in a planner-like format (example shown with an “Isen hour method” using an “Isen our Matrix template”), while the underlying content remains markdown that can be dragged between sections. It also supports embedding templified blocks into other notes.

Power mode adds gamified friction reduction for writing. It turns typing into a mini “game” with effects like boosters, configurable intensity, combo time, and visual effects such as confetti, spark, and particles—intended to make writing feel less monotonous.

Tabs improves organization by letting users insert tab components into markdown, keeping related content compact. Seat plus provides Excel-like spreadsheets inside Obsidian using the Univer framework, supporting operations on embedded data. Finally, task list kman integrates markdown tasks into a Kanban view by creating a Kanban file scoped to a folder (or the entire vault), then mapping tasks into columns using hashtags (including options for finished, uncategorized, and time-based columns like “this week” and “next week”).

Together, the plugins push Obsidian toward a more “app-like” workspace—where writing, tracking, organizing, and visualizing can happen without leaving the note.

Cornell Notes

The plugin lineup centers on making Obsidian notes more interactive and workflow-ready. Painter adds configurable, color-based text highlighting with both inline-style and CSS-class modes, plus hotkeys for fast highlighting. Time cap provides embedded time tracking with editable blocks and exports to markdown table, CSV, or PDF. Graph Banner embeds the local graph view directly inside notes, while Templi renders markdown using templates into structured layouts. The set also includes organization and data tools like Tabs, Seat plus (Excel-like spreadsheets), and Task list kman (Kanban integration via hashtags).

How does Painter keep highlights visible after disabling or uninstalling the plugin, and what tradeoff does that create?

Painter supports two highlight methods: inline styles and CSS class-based styling. With inline styles, highlights remain visible even after the plugin is disabled or uninstalled, because the styling is embedded into the note’s content. The tradeoff is that the highlight may not keep the exact styling chosen in Painter’s settings once the plugin is gone. With CSS classes, highlights are more flexible and easier to customize, but they rely on external CSS—so disabling/uninstalling can remove or change the styling.

What workflow features make Checkbox sounds useful for task management?

Checkbox sounds adds a completion sound when a checkbox is ticked. It’s designed for task/project workflows where checkboxes are used as the completion mechanism, turning each “done” action into immediate feedback. The plugin includes selectable sound options (such as pop, thing, and catching), so users can match the feedback to their preference.

How does Time cap capture time and get it out for analysis?

Time cap uses an embedded tracker inserted either via a code block or through the command palette. Users start a task, stop it when finished, and the tracker records time and duration. Multiple tracker blocks can be added and edited (including start/end times). For analysis, the recorded data can be exported as a markdown table, CSV, or PDF.

What does Graph Banner change about how users view relationships in Obsidian?

Graph Banner embeds the local graph view directly inside a note, rather than requiring the graph to be opened in a sidebar. That means connections and links between nodes can be seen in context while reading or editing, with the local graph displayed as a note header-like element.

How does Task list kman map Obsidian tasks into a Kanban board?

Task list kman creates a Kanban view that pulls tasks from Obsidian files and displays them as columns. It uses folder scope to decide where tasks are sourced (a specific folder or the entire vault). Column placement is controlled by hashtags in task labels—for example, moving a task into a “next week” column applies a hashtag like #next week, which then appears in the task’s file metadata. The board also supports filtering such as finished/done items and uncategorized tasks.

What’s the difference between Templi mode and plain markdown mode?

Templi mode renders the same underlying markdown content into a structured, template-driven layout (example shown with an “Isen hour method” using an “Isen our Matrix template”). In templified mode, sections are presented like a planner, and tasks can be dragged between sections. In plain markdown mode, the note remains a standard markdown file with sections, so Templi is primarily about presentation and layout rather than changing the data format.

Review Questions

  1. Which Painter highlight method (inline styles vs CSS classes) best preserves visibility after disabling the plugin, and what styling limitation comes with it?
  2. What export formats does Time cap support, and how are tracker blocks inserted into notes?
  3. In Task list kman, how do hashtags determine which Kanban column a task appears in?

Key Points

  1. 1

    Painter lets users highlight selected markdown text with multiple highlight styles and configurable colors, including hex-code input.

  2. 2

    Painter’s inline-style mode preserves highlight visibility even after disabling/uninstalling, while CSS-class mode is more customizable but depends on external CSS.

  3. 3

    Checkbox sounds adds audible completion feedback for checked tasks, with multiple sound options.

  4. 4

    Time cap tracks task durations inside embedded widgets and exports results as markdown table, CSV, or PDF.

  5. 5

    Graph Banner embeds the local graph view directly into notes to show connections in context.

  6. 6

    Templi renders markdown notes into template-based layouts and supports embedding templified blocks into other notes.

  7. 7

    Task list kman integrates markdown tasks into a Kanban view using folder scope and hashtag-based column mapping.

Highlights

Painter’s inline-style highlights remain visible after the plugin is disabled or removed, even though styling may revert.
Time cap’s tracker blocks are editable and exportable to markdown table, CSV, or PDF for downstream analysis.
Graph Banner turns the local graph into an in-note header, keeping relationship context close to the writing.
Task list kman uses hashtags to drive Kanban column placement, so moving tasks updates metadata automatically.

Topics

  • Text Highlighting
  • Time Tracking
  • Embedded Graphs
  • Template Rendering
  • Kanban Integration

Mentioned