From 97c261ecdbd9750415f6d432a82a50a137f7854e Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sun, 24 Jul 2022 18:40:37 -0500 Subject: [PATCH] Add zetteldeft-insert-link-md-style to custom var ref #135 --- zetteldeft.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zetteldeft.org b/zetteldeft.org index e4df25c..ef6e992 100644 --- a/zetteldeft.org +++ b/zetteldeft.org @@ -792,13 +792,15 @@ Note that for the best results, link descriptions should include a =zetteldeft-l #'zetteldeft-insert-link-zd-style "The function to use when inserting note links. -Use either +Use one of - `zetteldeft-insert-link-zd-style' for Zetteldeft type links - `zetteldeft-insert-link-org-style' for Org-mode zdlink: links + - `zetteldeft-insert-link-md-style' for Markdown style links - A custom function that takes two arguments: an ID and an optional title." :type 'function :options '(zetteldeft-insert-link-zd-style - zetteldeft-insert-link-org-style) + zetteldeft-insert-link-org-style + zetteldeft-insert-link-md-style) :group 'zetteldeft) #+end_src