Skip to content

Commit

Permalink
Add zetteldeft-insert-link-md-style to custom var
Browse files Browse the repository at this point in the history
  • Loading branch information
maw committed Jul 24, 2022
1 parent 1f5f535 commit 97c261e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions zetteldeft.org
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 97c261e

Please sign in to comment.