From d101aee215e0e9c45b10001140fdadc36bd9e6c8 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 4454d63..4a7e2f6 100644 --- a/zetteldeft.org +++ b/zetteldeft.org @@ -778,13 +778,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