Clearer examples in config.edn

pull/6212/head
Alex L 2022-07-28 08:01:57 +02:00 committed by Junyi Du
parent 5e2487c6d8
commit 178e2f51bb
1 changed files with 10 additions and 5 deletions

View File

@ -12,7 +12,7 @@
:preferred-workflow :now :preferred-workflow :now
;; The app will ignore those directories or files. ;; The app will ignore those directories or files.
;; E.g. "/archived" "/test.md" ;; E.g. :hidden ["/archived" "/test.md" "../assets/archived"]
:hidden [] :hidden []
;; When creating the new journal page, the app will use your template if there is one. ;; When creating the new journal page, the app will use your template if there is one.
@ -166,8 +166,13 @@
:inputs [:today :7d-after] :inputs [:today :7d-after]
:collapsed? false}]} :collapsed? false}]}
;; Add your own commands to speedup. ;; Add your own commands to slash menu to speedup.
;; E.g. [["js" "Javascript"]] ;; E.g.
;; :commands
;; [
;; ["js" "Javascript"]
;; ["md" "Markdown"]
;; ]
:commands :commands
[] []
@ -209,14 +214,14 @@
;; :srs/initial-interval 4 ;; :srs/initial-interval 4
;; hide specific properties for blocks ;; hide specific properties for blocks
;; E.g. #{:created-at :updated-at} ;; E.g. :block-hidden-properties #{:created-at :updated-at}
;; :block-hidden-properties #{} ;; :block-hidden-properties #{}
;; Enable all your properties to have corresponding pages ;; Enable all your properties to have corresponding pages
:property-pages/enabled? true :property-pages/enabled? true
;; Properties to exclude from having property pages ;; Properties to exclude from having property pages
;; E.g. #{:duration :author} ;; E.g.:property-pages/excludelist #{:duration :author}
;; :property-pages/excludelist ;; :property-pages/excludelist
;; logbook setup ;; logbook setup