Any easy way to include tags in dev.to posts?
With dev.to trying to incorporate other media into its own, including gist, twitter, or even youtube, is there any easy way to link to its own tags in dev.to posts? Like #question and #help?
thx
Any easy way to include tags in dev.to posts?
With dev.to trying to incorporate other media into its own, including gist, twitter, or even youtube, is there any easy way to link to its own tags in dev.to posts? Like #question and #help?
thx
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for visiting DEV, we’ve worked really hard to cultivate this great community and would love to have you join us. If you’d like to create an account, you can sign up here.
Stan ku2ck4 -
Calin Baenen -
Stan ku2ck4 -
Calin Baenen -
Once suspended, suntong will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, suntong will be able to comment and publish posts again.
Once unpublished, all posts by suntong will become hidden and only accessible to themselves.
If suntong is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to suntong.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag suntong:
Unflagging suntong will restore default visibility to their posts.
Top comments (3)
You can use Liquid tags.
{% tag question %}
Here's how it looks like:
#question
To see all things that are possible in liquid tags, you can check out the bottom of the page when writing an article (the question mark icon), or the (i) icon when writing comments. Hope this helps.
Thanks briwa,
My asking is a bit different -- I just want a inline link
So I opened an Issue --
Is your feature request related to a problem? Please describe.
With dev.to trying to incorporate other media into its own, including gist, twitter, or even youtube, is there any easy way to link to its own tags in dev.to posts? Like for #question and #help, etc, we still need to go the whole nine-yard to use the md syntac for links, right?
Describe the solution you'd like
The same approach we links to youtube or comments in dev.to (
{% devcomment cl50 %}
), e.g.,Describe alternatives you've considered
This request is different from that of,
which shows up as a pop-out block. I just want a inline link, where I can say, for e.g.
Or anything else, as long as we don't need to spell out it twice like this:
Have no idea better than