mirror of https://codeberg.org/cage/tinmop/
- 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)))))
|
(list columns)))))
|
||||||
(fit)))
|
(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'"
|
"Collect all hyperlinks in a text marked from a list of valid `schemes'"
|
||||||
(flet ((build-re-scheme ()
|
(flet ((build-re-scheme ()
|
||||||
(let ((res ""))
|
(let ((res ""))
|
||||||
|
|
Loading…
Reference in New Issue