From 32ed79e62f1c045c8a62504f76b8d505a1988f98 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 30 Oct 2022 08:29:17 -0500 Subject: Add: usage hints for editors --- playlist.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playlist.lisp b/playlist.lisp index 27deada..c222395 100644 --- a/playlist.lisp +++ b/playlist.lisp @@ -317,6 +317,7 @@ (label (:content "Paste a URL: " :bind url-label)) (form-element (:text :bind url-input)) (button (:content "Fetch Track" :bind button)) + (p (:content "Paste from youtube, bandcamp, vimeo... anything really. Chances are it'll work.")) (div (:bind notice-area))) (label-for url-label url-input) (setf (size url-input) (length "https://www.youtube.com/watch?v=dQw4w9WgXcQ")) @@ -417,6 +418,7 @@ (display title-elem) "inline") (when (editorp ctl) + (setf (attribute title-elem "title") "Click to edit the title.") (set-on-blur input (thunk* -- cgit v1.2.3