|
@@ -1,5 +1,7 @@
|
|
|
{:meta/version 1
|
|
|
|
|
|
+ ;; == FILE GRAPH CONFIG ==
|
|
|
+ ;;
|
|
|
;; Set the preferred format.
|
|
|
;; This is _only_ for file graphs.
|
|
|
;; Available options:
|
|
@@ -42,6 +44,102 @@
|
|
|
;; Default value: "yyyy_MM_dd"
|
|
|
;; :journal/file-name-format "yyyy_MM_dd"
|
|
|
|
|
|
+ ;; Set the default location for storing notes.
|
|
|
+ ;; This is _only_ for file graphs.
|
|
|
+ ;; Default value: "pages"
|
|
|
+ ;; :pages-directory "pages"
|
|
|
+
|
|
|
+ ;; Set the default location for storing journals.
|
|
|
+ ;; This is _only_ for file graphs.
|
|
|
+ ;; Default value: "journals"
|
|
|
+ ;; :journals-directory "journals"
|
|
|
+
|
|
|
+ ;; Set the default location for storing whiteboards.
|
|
|
+ ;; This is _only_ for file graphs.
|
|
|
+ ;; Default value: "whiteboards"
|
|
|
+ ;; :whiteboards-directory "whiteboards"
|
|
|
+
|
|
|
+ ;; Enabling this option converts
|
|
|
+ ;; [[Grant Ideas]] to [[file:./grant_ideas.org][Grant Ideas]] for org-mode.
|
|
|
+ ;; For more information, visit https://github.com/logseq/logseq/issues/672
|
|
|
+ ;; This is _only_ for file graphs.
|
|
|
+ ;; :org-mode/insert-file-link? false
|
|
|
+
|
|
|
+;; Favorites to list on the left sidebar
|
|
|
+ ;; This is _only_ for file graphs.
|
|
|
+ :favorites []
|
|
|
+
|
|
|
+ ;; Set flashcards interval.
|
|
|
+ ;; This is _only_ for file graphs.
|
|
|
+ ;; Expected value:
|
|
|
+ ;; - Float between 0 and 1
|
|
|
+ ;; higher values result in faster changes to the next review interval.
|
|
|
+ ;; Default value: 0.5
|
|
|
+ ;; :srs/learning-fraction 0.5
|
|
|
+
|
|
|
+ ;; Set the initial interval after the first successful review of a card.
|
|
|
+ ;; This is _only_ for file graphs.
|
|
|
+ ;; Default value: 4
|
|
|
+ ;; :srs/initial-interval 4
|
|
|
+
|
|
|
+ ;; Hide specific block properties.
|
|
|
+ ;; This is _only_ for file graphs.
|
|
|
+ ;; Example usage:
|
|
|
+ ;; :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}
|
|
|
+
|
|
|
+ ;; logbook configuration.
|
|
|
+ ;; This is _only_ for file graphs.
|
|
|
+ ;; :logbook/settings
|
|
|
+ ;; {:with-second-support? false ;limit logbook to minutes, seconds will be eliminated
|
|
|
+ ;; :enabled-in-all-blocks true ;display logbook in all blocks after timetracking
|
|
|
+ ;; :enabled-in-timestamped-blocks false ;don't display logbook at all
|
|
|
+ ;; }
|
|
|
+
|
|
|
+ ;; File sync options
|
|
|
+ ;; Ignore these files when syncing, regexp is supported.
|
|
|
+ ;; This is _only_ for file graphs.
|
|
|
+ ;; :file-sync/ignore-files []
|
|
|
+
|
|
|
+ ;; Configure the escaping method for special characters in page titles.
|
|
|
+ ;; This is _only_ for file graphs.
|
|
|
+ ;; Warning:
|
|
|
+ ;; This is a dangerous operation. To modify the setting,
|
|
|
+ ;; you'll need to manually rename all affected files and
|
|
|
+ ;; re-index them on all clients after synchronization.
|
|
|
+ ;; Incorrect handling may result in messy page titles.
|
|
|
+ ;; Available options:
|
|
|
+ ;; - :triple-lowbar (default)
|
|
|
+ ;; ;use triple underscore `___` for slash `/` in page title
|
|
|
+ ;; ;use Percent-encoding for other invalid characters
|
|
|
+ :file/name-format :triple-lowbar
|
|
|
+ ;; == END OF FILE GRAPH CONFIG ==
|
|
|
+
|
|
|
+ ;; Hide empty block properties
|
|
|
+ ;; This is _only_ for DB graphs.
|
|
|
+ ;; Default value: false
|
|
|
+ ;; :ui/hide-empty-properties? false
|
|
|
+
|
|
|
;; Enable tooltip preview on hover.
|
|
|
;; Default value: true
|
|
|
:ui/enable-tooltip? true
|
|
@@ -58,11 +156,6 @@
|
|
|
;; Default value: true
|
|
|
:ui/auto-expand-block-refs? true
|
|
|
|
|
|
- ;; Hide empty block properties
|
|
|
- ;; This is _only_ for DB graphs.
|
|
|
- ;; Default value: false
|
|
|
- ;; :ui/hide-empty-properties? false
|
|
|
-
|
|
|
;; Disable accent marks when searching.
|
|
|
;; After changing this setting, rebuild the search index by pressing (^C ^S).
|
|
|
;; Default value: true
|
|
@@ -137,27 +230,6 @@
|
|
|
;; 3. Set "home" as the home page and display multiple pages in the right sidebar:
|
|
|
;; :default-home {:page "home", :sidebar ["Page A" "Page B"]}
|
|
|
|
|
|
- ;; Set the default location for storing notes.
|
|
|
- ;; This is _only_ for file graphs.
|
|
|
- ;; Default value: "pages"
|
|
|
- ;; :pages-directory "pages"
|
|
|
-
|
|
|
- ;; Set the default location for storing journals.
|
|
|
- ;; This is _only_ for file graphs.
|
|
|
- ;; Default value: "journals"
|
|
|
- ;; :journals-directory "journals"
|
|
|
-
|
|
|
- ;; Set the default location for storing whiteboards.
|
|
|
- ;; This is _only_ for file graphs.
|
|
|
- ;; Default value: "whiteboards"
|
|
|
- ;; :whiteboards-directory "whiteboards"
|
|
|
-
|
|
|
- ;; Enabling this option converts
|
|
|
- ;; [[Grant Ideas]] to [[file:./grant_ideas.org][Grant Ideas]] for org-mode.
|
|
|
- ;; For more information, visit https://github.com/logseq/logseq/issues/672
|
|
|
- ;; This is _only_ for file graphs.
|
|
|
- ;; :org-mode/insert-file-link? false
|
|
|
-
|
|
|
;; Configure custom shortcuts.
|
|
|
;; Syntax:
|
|
|
;; 1. + indicates simultaneous key presses, e.g., `Ctrl+Shift+a`.
|
|
@@ -274,58 +346,6 @@
|
|
|
;; :charge-strength -600 ; Default value: -600
|
|
|
;; :charge-range 600} ; Default value: 600
|
|
|
|
|
|
-
|
|
|
- ;; Favorites to list on the left sidebar
|
|
|
- ;; This is _only_ for file graphs.
|
|
|
- :favorites []
|
|
|
-
|
|
|
- ;; Set flashcards interval.
|
|
|
- ;; This is _only_ for file graphs.
|
|
|
- ;; Expected value:
|
|
|
- ;; - Float between 0 and 1
|
|
|
- ;; higher values result in faster changes to the next review interval.
|
|
|
- ;; Default value: 0.5
|
|
|
- ;; :srs/learning-fraction 0.5
|
|
|
-
|
|
|
- ;; Set the initial interval after the first successful review of a card.
|
|
|
- ;; This is _only_ for file graphs.
|
|
|
- ;; Default value: 4
|
|
|
- ;; :srs/initial-interval 4
|
|
|
-
|
|
|
- ;; Hide specific block properties.
|
|
|
- ;; This is _only_ for file graphs.
|
|
|
- ;; Example usage:
|
|
|
- ;; :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}
|
|
|
-
|
|
|
- ;; logbook configuration.
|
|
|
- ;; This is _only_ for file graphs.
|
|
|
- ;; :logbook/settings
|
|
|
- ;; {:with-second-support? false ;limit logbook to minutes, seconds will be eliminated
|
|
|
- ;; :enabled-in-all-blocks true ;display logbook in all blocks after timetracking
|
|
|
- ;; :enabled-in-timestamped-blocks false ;don't display logbook at all
|
|
|
- ;; }
|
|
|
-
|
|
|
;; Mobile photo upload configuration.
|
|
|
;; :mobile/photo
|
|
|
;; {:allow-editing? true
|
|
@@ -375,11 +395,6 @@
|
|
|
;; :redirect-page? false ;; Default value: false
|
|
|
;; :default-page "quick capture"} ;; Default page: "quick capture"
|
|
|
|
|
|
- ;; File sync options
|
|
|
- ;; Ignore these files when syncing, regexp is supported.
|
|
|
- ;; This is _only_ for file graphs.
|
|
|
- ;; :file-sync/ignore-files []
|
|
|
-
|
|
|
;; Configure the Enter key behavior for
|
|
|
;; context-aware editing with DWIM (Do What I Mean).
|
|
|
;; context-aware Enter key behavior implies that pressing Enter will
|
|
@@ -393,16 +408,4 @@
|
|
|
;; :page-ref? true ;; Default value: true
|
|
|
;; :properties? true ;; Default value: true
|
|
|
;; :list? false} ;; Default value: false
|
|
|
-
|
|
|
- ;; Configure the escaping method for special characters in page titles.
|
|
|
- ;; This is _only_ for file graphs.
|
|
|
- ;; Warning:
|
|
|
- ;; This is a dangerous operation. To modify the setting,
|
|
|
- ;; you'll need to manually rename all affected files and
|
|
|
- ;; re-index them on all clients after synchronization.
|
|
|
- ;; Incorrect handling may result in messy page titles.
|
|
|
- ;; Available options:
|
|
|
- ;; - :triple-lowbar (default)
|
|
|
- ;; ;use triple underscore `___` for slash `/` in page title
|
|
|
- ;; ;use Percent-encoding for other invalid characters
|
|
|
- :file/name-format :triple-lowbar}
|
|
|
+ }
|