Modify capture template for website posts

This commit is contained in:
mez 2025-05-05 19:07:33 +01:00
parent 124c96cfdd
commit 2157e8f144

View file

@ -106,10 +106,10 @@
"Find or create heading for website posts" "Find or create heading for website posts"
(filedate) (filedate)
(goto-char (point-min)) (goto-char (point-min))
(if (not (search-forward "* post" nil t)) (if (not (search-forward "* site" nil t))
(progn (progn
(goto-char (point-max)) (goto-char (point-max))
(insert "* post")))) (insert "* site"))))
(defun therating () (defun therating ()
"Rate some media" "Rate some media"
@ -223,7 +223,7 @@
:jump-to-captured t) :jump-to-captured t)
("w" "Website post" entry ("w" "Website post" entry
(file+function "" findweb) (file+function "" findweb)
"* %^{Title}\n%?" "* %^{Title} :post:\n%?"
:jump-to-captured t) :jump-to-captured t)
("1" "Completed game" entry ("1" "Completed game" entry
(file+function "" findhundred) (file+function "" findhundred)