Releases: mjsumpter/obsidian-tag-page
Releases · mjsumpter/obsidian-tag-page
0.0.6
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
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
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
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
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 theaync/await
pattern
0.0.1
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
- Download the
main.js
,manifest.json
, andstyles.css
files from this release. - Place them in your
.obsidian/plugins/tag-page-md/
directory.
How to Use
- Navigate to the Plugin Options within Obsidian and configure the settings as per your needs.
- 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.