diff --git a/docs/honk.5 b/docs/honk.5 index bc2cdff..16073ce 100644 --- a/docs/honk.5 +++ b/docs/honk.5 @@ -29,7 +29,7 @@ The process begins by pressing the button marked to activate the honk form. .Pp Honks are posted publicly. -.Pp +.Ss BASICS A subset of markdown is supported. .Bl -tag -width tenletters .It bold @@ -58,7 +58,7 @@ or .Dq https will be autolinked. .El -.Pp +.Ss EXTRAS Mentioning a specfic user such as .Pq @user@example.social will send a copy of the message to them. @@ -117,6 +117,16 @@ and Z minutes (1d12h would be a 36 hour event). When everything is at last ready to go, press the .Dq it's gonna be honked button. +.Sh EXAMPLES +(Slightly dated screenshots.) +.Pp +Composing a new honk with an attached image and location. +.Pp +.Lk screenshot-compose.png screenshot of honk composition +.Pp +After posting. +.Pp +.Lk screenshot-afterpost.jpg screenshot of honk after posting .Sh SEE ALSO .Xr honk 1 .Sh CAVEATS diff --git a/docs/screenshot-afterpost.jpg b/docs/screenshot-afterpost.jpg new file mode 100644 index 0000000..60fda65 Binary files /dev/null and b/docs/screenshot-afterpost.jpg differ diff --git a/docs/screenshot-compose.png b/docs/screenshot-compose.png new file mode 100644 index 0000000..80e142d Binary files /dev/null and b/docs/screenshot-compose.png differ