From 34afa1f5f220af14c055e5eb5e0844be0b5120aa Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 18 Mar 2017 17:26:12 +0000 Subject: add docs for favorites --- views/docs/creating-posts.php | 1 + views/docs/favorite.php | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 views/docs/favorite.php (limited to 'views') diff --git a/views/docs/creating-posts.php b/views/docs/creating-posts.php index e1775bd..6c5cb16 100644 --- a/views/docs/creating-posts.php +++ b/views/docs/creating-posts.php @@ -10,6 +10,7 @@
  • Rich Editor
  • Note
  • Bookmark
  • +
  • Favorite
  • ... more documentation soon!
  • diff --git a/views/docs/favorite.php b/views/docs/favorite.php new file mode 100644 index 0000000..c962fa5 --- /dev/null +++ b/views/docs/favorite.php @@ -0,0 +1,30 @@ +
    + + +

    Favorite

    + + + +

    The favorite interface is for creating favorite posts.

    + +

    Bookmarklet

    + +

    On the favorite interface, you can drag a bookmarklet to your bookmarks toolbar. This will let you favorite pages that you're viewing with a single click.

    + +

    Post Properties

    + +

    The following properties will be sent in the Micropub request. This request will be sent as a form-encoded request.

    + +

    The access token is sent in the Authorization HTTP header:

    +
    Authorization: Bearer XXXXXXXXX
    + + + +
    + +

    Back to Creating Posts

    + +
    -- cgit v1.2.3