This commit is contained in:
Alexander Navarro 2024-09-14 19:49:49 -03:00
parent 47bc34093a
commit 21468e47de
6 changed files with 88 additions and 2 deletions

View file

@ -81,7 +81,7 @@ template = "default.md"
# Format used to generate links between notes.
# Either "wiki", "markdown" or a custom template. Default is "markdown".
link-format = "wiki"
link-format = "[[{{path}}|{{title}}]]"
# Indicates whether a link's path will be percent-encoded.
# Defaults to true for "markdown" format and false for "wiki" format.
#link-encode-path = true
@ -95,7 +95,7 @@ hashtags = true
colon-tags = false
# Enable support for Bear's #multi-word tags#
# Hashtags must be enabled for multi-word tags to work.
multiword-tags = false
multiword-tags = true
# EXTERNAL TOOLS