Browse Source

Add missing config options to template and improve existing config docs

Gabriel Horner 2 years ago
parent
commit
9e5577a8f2
1 changed files with 22 additions and 4 deletions
  1. 22 4
      templates/config.edn

+ 22 - 4
templates/config.edn

@@ -24,6 +24,9 @@
  ;; Default is true, you can also toggle this via setting page
  ;; Default is true, you can also toggle this via setting page
  :ui/enable-tooltip? true
  :ui/enable-tooltip? true
 
 
+ ;; Show brackets around page references
+ ;; :ui/show-brackets? true
+
  ;; Enable Block timestamp
  ;; Enable Block timestamp
  :feature/enable-block-timestamps? false
  :feature/enable-block-timestamps? false
 
 
@@ -31,6 +34,12 @@
  ;; After toggle this option, please remember to rebuild your search index by press (cmd+c cmd+s).
  ;; After toggle this option, please remember to rebuild your search index by press (cmd+c cmd+s).
  :feature/enable-search-remove-accents? true
  :feature/enable-search-remove-accents? true
 
 
+ ;; Enable journals
+ ;; :feature/enable-journals? true
+
+ ;; Enable flashcards
+ ;; :feature/enable-flashcards? true
+
  ;; Disable Built-in Scheduled and deadline Query
  ;; Disable Built-in Scheduled and deadline Query
  ;; :feature/disable-scheduled-and-deadline-query? true
  ;; :feature/disable-scheduled-and-deadline-query? true
 
 
@@ -208,6 +217,7 @@
 
 
  :ref/linked-references-collapsed-threshold 50
  :ref/linked-references-collapsed-threshold 50
 
 
+ ;; Favorites to list on the left sidebar
  :favorites []
  :favorites []
 
 
  ;; any number between 0 and 1 (the greater it is the faster the changes of the next-interval of card reviews) (default 0.5)
  ;; any number between 0 and 1 (the greater it is the faster the changes of the next-interval of card reviews) (default 0.5)
@@ -232,6 +242,9 @@
  ;; E.g. :property/separated-by-commas #{:alias :tags}
  ;; E.g. :property/separated-by-commas #{:alias :tags}
  ;; :property/separated-by-commas #{}
  ;; :property/separated-by-commas #{}
 
 
+ ;; Properties that are ignored when parsing property values for references
+ ;; :ignored-page-references-keywords #{"author" "startup"}
+
  ;; logbook setup
  ;; logbook setup
  ;; :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
@@ -241,7 +254,8 @@
 
 
  ;; Mobile photo uploading setup
  ;; Mobile photo uploading setup
  ;; :mobile/photo
  ;; :mobile/photo
- ;; {:allow-editing? true}
+ ;; {:allow-editing? true
+ ;;  :quality          80}
 
 
  ;; Mobile features options
  ;; Mobile features options
  ;; Gestures
  ;; Gestures
@@ -249,12 +263,16 @@
  ;; {:gestures/disabled-in-block-with-tags ["kanban"]}
  ;; {:gestures/disabled-in-block-with-tags ["kanban"]}
 
 
  ;; Extra CodeMirror options
  ;; Extra CodeMirror options
+ ;; See https://codemirror.net/5/doc/manual.html#config for possible options
  ;; :editor/extra-codemirror-options {:keyMap "emacs" :lineWrapping true}
  ;; :editor/extra-codemirror-options {:keyMap "emacs" :lineWrapping true}
 
 
- ;; ignore #+keyword: for parsing page references in orgmode
- ;; :ignored-page-references-keywords #{"author" "startup"}
+ ;; Enable logical outdenting
+ ;; :editor/logical-outdenting? true
+
+ ;; Enable preferring pasting file from clipboard
+ ;; :editor/preferred-pasting-file? true
 
 
- ;; Quick capture templates for recieving contents from other apps.
+ ;; Quick capture templates for receiving contents from other apps.
  ;; Each template contains three elements {time}, {text} and {url}, which can be auto-expanded
  ;; Each template contains three elements {time}, {text} and {url}, which can be auto-expanded
  ;; by received contents from other apps. Note: the {} cannot be omitted.
  ;; by received contents from other apps. Note: the {} cannot be omitted.
  ;; - {time}: capture time
  ;; - {time}: capture time