Update
This commit is contained in:
parent
47bc34093a
commit
21468e47de
6 changed files with 88 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue