Merge pull request #17 from writefreely/hashtags

Hashtags docs added
This commit is contained in:
CJ Eller 2020-03-10 11:45:14 -04:00 committed by GitHub
commit dff72c51f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.