💾 Archived View for cities.yesterweb.org › tips.gmi captured on 2023-01-29 at 15:57:11. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Using ANSI colors with terminal emulation is easy to do on Yestercities!
just put {{COLOR}} in front of the text you want to color
List of valid colors:
Just put {{GUESTBOOK}} wherever you want to display your messages.
to have people submit messages, add a link that points to gemini://cities.yesterweb.org/guestbook/USERNAME where "USERNAME" is your username
Only enabled for certain users. Contact us if you want access to this feature!
Toggle javascript on and off using ;;
# Hello world! two plus two equals ;; var a = 2; var b = 2; echo(a+b); ;;
Functions you may use:
e.g.
;; let response = input("Do you wish to do it?"); if (response == "yes") { redirect("/some/path/"); } else { echo("you did not do it"); } ;;