Compatibility: Compatible with the latest version of Obsidian
The "Issue Tracker" plugin for Obsidian is a tool designed for developers and anyone who want link issues directly within their Obsidian notes. This plugin allows users to create custom issue tracking patterns, transforming references in text into actionable links, streamlining the process of managing tasks, bugs.
- Custom Issue Track Patterns: Create multiple patterns to identify and track various types of issues, tasks, or references within your notes.
- Pattern Creation Form: A user-friendly form to define each issue track pattern, tailored to your specific needs.
- Name: Assign a unique name to each pattern for easy identification.
- Parsing Regular Expression: Define custom regular expressions to accurately identify references or keywords in your notes.
- Result URL: Set a URL for each pattern, with the ability to access matched groups from the regular expression using $1, $2, etc., allowing for dynamic link creation.
- Test Message: Test how the regular expression works in real-time, ensuring accuracy and effectiveness before applying it to your notes.
- Dynamic Document Parsing: The plugin reads the currently opened document and applies (manually) the user-defined issue track patterns, converting specified patterns into clickable links using the defined Result URL.
- Project Management: Track project-related tasks and issues directly in your meeting notes or project plans.
- Bug Tracking: For software developers, easily link bug references to your bug tracking tool or GitHub issues.
- Download the plugin from the Obsidian Community Plugins gallery.
- In Obsidian, go to
Settings
>Community Plugins
>Browse
, and search for "Issue Tracker." - Click
Install
and thenEnable
the plugin.
- Ensure that you have a defined pattern.
- Open any document and write text that matches your pattern, such as
CU-39321
. - Open Obsidian's command palette, select
Issue Tracker: Apply Issue Trackers
, and the stringCU-39321
will be converted into a link based on your pattern.
- Access the plugin settings from
Settings
>Plugins
>Issue Tracker
. - Use the provided form to create and manage your custom issue track patterns.
- Pattern:
(CU-)(\w+)
- Result URL:
https://app.clickup.com/t/$2
For support, feature requests, or to provide feedback, please visit the Issue Tracker Plugin GitHub page or join the discussion on the Obsidian Community Forum.
With Love for Obsidian Community