The issue has been solved
New to the product and so far love it!
Hopefully this is a non-issue, but I'd be surprised if this functionality was not already available, because it seems like an incredibly valuable feature.
I'm (unsuccessfully) attempting to insert #tags within the body of markdowns, eg:
Markdown To-Do List:
As a user, I would expect to be be able to click the tag associated with "Item 2" and pull up a list of all markdowns / snippets with that tag; however, I can only figure out how to add tags to a markdown as a whole as opposed to tagging individual parts within a single markdown.
Please tell me this functionality already exists...if not, it should!

posted by IssueHuntBot over 6 years ago 
posted by IssueHuntBot over 6 years ago 
posted by IssueHuntBot over 6 years ago 
posted by IssueHuntBot over 6 years ago 
posted by IssueHuntBot over 6 years ago 
Hi, @ChetCopperpot.
I have a fix for this.
I think what you meant is that you should be able to scroll through the list when clicking on tag.
<a id="tag1"></a>
Item 2 (clicking on #tag1 brings you here)
Code for the same:
- Item 1
- Item 2 [#tag1](#tag1)
- Item 3 [#tag2](#tag2)
<a id="tag1"></a>
### Item 2
- SubItem 1
- SubItem 2
posted by aashutoshrathi over 6 years ago
Hi, I would love to work on this. Any advice on where to start? Thanks in advance!
posted by ekoeditaa about 6 years ago
@ChetCopperpot If I understand it right the following screenrecording is showing the feature you requested:

I've added it by adding a special link markup similar to the line syntax :line:10
. By adding [Link text](:tag:#your-tag)
it will create a link that's changing to the tag view with #your-tag
selected.
I think it's difficult with-out the link markup by directly adding #tag
. What do you think about the syntax? I think it's OK but I'm open for suggestions.
I think I'll create a PR for it soon. I just have to merge master and do a small modification by changing to connected-router.
posted by AWolf81 almost 6 years ago
@issuehunt has funded $5.00 to this issue.
posted by IssueHuntBot almost 6 years ago
posted by issuehunt-app[bot] about 5 years ago