[logseq-plugin-git:commit] 2025-06-04T21:45:35.404Z
This commit is contained in:
@@ -8,7 +8,7 @@ id:: 683f0792-8597-4118-9816-7f7e48227b97
|
|||||||
:END:
|
:END:
|
||||||
- DONE Inviare nomi revisori esterni
|
- DONE Inviare nomi revisori esterni
|
||||||
id:: 5aecbefd-0816-4ac9-92f7-61d18bdcfa4c
|
id:: 5aecbefd-0816-4ac9-92f7-61d18bdcfa4c
|
||||||
- TODO Mandare mail per Journal First
|
- DONE Mandare mail per Journal First
|
||||||
- DONE Caricare dati per studenti PON
|
- DONE Caricare dati per studenti PON
|
||||||
id:: 68405bba-69d5-49a4-b785-d058a3d14a27
|
id:: 68405bba-69d5-49a4-b785-d058a3d14a27
|
||||||
- ## Notes
|
- ## Notes
|
||||||
|
|||||||
+6
-6
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
;; Whether to enable hover on tooltip preview feature
|
;; Whether to enable hover on tooltip preview feature
|
||||||
;; 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? false
|
:ui/enable-tooltip? true
|
||||||
|
|
||||||
;; Show brackets around page references
|
;; Show brackets around page references
|
||||||
;; :ui/show-brackets? true
|
;; :ui/show-brackets? true
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
:ui/show-full-blocks? true
|
:ui/show-full-blocks? true
|
||||||
|
|
||||||
;; Expand block references automatically when zoom-in
|
;; Expand block references automatically when zoom-in
|
||||||
:ui/auto-expand-block-refs? false
|
:ui/auto-expand-block-refs? true
|
||||||
|
|
||||||
;; Enable Block timestamp
|
;; Enable Block timestamp
|
||||||
:feature/enable-block-timestamps? false
|
:feature/enable-block-timestamps? false
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
;; Specify the date on which the week starts.
|
;; Specify the date on which the week starts.
|
||||||
;; Goes from 0 to 6 (Monday to Sunday), default to 6
|
;; Goes from 0 to 6 (Monday to Sunday), default to 6
|
||||||
:start-of-week 6
|
:start-of-week 0
|
||||||
|
|
||||||
;; Specify a custom CSS import
|
;; Specify a custom CSS import
|
||||||
;; This option take precedence over your local `logseq/custom.css` file
|
;; This option take precedence over your local `logseq/custom.css` file
|
||||||
@@ -250,7 +250,7 @@
|
|||||||
:ref/linked-references-collapsed-threshold 0
|
:ref/linked-references-collapsed-threshold 0
|
||||||
|
|
||||||
;; Favorites to list on the left sidebar
|
;; Favorites to list on the left sidebar
|
||||||
:favorites ["inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "ideas"]
|
:favorites ["Writing Challenges" "inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "ideas"]
|
||||||
|
|
||||||
;; 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)
|
||||||
;; :srs/learning-fraction 0.5
|
;; :srs/learning-fraction 0.5
|
||||||
@@ -261,7 +261,7 @@
|
|||||||
;; hide specific properties for blocks
|
;; hide specific properties for blocks
|
||||||
;; E.g. :block-hidden-properties #{:created-at :updated-at}
|
;; E.g. :block-hidden-properties #{:created-at :updated-at}
|
||||||
;; :block-hidden-properties #{}
|
;; :block-hidden-properties #{}
|
||||||
:block-hidden-properties #{:todoistid }
|
;; :block-hidden-properties #{:todoistid }
|
||||||
|
|
||||||
|
|
||||||
;; Enable all your properties to have corresponding pages
|
;; Enable all your properties to have corresponding pages
|
||||||
@@ -350,7 +350,7 @@
|
|||||||
;; ;use Percent-encoding for other invalid characters
|
;; ;use Percent-encoding for other invalid characters
|
||||||
:file/name-format :triple-lowbar
|
:file/name-format :triple-lowbar
|
||||||
:journal/page-title-format "dd-MM-yyyy"
|
:journal/page-title-format "dd-MM-yyyy"
|
||||||
:ui/show-brackets? false
|
:ui/show-brackets? true
|
||||||
:zotero/settings-v2 {"default" {:extra-tags "#zotero", :zotero-data-directory "C:/Users/david/Zotero", :zotero-linked-attachment-base-directory "C:/Users/david/Zotero", :type-id "1039502", :type :user, :notes-block-text "### Notes", :page-insert-prefix "@", :include-notes? true, :attachments-block-text "### Attachments"}}
|
:zotero/settings-v2 {"default" {:extra-tags "#zotero", :zotero-data-directory "C:/Users/david/Zotero", :zotero-linked-attachment-base-directory "C:/Users/david/Zotero", :type-id "1039502", :type :user, :notes-block-text "### Notes", :page-insert-prefix "@", :include-notes? true, :attachments-block-text "### Attachments"}}
|
||||||
:editor/logical-outdenting? false
|
:editor/logical-outdenting? false
|
||||||
:feature/enable-timetracking? true
|
:feature/enable-timetracking? true
|
||||||
+6
-6
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
;; Whether to enable hover on tooltip preview feature
|
;; Whether to enable hover on tooltip preview feature
|
||||||
;; 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? false
|
:ui/enable-tooltip? true
|
||||||
|
|
||||||
;; Show brackets around page references
|
;; Show brackets around page references
|
||||||
;; :ui/show-brackets? true
|
;; :ui/show-brackets? true
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
:ui/show-full-blocks? true
|
:ui/show-full-blocks? true
|
||||||
|
|
||||||
;; Expand block references automatically when zoom-in
|
;; Expand block references automatically when zoom-in
|
||||||
:ui/auto-expand-block-refs? false
|
:ui/auto-expand-block-refs? true
|
||||||
|
|
||||||
;; Enable Block timestamp
|
;; Enable Block timestamp
|
||||||
:feature/enable-block-timestamps? false
|
:feature/enable-block-timestamps? false
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
;; Specify the date on which the week starts.
|
;; Specify the date on which the week starts.
|
||||||
;; Goes from 0 to 6 (Monday to Sunday), default to 6
|
;; Goes from 0 to 6 (Monday to Sunday), default to 6
|
||||||
:start-of-week 6
|
:start-of-week 0
|
||||||
|
|
||||||
;; Specify a custom CSS import
|
;; Specify a custom CSS import
|
||||||
;; This option take precedence over your local `logseq/custom.css` file
|
;; This option take precedence over your local `logseq/custom.css` file
|
||||||
@@ -250,7 +250,7 @@
|
|||||||
:ref/linked-references-collapsed-threshold 0
|
:ref/linked-references-collapsed-threshold 0
|
||||||
|
|
||||||
;; Favorites to list on the left sidebar
|
;; Favorites to list on the left sidebar
|
||||||
:favorites ["inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "ideas"]
|
:favorites ["writing challenges" "inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "ideas"]
|
||||||
|
|
||||||
;; 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)
|
||||||
;; :srs/learning-fraction 0.5
|
;; :srs/learning-fraction 0.5
|
||||||
@@ -261,7 +261,7 @@
|
|||||||
;; hide specific properties for blocks
|
;; hide specific properties for blocks
|
||||||
;; E.g. :block-hidden-properties #{:created-at :updated-at}
|
;; E.g. :block-hidden-properties #{:created-at :updated-at}
|
||||||
;; :block-hidden-properties #{}
|
;; :block-hidden-properties #{}
|
||||||
:block-hidden-properties #{:todoistid }
|
;; :block-hidden-properties #{:todoistid }
|
||||||
|
|
||||||
|
|
||||||
;; Enable all your properties to have corresponding pages
|
;; Enable all your properties to have corresponding pages
|
||||||
@@ -350,7 +350,7 @@
|
|||||||
;; ;use Percent-encoding for other invalid characters
|
;; ;use Percent-encoding for other invalid characters
|
||||||
:file/name-format :triple-lowbar
|
:file/name-format :triple-lowbar
|
||||||
:journal/page-title-format "dd-MM-yyyy"
|
:journal/page-title-format "dd-MM-yyyy"
|
||||||
:ui/show-brackets? false
|
:ui/show-brackets? true
|
||||||
:zotero/settings-v2 {"default" {:extra-tags "#zotero", :zotero-data-directory "C:/Users/david/Zotero", :zotero-linked-attachment-base-directory "C:/Users/david/Zotero", :type-id "1039502", :type :user, :notes-block-text "### Notes", :page-insert-prefix "@", :include-notes? true, :attachments-block-text "### Attachments"}}
|
:zotero/settings-v2 {"default" {:extra-tags "#zotero", :zotero-data-directory "C:/Users/david/Zotero", :zotero-linked-attachment-base-directory "C:/Users/david/Zotero", :type-id "1039502", :type :user, :notes-block-text "### Notes", :page-insert-prefix "@", :include-notes? true, :attachments-block-text "### Attachments"}}
|
||||||
:editor/logical-outdenting? false
|
:editor/logical-outdenting? false
|
||||||
:feature/enable-timetracking? true
|
:feature/enable-timetracking? true
|
||||||
+1
-1
@@ -250,7 +250,7 @@
|
|||||||
:ref/linked-references-collapsed-threshold 0
|
:ref/linked-references-collapsed-threshold 0
|
||||||
|
|
||||||
;; Favorites to list on the left sidebar
|
;; Favorites to list on the left sidebar
|
||||||
:favorites ["inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "ideas"]
|
:favorites ["inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "writing challenges" "ideas"]
|
||||||
|
|
||||||
;; 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)
|
||||||
;; :srs/learning-fraction 0.5
|
;; :srs/learning-fraction 0.5
|
||||||
|
|||||||
+2
-1
@@ -91,4 +91,5 @@ icon:: ✅
|
|||||||
- ✔️ [[04-06-2025]] *11:29* ((683f0792-8597-4118-9816-7f7e48227b97))
|
- ✔️ [[04-06-2025]] *11:29* ((683f0792-8597-4118-9816-7f7e48227b97))
|
||||||
- ✔️ [[04-06-2025]] *16:43* ((683f0792-8597-4118-9816-7f7e48227b97))
|
- ✔️ [[04-06-2025]] *16:43* ((683f0792-8597-4118-9816-7f7e48227b97))
|
||||||
- ✔️ [[04-06-2025]] *17:08* ((5aecbefd-0816-4ac9-92f7-61d18bdcfa4c))
|
- ✔️ [[04-06-2025]] *17:08* ((5aecbefd-0816-4ac9-92f7-61d18bdcfa4c))
|
||||||
- ✔️ [[04-06-2025]] *17:38* ((68405bba-69d5-49a4-b785-d058a3d14a27))
|
- ✔️ [[04-06-2025]] *17:38* ((68405bba-69d5-49a4-b785-d058a3d14a27))
|
||||||
|
- ✔️ [[04-06-2025]] *23:40* ((68405baf-941e-4ee8-9e35-96211c54303f))
|
||||||
Reference in New Issue
Block a user