irthomasthomas / undecidability

2 stars 2 forks source link

Send text and Lisp functions to input fields with autofill: simple snippet for a great tool. - YouTube #708

Open irthomasthomas opened 4 months ago

irthomasthomas commented 4 months ago

Send text and Lisp functions to input fields with autofill: simple snippet for a great tool. - YouTube

DESCRIPTION: "This short demonstrates custom autofills and provides an example config for using Nyxt browser to pass Lisp arguments to web input fields. Happy Lisp hacking!

https://nyxt-browser.com/ GitHub: https://github.com/atlas-engineer/nyxt

The auto-fill snippet for your config.lisp file:

;;; custom auto-fills
(define-configuration :autofill-mode
    ((autofills
      (list (nyxt/mode/autofill:make-autofill :name "Name" :fill "Tomato")
            (nyxt/mode/autofill:make-autofill :name "Current time: "
                                              :fill (lambda () (write-to-string (local-time:now))))))))

URL: https://www.youtube.com/watch?v=ZW9nZddcAbU

Suggested labels

{'label-name': 'web-browser', 'label-description': 'Related to web browsing and tools used for navigating the internet', 'confidence': 54.88}

irthomasthomas commented 4 months ago

Related content

367 - Similarity score: 0.84

57 - Similarity score: 0.83

539 - Similarity score: 0.82

498 - Similarity score: 0.82

648 - Similarity score: 0.82

704 - Similarity score: 0.82