From 4aa06023f0c25a10d5eaeafaeb30034e0a4f2e95 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Mon, 19 Dec 2016 10:39:23 -0800 Subject: clean up note UI, show reply context * shows reply context of the URL you're replying to * autocomplete nicknames from the post when replying * moved debug info to the settings screen to clean up the UI --- views/settings.php | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'views/settings.php') diff --git a/views/settings.php b/views/settings.php index 46df0bf..5acc7dd 100644 --- a/views/settings.php +++ b/views/settings.php @@ -2,13 +2,33 @@

Signed In As

- -

Access Token

- + + + + + + + + + + + + + + + + + + + + + +
meuser->url; ?> (should be your URL)
scopeuser->micropub_scope ?> (should be a space-separated list of permissions including "create")
micropub endpointuser->micropub_endpoint ?> (should be a URL)
media endpointuser->media_endpoint ? ''.$this->user->media_endpoint.'' : 'no media endpoint' ?>
access tokenuser->micropub_access_token ?>
+

Twitter

-

Connecting a Twitter account will automatically "favorite" tweets on Twitter when you favorite a Twitter URL in Quill.

+

Connecting a Twitter account will automatically "favorite" and "retweet" tweets on Twitter when you favorite and retweet a Twitter URL in Quill.

-- cgit v1.2.3