diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-01-06 11:00:34 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-01-06 11:00:34 -0800 |
commit | 92615f6183c94c039d7591068768ae21ce6e0b11 (patch) | |
tree | 8eaf8a6a0a25eca5ee5c4a66f0b28cbffabca168 /views/docs/creating-posts.php | |
parent | bdff359178d6696d1934a3e350d6cd1b33282251 (diff) |
expand documentation
Diffstat (limited to 'views/docs/creating-posts.php')
-rw-r--r-- | views/docs/creating-posts.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/views/docs/creating-posts.php b/views/docs/creating-posts.php new file mode 100644 index 0000000..ca19f48 --- /dev/null +++ b/views/docs/creating-posts.php @@ -0,0 +1,15 @@ +<div class="narrow"> + <?= partial('partials/header') ?> + + <h2>Creating Posts</h2> + + <p>Each posting interface in Quill is optimized for a different kind of post. There is an HTML-based editor for writing blog posts with a title and formatted content, a simple note interface, events, bookmarks, travel posts, reviews and more.</p> + <p>Each interface will make a Micropub request with different properties to your endpoint. The links below describe the specific properties sent by each posting interface.</p> + + <ul> + <li><a href="/docs/editor">Rich Editor</a></li> + <li><a href="/docs/note">Note</a></li> + <li>... more documentation soon!</li> + </ul> + +</div> |