Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed May 22, 2023
1 parent 41e0596 commit 86344d9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions templates/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:preferred-workflow :now

;; Exclude directories/files.
;; Example usage:
;; Example usage:
;; :hidden ["/archived" "/test.md" "../assets/archived"]
:hidden []

Expand Down Expand Up @@ -87,7 +87,7 @@

;; Specify the first day of the week.
;; Available options:
;; - integer from 0 to 6 (Monday to Sunday)
;; - integer from 0 to 6 (Monday to Sunday)
;; Default value: 6 (Sunday)
:start-of-week 6

Expand Down Expand Up @@ -154,7 +154,7 @@
;; Configure custom shortcuts.
;; Syntax:
;; 1. + indicates simultaneous key presses, e.g., `Ctrl+Shift+a`.
;; 2. A space between keys represents key chords, e.g., `t s` means
;; 2. A space between keys represents key chords, e.g., `t s` means
;; pressing `t` followed by `s`.
;; 3. mod refers to `Ctrl` for Windows/Linux and `Command` for Mac.
;; 4. Use false to disable a specific shortcut.
Expand Down Expand Up @@ -189,7 +189,7 @@
:ui/show-command-doc? true

;; Display empty bullet points.
;; Default value: true
;; Default value: false
:ui/show-empty-bullets? false

;; Pre-defined :view function to use with advanced queries.
Expand Down Expand Up @@ -325,7 +325,7 @@
;; Properties that are ignored when parsing property values for references
;; Example usage:
;; :ignored-page-references-keywords #{:author :website}

;; logbook configuration.
;; :logbook/settings
;; {:with-second-support? false ;limit logbook to minutes, seconds will be eliminated
Expand All @@ -341,7 +341,7 @@
;; Mobile features options
;; Gestures
;; Example usage:
;; :mobile
;; :mobile
;; {:gestures/disabled-in-block-with-tags ["kanban"]}

;; Extra CodeMirror options
Expand All @@ -353,11 +353,11 @@
;; :readOnly false} ; Default value: false

;; Enable logical outdenting
;; Default value: false
;; Default value: false
;; :editor/logical-outdenting? false

;; Prefer pasting the file when text and a file are in the clipboard.
;; Default value: false
;; Default value: false
;; :editor/preferred-pasting-file? false

;; Quick capture templates for receiving content from other apps.
Expand Down

0 comments on commit 86344d9

Please sign in to comment.