docs: update templates/config.edn

typos & spaces
pull/9389/head
Sergey Kolesnik 2023-05-15 17:42:25 +03:00 committed by Tienson Qin
parent 7c8bc62a68
commit ba240bb484
1 changed files with 20 additions and 20 deletions

View File

@ -102,7 +102,7 @@
;; :custom-js-url "https://cdn.logseq.com/custom.js" ;; :custom-js-url "https://cdn.logseq.com/custom.js"
;; Set a custom Arweave gateway ;; Set a custom Arweave gateway
;; Default gateway: https://arweave.net ;; Default value: https://arweave.net
;; :arweave/gateway "https://arweave.net" ;; :arweave/gateway "https://arweave.net"
;; Set bullet indentation when exporting ;; Set bullet indentation when exporting
@ -110,22 +110,21 @@
;; - `:eight-spaces` as eight spaces ;; - `:eight-spaces` as eight spaces
;; - `:four-spaces` as four spaces ;; - `:four-spaces` as four spaces
;; - `:two-spaces` as two spaces ;; - `:two-spaces` as two spaces
;; - `:tab` as a tab character (default) ;; - `:tab` as a tab character (default)
;; :export/bullet-indentation :tab ;; :export/bullet-indentation :tab
;; Publish all pages within the Graph ;; Publish all pages within the Graph
;; regardless of whether individual pages have been marked as public. ;; Regardless of whether individual pages have been marked as public.
;; Default value: false ;; Default value: false
;; :publishing/all-pages-public? false ;; :publishing/all-pages-public? false
;; Set the default home page and sidebar status. ;; Define the default home page and sidebar status.
;; Define the default home page and sidebar status. ;; If unspecified, the journal page will be loaded on startup and the right sidebar will stay hidden.
;; If unspecified, Logseq will load the journal page by default on startup. ;; The `:page` value represents the name of the page displayed at startup.
;; The `:page` value represents the name of the page displayed at startup. ;; Available options for `:sidebar` are:
;; Available options for `:sidebar` are: ;; - "Contents" to display the Contents page in the right sidebar.
;; - "Contents" to display the Contents page in the right sidebar. ;; - A specific page name to display in the right sidebar.
;; - A specific page name to display in the right sidebar. ;; - An array of multiple pages, e.g., ["Contents" "Page A" "Page B"].
;; - An array of multiple pages, e.g., ["Contents" "Page A" "Page B"].
;; If `:sidebar` remains unset, the right sidebar will stay hidden. ;; If `:sidebar` remains unset, the right sidebar will stay hidden.
;; Examples: ;; Examples:
;; 1. Set "Changelog" as the home page and display "Contents" in the right sidebar: ;; 1. Set "Changelog" as the home page and display "Contents" in the right sidebar:
@ -144,7 +143,7 @@
;; :journals-directory "journals" ;; :journals-directory "journals"
;; Set the default location for storing whiteboards. ;; Set the default location for storing whiteboards.
;; If not specified, whiteboards will be stored in the 'whiteboards' subdirectory. ;; Default value: "whiteboards"
;; :whiteboards-directory "whiteboards" ;; :whiteboards-directory "whiteboards"
;; Enabling this option converts ;; Enabling this option converts
@ -190,6 +189,7 @@
:ui/show-command-doc? true :ui/show-command-doc? true
;; Display empty bullet points. ;; Display empty bullet points.
;; Default value: false
:ui/show-empty-bullets? false :ui/show-empty-bullets? false
;; Pre-defined :view function to use with advanced queries. ;; Pre-defined :view function to use with advanced queries.
@ -280,16 +280,16 @@
:ref/default-open-blocks-level 2 :ref/default-open-blocks-level 2
;; Configure the threshold for linked references before collapsing. ;; Configure the threshold for linked references before collapsing.
;; Default value: 100 ;; Default value: 50
:ref/linked-references-collapsed-threshold 50 :ref/linked-references-collapsed-threshold 50
;; Graph view configuration. ;; Graph view configuration.
;; Example usage: ;; Example usage:
;; :graph/settings ;; :graph/settings
;; {:orphan-pages? true ; Default value: true ;; {:orphan-pages? true ; Default value: true
;; :builtin-pages? false ; Default value: false ;; :builtin-pages? false ; Default value: false
;; :excluded-pages? false ; Default value: false ;; :excluded-pages? false ; Default value: false
;; :journal? false} ; Default value: false ;; :journal? false} ; Default value: false
;; Favorites to list on the left sidebar ;; Favorites to list on the left sidebar
:favorites [] :favorites []
@ -310,7 +310,7 @@
;; :block-hidden-properties #{:public :icon} ;; :block-hidden-properties #{:public :icon}
;; Create a page for all properties. ;; Create a page for all properties.
;; Default value: false ;; Default value: true
:property-pages/enabled? true :property-pages/enabled? true
;; Properties to exclude from having property pages ;; Properties to exclude from having property pages
@ -325,7 +325,7 @@
;; Properties that are ignored when parsing property values for references ;; Properties that are ignored when parsing property values for references
;; Example usage: ;; Example usage:
;; :ignored-page-references-keywords #{:author :website} ;; :ignored-page-references-keywords #{:author :website}
;; logbook configuration. ;; logbook configuration.
;; :logbook/settings ;; :logbook/settings
;; {:with-second-support? false ;limit logbook to minutes, seconds will be eliminated ;; {:with-second-support? false ;limit logbook to minutes, seconds will be eliminated
@ -404,7 +404,7 @@
;; Warning: ;; Warning:
;; This is a dangerous operation. To modify the setting, ;; This is a dangerous operation. To modify the setting,
;; access the 'Filename format' setting and follow the instructions. ;; access the 'Filename format' setting and follow the instructions.
;; Othwerwise, You may need to manually rename all affected files and ;; Otherwise, You may need to manually rename all affected files and
;; re-index them on all clients after synchronization. ;; re-index them on all clients after synchronization.
;; Incorrect handling may result in messy page titles. ;; Incorrect handling may result in messy page titles.
;; Available options: ;; Available options: