marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
225 stars 35 forks source link

[Feature] Subcompact mode #73

Open jeffmadison opened 1 year ago

jeffmadison commented 1 year ago

A new mode that is even more compact than Compact, showing just the issue Key, e.g., ABC-123, and retaining the link to the issue in Jira. Ideally it would also support a preview hover that shows more details akin to the full inline mode.

The syntax for Subcompact mode could be JIRA:--ABC-123 (two hyphens). Or perhaps call it Key Mode and have a syntax of JIRA:#ABC-123 (# sign suggesting it's just a number/ID).

This mode would be nice when a page makes frequent mentions to Jira issues within paragraph text, where all of the colors and icons of Compact mode can be distracting.