mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-02 04:36:43 +01:00
- collected gemini links too.
This commit is contained in:
parent
88f285e87e
commit
fc43ffb423
@ -652,7 +652,7 @@ printed in the box column by column; in the example above the results are:
|
||||
(list columns)))))
|
||||
(fit)))
|
||||
|
||||
(defun collect-links (text &optional (schemes '("http" "https" "ftp")))
|
||||
(defun collect-links (text &optional (schemes '("http" "https" "ftp" "gemini")))
|
||||
"Collect all hyperlinks in a text marked from a list of valid `schemes'"
|
||||
(flet ((build-re-scheme ()
|
||||
(let ((res ""))
|
||||
|
Loading…
x
Reference in New Issue
Block a user