Added Hashtags documentation

This commit is contained in:
CJ Eller 2020-02-06 15:45:35 -05:00 committed by Matt Baer
parent 9d5a16e216
commit bcbe72e82e

17
writer/hashtags.md Normal file
View File

@ -0,0 +1,17 @@
# Hashtags
WriteFreely lets you easily group your posts together with hashtags.
Add one at any point in your post, like #this, and it'll automatically be linked to a special page that shows all posts in the blog containing that hashtag. You can also add as many hashtags as you want to your posts, with any kind of capitalization.
_NOTE: Hashtags will only auto-link on blog posts, not Draft posts._
## Hashtags on Instance Reader
If ```local_timeline``` is enabled, hashtags are searchable in your instance's reader. All you need to do is add "/t/hashtag" to the instance reader url to find public posts that use that hashtag. Here is an example:
[personaljournal.ca/read/t/SingularityNet](https://personaljournal.ca/read/t/SingularityNet)
## Hashtags on Fediverse
Hashtags are also sent to the Fediverse. So if your blog has federation enabled, your tagged blog posts will show up with all the other posts that people have similarly tagged when someone does a search in Mastodon, Pleroma, etc.