mirror of
https://github.com/wenlzhang/obsidian-tag-index.git
synced 2026-07-22 05:44:03 +00:00
No description
|
|
||
|---|---|---|
| .github | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .eslintrc.json | ||
| .gitignore | ||
| .npmrc | ||
| CHANGELOG.md | ||
| esbuild.config.mjs | ||
| jest.config.js | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| version-changelog.mjs | ||
| versions.json | ||
Obsidian Tag Index
Tag Index is a plugin for Obsidian that allows you to create a separate list of important tags for quick access. It provides a streamlined way to organize and prioritize your most-used tags.
Features
- Create a dedicated view for your important tags
- Add tags to your index directly from the editor or default tag pane
- Rearrange tags via drag and drop
- Click on a tag to see all notes using that tag
- Preview note content when hovering over note names
How to use
- Install the plugin from the Obsidian community plugins
- Open the Tag Index view using:
- The ribbon icon in the left sidebar
- The command palette with "Open Tag Index"
- Add tags to your index by:
- Right-clicking on tags in the editor
- Right-clicking on tags in the default tag pane
- Using the "Add tag to Tag Index" command
- Rearrange your tags by dragging and dropping them
- Click on any tag to see a list of notes that use it
Installation
From Obsidian Community Plugins
- Open Obsidian Settings > Community plugins
- Disable Safe mode if prompted
- Click Browse and search for "Tag Index"
- Click Install and then Enable
Manual installation
- Download the latest release from the releases page
- Extract the zip into your Obsidian vault's
.obsidian/pluginsfolder - Reload Obsidian (Ctrl/Cmd + R)
- Enable the plugin in Obsidian settings
Development
- Clone this repository to your local machine
- Install dependencies:
npm install
- Start development server:
npm run dev
- Build the plugin:
npm run build
Support
If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.