From bcbe72e82e0e4185eb952659fb9f8d3cfacb9cca Mon Sep 17 00:00:00 2001 From: CJ Eller Date: Thu, 6 Feb 2020 15:45:35 -0500 Subject: [PATCH] Added Hashtags documentation --- writer/hashtags.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 writer/hashtags.md diff --git a/writer/hashtags.md b/writer/hashtags.md new file mode 100644 index 0000000..b3f5a13 --- /dev/null +++ b/writer/hashtags.md @@ -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.