Explorar o código

fix: Add missing config
- bullet indentation
- scheduled and deadline default query

Hounsou Dansou %!s(int64=3) %!d(string=hai) anos
pai
achega
826a075b4f
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      templates/config.edn

+ 13 - 0
templates/config.edn

@@ -24,8 +24,12 @@
  ;; Default is true, you can also toggle this via setting page
  :ui/enable-tooltip? true
 
+ ;; Enable Block timestamp
  :feature/enable-block-timestamps? false
 
+ ;; Disable Built-in Scheduled and deadline Query
+ ;; :feature/disable-scheduled-and-deadline-query? true
+
  ;; Specify the date on which the week starts.
  ;; Goes from 0 to 6 (Monday to Sunday), default to 6
  :start-of-week 6
@@ -37,6 +41,15 @@
  ;; Example:
  ;; :custom-css-url "@import url('https://cdn.jsdelivr.net/gh/dracula/logseq@master/custom.css');"
 
+ ;; Set Bullet indentation when exporting
+ ;; default option: tab
+ ;; Possible options are for `:sidebar` are
+ ;; 1. `:eight-spaces` as eight spaces
+ ;; 2. `:four-spaces` as four spaces
+ ;; 3. `:two-spaces` as two spaces
+ ;; :export/bullet-indentation :tab
+
+
  ;; 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: