Skip to content

Instantly share code, notes, and snippets.

@kdmsnr
Last active September 5, 2021 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdmsnr/f6170ce78bf99cd8e46e539897143b66 to your computer and use it in GitHub Desktop.
Save kdmsnr/f6170ce78bf99cd8e46e539897143b66 to your computer and use it in GitHub Desktop.
;; * 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