MacBook-Pro-de-Oscar.local 2026-6-10:19:27:55

This commit is contained in:
oskar
2026-06-10 19:27:55 +02:00
parent af7dc45db0
commit 5141bf6508
15 changed files with 2191 additions and 267 deletions
-2
View File
@@ -26,7 +26,6 @@
"pdf-plus",
"breadcrumbs",
"obsidian-day-planner",
"obsidian-advanced-slides",
"calendar",
"obsidian-completr",
"dataview",
@@ -42,6 +41,5 @@
"obsidian-pandoc",
"break-page",
"obsidian-list-callouts",
"better-export-pdf",
"math-in-callout"
]
+59 -5
View File
@@ -156,7 +156,8 @@
"default_neighbour_field": ""
},
"tag_note": {
"default_field": "up"
"default_field": "up",
"default_sibling_field": ""
},
"regex_note": {
"default_field": "up"
@@ -165,18 +166,52 @@
"enabled": false,
"delimiter": ".",
"default_field": "up",
"display_trimmed": false
"display_trimmed": false,
"default_sibling_field": ""
},
"johnny_decimal_note": {
"enabled": false,
"delimiter": ".",
"default_field": "up"
"default_field": "up",
"default_sibling_field": ""
},
"date_note": {
"enabled": false,
"date_format": "yyyy-MM-dd",
"default_field": "next",
"stretch_to_existing": false
"stretch_to_existing": false,
"week_start": "monday",
"week": {
"enabled": false,
"date_format": "kkkk-'W'WW",
"folder": "",
"next_field": "next",
"up_field": "up"
},
"month": {
"enabled": false,
"date_format": "yyyy-MM",
"folder": "",
"next_field": "next",
"up_field": "up"
},
"quarter": {
"enabled": false,
"date_format": "yyyy-'Q'q",
"folder": "",
"next_field": "next",
"up_field": "up"
},
"year": {
"enabled": false,
"date_format": "yyyy",
"folder": "",
"next_field": "next",
"up_field": "up"
}
},
"traverse_note": {
"default_field": "up"
}
},
"views": {
@@ -217,6 +252,12 @@
"nexts",
"sames"
]
},
"period_rows": {
"week": false,
"month": false,
"quarter": false,
"year": false
}
}
},
@@ -256,6 +297,7 @@
"lock_view": false,
"lock_path": "anneau intègre.md",
"field_group_labels": [
"ups",
"downs"
],
"edge_sort_id": {
@@ -266,7 +308,12 @@
"ext": false,
"folder": false,
"alias": false
}
},
"default_depth": 5,
"find_root": true,
"find_root_field_group_labels": [
"ups"
]
}
},
"codeblocks": {
@@ -327,5 +374,12 @@
},
"debug": {
"level": "INFO"
},
"self_is_sibling": [
"same"
],
"_bc_migrations": {
"tree_ups_with_downs_default": true,
"tree_find_root_default": true
}
}
+641 -93
View File
File diff suppressed because one or more lines are too long
+11 -8
View File
@@ -1,12 +1,15 @@
{
"id": "breadcrumbs",
"name": "Breadcrumbs",
"version": "4.5.0",
"minAppVersion": "1.0.0",
"description": "Add structured hierarchies to your notes",
"author": "SkepticMystic",
"authorUrl": "https://github.com/SkepticMystic/breadcrumbs",
"fundingUrl": "https://github.com/SkepticMystic/breadcrumbs#donations",
"helpUrl": "https://publish.obsidian.md/breadcrumbs-docs",
"version": "4.14.2",
"minAppVersion": "1.12.3",
"description": "Add structured hierarchies to your notes.",
"author": "MichaelPPorter",
"authorUrl": "https://github.com/michaelpporter",
"fundingUrl": {
"GitHub Sponsors": "https://github.com/sponsors/michaelpporter",
"Buy Me a Coffee": "https://www.buymeacoffee.com/michaelpporter"
},
"helpUrl": "https://breadcrumbs-docs.michaelpporter.com",
"isDesktopOnly": false
}
}
+2 -1
View File
@@ -1 +1,2 @@
.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.\!collapse{visibility:collapse!important}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-2{bottom:.5rem}.left-2{left:.5rem}.right-2{right:.5rem}.top-2{top:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-1{margin-bottom:.25rem}.mb-4{margin-bottom:1rem}.block{display:block}.flex{display:flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.h-32{height:8rem}.w-10{width:2.5rem}.w-48{width:12rem}.w-60{width:15rem}.w-8{width:2rem}.w-full{width:100%}.shrink{flex-shrink:1}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.scroll-mt-40{scroll-margin-top:10rem}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-7{gap:1.75rem}.border{border-width:1px}.p-1{padding:.25rem}.p-2{padding:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.text-left{text-align:left}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-semibold{font-weight:600}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.BC-matrix-view hr:last-child{display:none}.BC-page-views.BC-page-views-sticky{z-index:50;position:sticky;top:calc(var(--file-margins)*-1);background-color:var(--background-primary)}.text-faint{color:var(--text-faint)}.text-warning{color:var(--text-warning)}.text-error{color:var(--text-error)}
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.list-item{display:list-item}.table{display:table}.aspect-square{aspect-ratio:1}.w-full{width:100%}.flex-1{flex:1}.shrink{flex-shrink:1}.grow{flex-grow:1}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.text-left{text-align:left}.text-right{text-align:right}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.opacity-20{opacity:.2}.opacity-60{opacity:.6}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.BC-matrix-view hr:last-child{display:none}.BC-page-views{pointer-events:none}.BC-page-views *{pointer-events:auto}.BC-page-views.BC-page-views-sticky{z-index:50;top:calc(var(--file-margins) * -1);background-color:var(--background-primary);position:sticky}.cm-scroller.BC-cm-scroller-inline-page-views:not(.banner-view-active){flex-wrap:wrap;align-content:flex-start}.cm-scroller.BC-cm-scroller-inline-page-views>.BC-page-views{box-sizing:border-box;flex:none;align-self:stretch;width:100%;max-width:100%}.cm-scroller.BC-cm-scroller-inline-page-views.banner-view-active>.cm-gutters{display:none}:root .cm-scroller.BC-cm-scroller-inline-page-views.banner-view-active>.banner-wrapper{width:100%;max-width:100%;margin-left:0;margin-right:0}:root .cm-scroller.BC-cm-scroller-inline-page-views.banner-view-active>.cm-sizer{width:100%;max-width:100%;margin-left:auto;margin-right:auto}.cm-scroller.BC-cm-scroller-inline-page-views>.banner-image{pointer-events:none;position:absolute}.markdown-source-view>.BC-page-views{width:100%;max-width:100%}.markdown-source-view.is-readable-line-width>.BC-page-views,.markdown-source-view.is-readable-line-width .BC-page-views-inner{max-width:var(--file-line-width);margin-left:auto;margin-right:auto}.markdown-source-view:not(.is-readable-line-width)>.BC-page-views.BC-page-views-sticky{max-width:700px;margin-left:auto;margin-right:auto}.markdown-source-view.is-readable-line-width .cm-scroller.BC-cm-scroller-inline-page-views.banner-view-active>.cm-sizer{max-width:700px}.markdown-source-view.is-readable-line-width .cm-scroller.BC-cm-scroller-inline-page-views.banner-view-active>.BC-page-views{max-width:700px;margin-left:auto;margin-right:auto}.text-faint{color:var(--text-faint)}.text-warning{color:var(--text-warning)}.text-error{color:var(--text-error)}.BC-prev-next-view .BC-next-prev-item{padding:.25rem}.BC-prev-next-view .BC-next-prev-item .BC-field{padding-left:.25rem;padding-right:.25rem}.BC-search-input-container{padding:var(--size-2-2) var(--size-4-2)}.BC-search-input-container input[type=search]{width:100%}.BC-codeblock-markmap svg foreignObject div{color:var(--text-normal)}.bc-date-note-setup-warning{background:var(--background-modifier-error);color:var(--text-error);border-radius:4px;margin-bottom:12px;padding:8px 12px}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,8 +1,8 @@
{
"id": "default-template",
"name": "Default Template",
"version": "1.2.4",
"minAppVersion": "0.15.0",
"version": "1.2.6",
"minAppVersion": "1.4.10",
"description": "Automatically apply templates to new notes with user-configurable template selection.",
"author": "raeperd",
"authorUrl": "https://github.com/raeperd",
+7 -2
View File
@@ -15,7 +15,6 @@
"timelineEndColor": "#4d194d",
"timestampFormat": "HH:mm",
"hourFormat": "H",
"dataviewSource": "",
"extendDurationUntilNext": false,
"defaultDurationMinutes": 30,
"minimalDurationMinutes": 10,
@@ -24,7 +23,7 @@
"showUnscheduledNestedTasks": false,
"showNow": true,
"showNext": true,
"pluginVersion": "0.28.0",
"pluginVersion": "0.30.0",
"showCompletedTasks": true,
"showSubtasksInTaskBlocks": true,
"icals": [
@@ -91,6 +90,12 @@
"sortTasksInPlanAfterEdit": false,
"firstDayOfWeek": "monday",
"multiDayRange": "3-days",
"showTimelineInSidebar": true,
"timelineColumns": {
"planner": true,
"timeTracker": false
},
"dataviewSource": "",
"showTimeTracker": false,
"showActiveClocks": false,
"rawIcals": [
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsidian-day-planner",
"name": "Day Planner",
"version": "0.28.0",
"version": "0.30.0",
"minAppVersion": "0.16.0",
"description": "A day planner with clean UI and readable syntax",
"author": "James Lynch, continued by Ivan Lednev",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -1,11 +1,11 @@
{
"id": "obsidian42-brat",
"name": "BRAT",
"version": "2.0.4",
"version": "2.0.8",
"minAppVersion": "1.11.4",
"description": "Easily install a beta version of a plugin for testing.",
"description": "Easily install plugin beta versions for testing.",
"author": "TfTHacker",
"authorUrl": "https://github.com/TfTHacker/obsidian42-brat",
"authorUrl": "https://github.com/TfTHacker",
"helpUrl": "https://tfthacker.com/BRAT",
"isDesktopOnly": false,
"fundingUrl": {
+32 -2
View File
@@ -111,12 +111,12 @@
/* Hide filtered plugin items */
.brat-plugin-item[hidden] {
display: none !important;
display: none;
}
/* Hide filtered theme items */
.brat-theme-item[hidden] {
display: none !important;
display: none;
}
/* Filter and button layout */
@@ -150,3 +150,33 @@
.brat-filter-and-button .setting-item-control {
justify-content: flex-end;
}
.brat-full-width-input {
width: 100%;
}
.brat-modal-divider {
border-top: 1px solid var(--background-modifier-border);
margin-top: 30px;
}
.brat-credits {
font-style: italic;
}
.brat-promotional-links {
float: right;
}
.brat-promotional-links-modal {
padding: 10px 15px;
}
.brat-promotional-links-settings {
padding: 15px;
margin-left: 15px;
}
.brat-promotional-links-coffee {
padding-left: 10px;
}
+3 -1
View File
@@ -100,6 +100,8 @@
"date-birth": "date",
"date-death": "date",
"excerpt_of": "multitext",
"part": "multitext"
"part": "multitext",
"BC-tag-note-sibling-field": "text",
"BC-traverse-note-field": "text"
}
}