diff options
Diffstat (limited to 'views/docs/post-status.php')
-rw-r--r-- | views/docs/post-status.php | 10 |
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 |