From 45468f6f3c23c0c15b6c424f44dac24df2d408ae Mon Sep 17 00:00:00 2001 From: CJ Eller Date: Thu, 6 Feb 2020 15:09:40 -0500 Subject: [PATCH] Created Drafts documentation --- writer/drafts.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 writer/drafts.md diff --git a/writer/drafts.md b/writer/drafts.md new file mode 100644 index 0000000..51573e5 --- /dev/null +++ b/writer/drafts.md @@ -0,0 +1,17 @@ +# Drafts + +WriteFreely allows you to publish without a blog with “Drafts”. + +## Private + +Drafts are only identified by an unguessable ID, essentially making them private. Unlike posts connected to a blog, they aren't publicly connected to an identity unless you make it known in the post that you wrote it. A reader can't link your draft back to you. + +## Sharing Drafts + +While private by default, drafts can be shared with others. They can be shared by ID on (instance config value) ```private = false``` instances. + +## Difference between Drafts & Blog Posts + +Drafts differ from blog posts in a couple of ways. + +While blog posts can include custom slugs for posts, drafts only have randomly generated ID's. Hashtags also won't render in drafts as they do in blog posts. Finally, drafts don't have the ability to include custom CSS like blog posts.