From 61a80c5a2c1cd3ee6fb53602e20d6c0c832c9138 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 19 Jan 2017 20:19:00 -0800 Subject: add docs for bookmark posts --- views/docs/bookmark.php | 34 ++++++++++++++++++++++++++++++++++ views/docs/creating-posts.php | 1 + 2 files changed, 35 insertions(+) create mode 100644 views/docs/bookmark.php (limited to 'views/docs') diff --git a/views/docs/bookmark.php b/views/docs/bookmark.php new file mode 100644 index 0000000..7900dfe --- /dev/null +++ b/views/docs/bookmark.php @@ -0,0 +1,34 @@ +
+ + +

Bookmark

+ + + +

The bookmark interface is for creating bookmark posts.

+ +

Bookmarklet

+ +

On the bookmark interface, you can drag a bookmarklet to your bookmarks toolbar. This will let you bookmark pages that you're viewing with a single click. You can select text in the page to include the selected text in the "content" of your bookmark post. The title of the page will be prefilled as the name of the bookmark post.

+ +

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

+ +
diff --git a/views/docs/creating-posts.php b/views/docs/creating-posts.php index ca19f48..e1775bd 100644 --- a/views/docs/creating-posts.php +++ b/views/docs/creating-posts.php @@ -9,6 +9,7 @@ -- cgit v1.2.3