Last active
September 5, 2021 16:13
-
-
Save kdmsnr/f6170ce78bf99cd8e46e539897143b66 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; * come-fromリンクは自動リンクのための機能に限定したい | |
;; * wiki記法は単にタイトルにマッチするところにリンクしたい | |
;; * goto-linkはもっと広い検索にしたい(wiki記法との違いを出したい) | |
(defun howm-keyword-search-create (title) | |
(let* ((q (replace-regexp-in-string "<<< " "" title))) | |
(howm-keyword-search-subr (concat howm-view-title-header " " q) nil nil))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment