Auto saved by Logseq
This commit is contained in:
parent
5b7c193264
commit
5766b4e37c
|
@ -7,7 +7,7 @@
|
|||
;; Preferred workflow style.
|
||||
;; Value is either ":now" for NOW/LATER style,
|
||||
;; or ":todo" for TODO/DOING style.
|
||||
:preferred-workflow :now
|
||||
:preferred-workflow :todo
|
||||
|
||||
;; The app will ignore those directories or files.
|
||||
;; E.g. "/archived" "/test.md"
|
||||
|
@ -34,7 +34,7 @@
|
|||
;; When :all-pages-public? true, export repo would export all pages within that repo.
|
||||
;; Regardless of whether you've set any page to public or not.
|
||||
;; Example:
|
||||
;; :publishing/all-pages-public? true
|
||||
:publishing/all-pages-public? true
|
||||
|
||||
;; Specify default home page and sidebar status for Logseq
|
||||
;; If not specified, Logseq default opens journals page on startup
|
||||
|
@ -182,4 +182,4 @@
|
|||
;; :enabled-in-all-blocks true ;display logbook in all blocks after timetracking
|
||||
;; :enabled-in-timestamped-blocks false ;don't display logbook at all
|
||||
;; }
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
- This respository is
|
Loading…
Reference in New Issue