Tagged Documents Viewer

by Marcus Geduld
5
4
3
2
1
Score: 37/100

Description

Category: Note Enhancements

The Tagged Documents Viewer plugin is a powerful tool for Obsidian users who want to quickly browse and review all documents associated with a specific tag or set of tags. With this plugin, you can open a scrollable modal that displays the contents of all relevant documents, making it easy to scan through your notes on a particular topic without having to click each document individually. You can also use the plugin's settings to customize its behavior, such as disabling the ribbon icon or requiring the Alt/Option key to open the modal. Whether you're looking for a quick way to review your daily journal entries or want to explore related topics in your notes, this plugin is a valuable addition to any Obsidian user's toolkit.

Reviews

No reviews yet.

Stats

32
stars
45,173
downloads
0
forks
1,367
days
1,363
days
1,392
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
8
total issues
8
open issues
0
closed issues
0
commits

Latest Version

4 years ago

Changelog

This allows users to view documents with specific tags in a single scrollable modal.

README file from

Github

Obsidian Tagged Document Viewer Plugin

About

This plugin allows you to view all documents with a given tag or set of tags in a single, scrollable modal. I can imagine various uses of this plugin, but I created it for a specific workflow, in which I journal each work day, using tags to link subjects that repeat. I may then find that I want to scroll through everything I've ever written about CSS (for instance) without having to click each document individually.

image modal

Usage

There are two ways to use the plugin:

  1. By clicking a tag. This will open the modal, showing the contents of all documents that contain the tag. Above the content, at the top of the modal, you'll see a text-input field where you can modify what documents show by adding more tags.

  2. By clicking the hashtag icon on the ribbon, which will bring up the just the text-input. You can type any tag or tags into it and then press ENTER or click the OK button to reveal matching documents.

When entering a list of tags, use spaces to separate them, e.g. home cooking food. Don't include the hashtag symbol.

To exclude some documents from displaying, you can prepend a tag with an exclamation point. For instance, typing programming code !javascript will display all documents that contain the tags #programming or #code except for ones that also contain #javacript.

Clicking the title of any document will close the modal and take you to that document.

Settings

There are three togglable settings:

  • Display Ribbon Icon (on by default). Setting this to off will remove the hashtag icon from the ribbon.

  • Open Modal On Click (on by default). Setting this to off will disable the modal from opening when you click on tags.

  • Require Alt/Option Key (off by default). Setting this to on will make the modal only open when you click a tag while holding down the ALT or OPTION key.

image settings

Possible Future Development

  • more complicated queries, e.g. allowing for searches like (home AND cooking) !pasta and maybe also allowing for date ranges, so users can search for all documents written prior to 2021 with the tag taxes.
  • sorting options
  • saving scrollable content as a new document
  • displaying document-creation dates
  • ability to edit documents in the modal
  • ability to save then modal state when it's closed
  • ability to save queries
  • allow tags to be entered in the text-input with or without hash symbols
  • allow wildcards, e.g. work-* will display documents containing #work-project-ongoing or #work-project-completed.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.