summaryrefslogtreecommitdiff
path: root/views/docs/post-status.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2017-01-06 11:00:34 -0800
committerAaron Parecki <aaron@parecki.com>2017-01-06 11:00:34 -0800
commit92615f6183c94c039d7591068768ae21ce6e0b11 (patch)
tree8eaf8a6a0a25eca5ee5c4a66f0b28cbffabca168 /views/docs/post-status.php
parentbdff359178d6696d1934a3e350d6cd1b33282251 (diff)
expand documentation
Diffstat (limited to 'views/docs/post-status.php')
-rw-r--r--views/docs/post-status.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/views/docs/post-status.php b/views/docs/post-status.php
new file mode 100644
index 0000000..dd08aa7
--- /dev/null
+++ b/views/docs/post-status.php
@@ -0,0 +1,10 @@
+<div class="narrow">
+ <?= partial('partials/header') ?>
+
+ <h2>Post Status</h2>
+
+ <p>The "Post Status" dropdown in the Quill editor is just an indication to your Micropub endpoint to mark the post as "published" or "draft". If your Micropub endpoint does not support this property, then your post will be published immediately.</p>
+
+ <p>Setting the dropdown to "draft" will include a new property in the Micropub request, called <code>post-status</code> with the value set to <code>draft</code>. You can read more about this extension <a href="https://indieweb.org/Micropub-extensions#Post_Status">on the IndieWeb wiki</a>.</p>
+
+</div> \ No newline at end of file