Trouble Tags

by sspaeti
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Scans the active file for TODO, FIXME, BUG, NOTE, and WARN tags and lists them in a sidebar panel.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Trouble Tags in Obsidian

An Obsidian plugin that scans the active file for inline tags (#TODO, #FIXME, #BUG, #NOTE, #WARN) and lists them in a sidebar panel. Click any entry to jump to that line.

plugin preview

Inspired by trouble.nvim.

Usage

  • Toggle panel: Click the ribbon icon or run "Toggle Trouble Tags panel" from the command palette.
  • Click a row to jump to the corresponding line in the editor.
  • The panel rescans automatically when you edit or switch files.

Install

Copy or symlink this folder into .obsidian/plugins/obsidian-trouble-tags/, then enable it in Settings → Community plugins.

Activate

Via command palette, search for Trouble.

Also check out my other Plugin: Obsidian Open Specific File