Herbert Jones

Results 13 comments of Herbert Jones

I believe it was this: ```emacs-lisp (defun hfj/gptel-tool-current-datetime () "Return the current date time in a nice format." (concat "Local Date and Time: " (format-time-string "%Y-%m-%d %H:%M:%S") "\n" "ISO 8601...

Tool code from wiki I have: ``` (defvar brave-search-api-key nil "API key for accessing the Brave Search API.") (when brave-search-api-key (defun brave-search-query (query) "Perform a web search using the Brave...

Here's a proof of concept that provides `org-roam-search`. It allows searching for all backlinks to a file in a new buffer, and has a toggle to insert just the reference...