Skip to content

Commit

Permalink
Clearer examples in config.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlg authored and cnrpman committed Jul 28, 2022
1 parent 5e2487c commit 178e2f5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions templates/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:preferred-workflow :now

;; The app will ignore those directories or files.
;; E.g. "/archived" "/test.md"
;; E.g. :hidden ["/archived" "/test.md" "../assets/archived"]
:hidden []

;; When creating the new journal page, the app will use your template if there is one.
Expand Down Expand Up @@ -166,8 +166,13 @@
:inputs [:today :7d-after]
:collapsed? false}]}

;; Add your own commands to speedup.
;; E.g. [["js" "Javascript"]]
;; Add your own commands to slash menu to speedup.
;; E.g.
;; :commands
;; [
;; ["js" "Javascript"]
;; ["md" "Markdown"]
;; ]
:commands
[]

Expand Down Expand Up @@ -209,14 +214,14 @@
;; :srs/initial-interval 4

;; hide specific properties for blocks
;; E.g. #{:created-at :updated-at}
;; E.g. :block-hidden-properties #{:created-at :updated-at}
;; :block-hidden-properties #{}

;; Enable all your properties to have corresponding pages
:property-pages/enabled? true

;; Properties to exclude from having property pages
;; E.g. #{:duration :author}
;; E.g.:property-pages/excludelist #{:duration :author}
;; :property-pages/excludelist

;; logbook setup
Expand Down

0 comments on commit 178e2f5

Please sign in to comment.