From 41e0596c93f074201d9609069344b9c657cece34 Mon Sep 17 00:00:00 2001 From: Bad3r Date: Mon, 15 May 2023 11:13:31 -0400 Subject: [PATCH 1/2] Update config.edn --- templates/config.edn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/config.edn b/templates/config.edn index 9da61e259..7bd1d5806 100644 --- a/templates/config.edn +++ b/templates/config.edn @@ -102,7 +102,7 @@ ;; :custom-js-url "https://cdn.logseq.com/custom.js" ;; Set a custom Arweave gateway - ;; Default value: https://arweave.net + ;; Default gateway: https://arweave.net ;; :arweave/gateway "https://arweave.net" ;; Set bullet indentation when exporting @@ -189,7 +189,7 @@ :ui/show-command-doc? true ;; Display empty bullet points. - ;; Default value: false + ;; Default value: true :ui/show-empty-bullets? false ;; Pre-defined :view function to use with advanced queries. @@ -280,7 +280,7 @@ :ref/default-open-blocks-level 2 ;; Configure the threshold for linked references before collapsing. - ;; Default value: 50 + ;; Default value: 100 :ref/linked-references-collapsed-threshold 50 ;; Graph view configuration. From 86344d9701f263832bb62f306318d685f1b650bd Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Mon, 22 May 2023 22:57:27 +0800 Subject: [PATCH 2/2] Update comment --- templates/config.edn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/config.edn b/templates/config.edn index 7bd1d5806..49bb34f95 100644 --- a/templates/config.edn +++ b/templates/config.edn @@ -13,7 +13,7 @@ :preferred-workflow :now ;; Exclude directories/files. - ;; Example usage: + ;; Example usage: ;; :hidden ["/archived" "/test.md" "../assets/archived"] :hidden [] @@ -87,7 +87,7 @@ ;; Specify the first day of the week. ;; Available options: - ;; - integer from 0 to 6 (Monday to Sunday) + ;; - integer from 0 to 6 (Monday to Sunday) ;; Default value: 6 (Sunday) :start-of-week 6 @@ -154,7 +154,7 @@ ;; Configure custom shortcuts. ;; Syntax: ;; 1. + indicates simultaneous key presses, e.g., `Ctrl+Shift+a`. - ;; 2. A space between keys represents key chords, e.g., `t s` means + ;; 2. A space between keys represents key chords, e.g., `t s` means ;; pressing `t` followed by `s`. ;; 3. mod refers to `Ctrl` for Windows/Linux and `Command` for Mac. ;; 4. Use false to disable a specific shortcut. @@ -189,7 +189,7 @@ :ui/show-command-doc? true ;; Display empty bullet points. - ;; Default value: true + ;; Default value: false :ui/show-empty-bullets? false ;; Pre-defined :view function to use with advanced queries. @@ -325,7 +325,7 @@ ;; Properties that are ignored when parsing property values for references ;; Example usage: ;; :ignored-page-references-keywords #{:author :website} - + ;; logbook configuration. ;; :logbook/settings ;; {:with-second-support? false ;limit logbook to minutes, seconds will be eliminated @@ -341,7 +341,7 @@ ;; Mobile features options ;; Gestures ;; Example usage: - ;; :mobile + ;; :mobile ;; {:gestures/disabled-in-block-with-tags ["kanban"]} ;; Extra CodeMirror options @@ -353,11 +353,11 @@ ;; :readOnly false} ; Default value: false ;; Enable logical outdenting - ;; Default value: false + ;; Default value: false ;; :editor/logical-outdenting? false ;; Prefer pasting the file when text and a file are in the clipboard. - ;; Default value: false + ;; Default value: false ;; :editor/preferred-pasting-file? false ;; Quick capture templates for receiving content from other apps.