From 1e4b2db2d54d1d291ab0359f3fd19859545751a6 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 1 Sep 2019 18:39:38 -0700 Subject: [PATCH] update docs to JSON format --- views/new-post.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/views/new-post.php b/views/new-post.php index 9b052c0..8eb0aa3 100644 --- a/views/new-post.php +++ b/views/new-post.php @@ -57,15 +57,15 @@ - + - + - + @@ -75,8 +75,8 @@ @@ -119,7 +119,7 @@ $(function(){ function replacePhotoWithPhotoURL(url) { $("#note_photo").val(url); - $("#note_photo_upload").addClass("hidden"); + $("#note_photo_upload").addClass("hidden"); $("#note_photo_loading").addClass("hidden"); $("#photo_preview").attr("src", url); $("#photo_preview_container").removeClass("hidden");
me (should be your URL) (should be your website)
scopetoken_scope ?> (should be a space-separated list of permissions including "post")token_scope ?>
micropub endpointmicropub_endpoint ?> (should be a URL)micropub_endpoint ?>
access token
ate or drank -

The parameter named ate or drank will include an h-food object corresponding to the item you tapped.

-
ate[type]=h-food&ate[properties][name]=Coffee
+

A property named ate or drank will include an h-food object corresponding to the item you tapped.

+
{"ate":[{"type":["h-food"],"name":["Coffee"]}]}