|
|
@ -20,7 +20,7 @@
|
|
|
|
;; Define the default journal page template.
|
|
|
|
;; Define the default journal page template.
|
|
|
|
;; Enter the template name between the quotes.
|
|
|
|
;; Enter the template name between the quotes.
|
|
|
|
:default-templates
|
|
|
|
:default-templates
|
|
|
|
{:journals ""}
|
|
|
|
{:journals "daily-template"}
|
|
|
|
|
|
|
|
|
|
|
|
;; Set a custom date format for the journal page title.
|
|
|
|
;; Set a custom date format for the journal page title.
|
|
|
|
;; Default value: "MMM do, yyyy"
|
|
|
|
;; Default value: "MMM do, yyyy"
|
|
|
@ -413,8 +413,11 @@
|
|
|
|
;; ;use Percent-encoding for other invalid characters
|
|
|
|
;; ;use Percent-encoding for other invalid characters
|
|
|
|
:file/name-format :triple-lowbar
|
|
|
|
:file/name-format :triple-lowbar
|
|
|
|
:feature/enable-flashcards? false
|
|
|
|
:feature/enable-flashcards? false
|
|
|
|
:journal/page-title-format "E, yyyy/MM/dd"
|
|
|
|
:journal/page-title-format "yyyy/MM/dd"
|
|
|
|
:editor/logical-outdenting? true
|
|
|
|
:editor/logical-outdenting? true
|
|
|
|
:editor/preferred-pasting-file? true
|
|
|
|
:editor/preferred-pasting-file? true
|
|
|
|
:feature/enable-whiteboards? false
|
|
|
|
:feature/enable-whiteboards? false
|
|
|
|
:ui/show-brackets? true}
|
|
|
|
:ui/show-brackets? true
|
|
|
|
|
|
|
|
:graph/settings {:orphan-pages? false
|
|
|
|
|
|
|
|
:journal? false
|
|
|
|
|
|
|
|
:excluded-pages? false}}
|