Skip to content

Releases: mjsumpter/obsidian-tag-page

0.0.6

05 Sep 18:10
2adacc0
Compare
Choose a tag to compare

Update naming convention from #<tag> (which is bad for markdown linking), to <tag>_Tags

Full Changelog: 0.0.5...0.0.6

0.0.5

05 Sep 17:58
743f84c
Compare
Choose a tag to compare

What's Changed

  • Update refresh to look for frontmatter key rather than the directory by @mjsumpter in #4

Full Changelog: 0.0.4...0.0.5

0.0.4

05 Sep 16:53
55d6512
Compare
Choose a tag to compare

This fixes a few bugs regarding:

  • Sub-bullet capture and indentation fixed
  • EOF captures are being missed no longer!

Full Changelog: 0.0.3...0.0.4

0.0.3

04 Sep 17:48
557d597
Compare
Choose a tag to compare

Add new feature, Auto Refresh:

  • Automatically refreshes Tag pages when they become active
  • Adds a setting to disable this, but it defaults to true

0.0.2

03 Sep 05:17
f589480
Compare
Choose a tag to compare

Changes

Made changes after reading the Plugin guidelines

  • Added a description to the manifest.json
  • Moved to sentence-case for setting names
  • Moved from the Promise pattern to the aync/await pattern

0.0.1

03 Sep 04:47
8ffbd27
Compare
Choose a tag to compare

TagPagePlugin Alpha Release v0.0.1

Announcing the initial alpha release of the TagPagePlugin for Obsidian. This plugin enhances your Obsidian experience by offering dynamic, updatedable pages for your tags. Tag pages can pull in all references to a specific tag and display them neatly within a single note, offering you a consolidated view of that tag's presence across your vault.

Features

  • Tag Page Directory: Automatically create tag pages in a specific directory, customizable via settings.
  • Frontmatter Query Property: Utilizes a frontmatter property to store queries in the tag page.
  • Bulleted Sub-Items: Option to include bulleted sub-items in the tag page.
  • Include Lines: Option to include entire lines where the tag appears.

Quick Commands

  • Refresh Tag Page: Manually refresh the tag page content via a ribbon icon.
  • Create Tag Page: Create a new tag page or navigate to an existing one via command palette.

Installation

  1. Download the main.js, manifest.json, and styles.css files from this release.
  2. Place them in your .obsidian/plugins/tag-page-md/ directory.

How to Use

  1. Navigate to the Plugin Options within Obsidian and configure the settings as per your needs.
  2. Use the Create Tag Page command or click the ribbon icon to create or refresh tag pages.

Changelog

  • Initial alpha release.

Known Issues

  • This being an alpha release, some minor bugs and incomplete features are expected.

Contributing

Feel free to contribute to this project by opening issues, suggesting improvements, or submitting pull requests.