From 49fc5fa02bf06ccc419a8ec26abe3dcdf61a57b0 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 10 Jul 2023 11:23:31 +1000 Subject: Fixing stacking of multiple fonts There may be italics in header and links, say --- wiki-engine.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'wiki-engine.el') diff --git a/wiki-engine.el b/wiki-engine.el index da4dfb3..a201c72 100644 --- a/wiki-engine.el +++ b/wiki-engine.el @@ -89,5 +89,15 @@ The site name is passed as a symbol WIKI-SITE." (defun-wiki-fetchers) +(defun wiki-open-url (url) + "Open the wiki corresponding to URL. + +If URL points to html title, open the corresponding raw title. +If URL points to a raw title, open directly. +If URL points to a host, assume it is mediawiki try to open main page." + (interactive "sURL: ") + + ) + (provide 'wiki-engine) ;;; wiki-engine.el ends here -- cgit v1.2.3