fix: deprecate :favorites for db config

related to LOG-3031. Also comment all known
file graph only config keys
This commit is contained in:
Gabriel Horner
2024-01-30 15:26:19 -05:00
parent 9db7cd3be9
commit f6e9e2630f
2 changed files with 10 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
:preferred-workflow :now
;; Exclude directories/files.
;; This is _only_ for file graphs.
;; Example usage:
;; :hidden ["/archived" "/test.md" "../assets/archived"]
:hidden []
@@ -144,6 +145,7 @@
;; :whiteboards-directory "whiteboards"
;; Enabling this option converts
;; This is _only_ for file graphs.
;; [[Grant Ideas]] to [[file:./grant_ideas.org][Grant Ideas]] for org-mode.
;; For more information, visit https://github.com/logseq/logseq/issues/672
;; :org-mode/insert-file-link? false
@@ -289,6 +291,7 @@
;; :journal? false} ; Default value: false
;; Favorites to list on the left sidebar
;; This is _only_ for file graphs.
:favorites []
;; Set flashcards interval.
@@ -307,19 +310,23 @@
;; :block-hidden-properties #{:public :icon}
;; Create a page for all properties.
;; This is _only_ for file graphs.
;; Default value: true
:property-pages/enabled? true
;; Properties to exclude from having property pages
;; This is _only_ for file graphs.
;; Example usage:
;; :property-pages/excludelist #{:duration :author}
;; By default, property value separated by commas will not be treated as
;; page references. You can add properties to enable it.
;; This is _only_ for file graphs.
;; Example usage:
;; :property/separated-by-commas #{:alias :tags}
;; Properties that are ignored when parsing property values for references
;; This is _only_ for file graphs.
;; Example usage:
;; :ignored-page-references-keywords #{:author :website}