This commit is contained in:
Oscar Plaisant
2024-05-28 11:16:33 +02:00
parent 4fb583f44a
commit ba4a8f79e1
104 changed files with 1413 additions and 4564 deletions
+41 -17
View File
@@ -1,11 +1,9 @@
{
"addDendronNotes": true,
"addDateNotes": true,
"aliasesInIndex": false,
"aliasesInIndex": true,
"alphaSortAsc": false,
"altLinkFields": [
"aliases"
],
"altLinkFields": [],
"CSVPaths": "",
"createIndexIndent": " ",
"dateFormat": "YYYY-MM-DD",
@@ -19,7 +17,7 @@
"dendronNoteField": "up",
"dvWaitTime": 5000,
"enableAlphaSort": true,
"enableRelationSuggestor": true,
"enableRelationSuggestor": false,
"fieldSuggestor": true,
"filterImpliedSiblingsOfDifferentTypes": false,
"jugglLayout": "hierarchy",
@@ -30,7 +28,14 @@
"author",
"source",
"same",
"opposes"
"opposes",
"same_source",
"wrote",
"",
"same_author",
"excerpt",
"includes",
"used_in"
],
"CHECKBOX_STATES_OVERWRITTEN": false,
"gridDefaultDepth": 25,
@@ -56,7 +61,7 @@
"relSuggestorTrigger": "@@",
"rlLeaf": false,
"showAllPathsIfNoneToIndexNote": false,
"showAllAliases": false,
"showAllAliases": true,
"showBCs": true,
"showBCsInEditLPMode": true,
"showRefreshNotice": true,
@@ -77,7 +82,9 @@
"up",
"author",
"supports",
"opposes"
"opposes",
"source",
""
],
"limitJumpToFirstFields": [
"up",
@@ -91,7 +98,15 @@
"supported_by",
"refutes",
"refuted_by",
"opposes"
"opposes",
"source",
"same_source",
"wrote",
"author",
"",
"same_author",
"excerpt",
"used_in"
],
"showAll": "All",
"noPathMessage": "",
@@ -130,17 +145,13 @@
},
{
"up": [
"author",
"source"
"author"
],
"same": [
"same_author",
"same_source"
"same_author"
],
"down": [
"wrote",
"excerpt",
"includes"
"wrote"
],
"next": [],
"prev": []
@@ -170,6 +181,19 @@
"down": [],
"next": [],
"prev": []
},
{
"up": [
"source"
],
"same": [
"same_source"
],
"down": [
"used_in"
],
"next": [],
"prev": []
}
],
"writeBCsInline": true,
@@ -181,7 +205,7 @@
"wikilinkIndex": true,
"impliedRelations": {
"siblingIdentity": false,
"sameParentIsSibling": true,
"sameParentIsSibling": false,
"siblingsSiblingIsSibling": true,
"siblingsParentIsParent": true,
"parentsSiblingsIsParents": false,
-38
View File
@@ -1,38 +0,0 @@
{
"version": "0.7.0",
"data": {
"boardConfigs": [
{
"tag": "tagBoardConfig",
"data": {
"columns": [
{
"tag": "task",
"displayTitle": "Task"
}
],
"showColumnTags": true,
"completedCount": 10,
"filters": [],
"filterPolarity": "Allow",
"showFilteredTags": true,
"includeOthers": false,
"includeUntagged": false,
"title": "test"
}
}
],
"globalSettings": {
"taskCompletionFormat": "ObsidianCardBoard",
"columnNames": {
"today": "",
"tomorrow": "",
"future": "",
"undated": "",
"others": "",
"untagged": "",
"completed": ""
}
}
}
}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "card-board",
"name": "CardBoard",
"description": "Display markdown tasks on kanban style boards.",
"version": "0.7.9",
"author": "roovo",
"authorUrl": "https://github.com/roovo",
"minAppVersion": "0.12.13",
"isDesktopOnly": false
}
-781
View File
@@ -1,781 +0,0 @@
:root {
--font-normal:16px;
--font-small:13px;
--font-smaller:12px;
--normal-weight:400; /* Switch to 300 if you want thinner default text */
--bold-weight:600; /* Switch to 700 if you want thicker bold text */
--border-width:1px;
--text-title-h1: var(--text-normal);
}
.workspace-leaf-content[data-type='card-board-view'] .view-content {
padding: 0;
overflow: hidden;
}
.card-board-container .modal.mod-settings .vertical-tab-header::after {
display: none;
content: "";
}
.card-board-view {
height: 100%;
background-color: var(--background-primary);
font-size: var(--font-text-size);
}
.mod-macos.is-hidden-frameless:not(.is-popout-window) .workspace .workspace-tabs.mod-top-right-space .card-board-view .workspace-tab-header-container {
padding-right: 0;
}
.workspace-split.mod-root .card-board-view .workspace-tab-header.is-active::before, .workspace-split.mod-root .card-board-view .workspace-tab-header.is-active::after {
box-shadow: inset 0 0 0 var(--tab-outline-width) var(--tab-outline-color), 0 0 0 calc(var(--tab-curve) * 4) var(--background-primary);
}
.workspace-tabs.mod-top-left-space .card-board-view .card-board-container .workspace-tab-header-container:before {
width: 0;
}
.card-board-view .workspace-drop-overlay {
transition: none;
will-change: top, left, width, height;
transform: '';
margin-top: var(--header-height);
}
.card-board-view .workspace-tab-header {
cursor: grab;
}
.card-board-view .workspace-tab-header.is-active {
background-color: var(--background-primary);
}
.card-board-tab-header-spacer {
display: flex;
flex-grow: 1;
flex-shrink: 1;
margin-left: -15px;
-webkit-app-region: no-drag;
}
body:not(.is-grabbing):not(.is-fullscreen) .workspace-tabs.mod-top .card-board-view .workspace-tab-header-spacer {
-webkit-app-region: no-drag;
}
body:not(.is-grabbing):not(.is-fullscreen).is-hidden-frameless .mod-top .card-board-view .workspace-tab-header-container {
-webkit-app-region: no-drag;
}
.card-board-view .sidebar-toggle-button {
padding-left: 5px;
margin-right: -5px;
padding-top: 11px;
}
.card-board-boards {
display: grid;
padding: 1em;
padding-bottom: 0.5em;
background-color: var(--background-primary);
overflow-x: auto;
}
.card-board-board {
grid-column-start: 1;
grid-row-start: 1;
}
.card-board-column-with-beacons {
display: flex;
flex-direction: row;
}
.card-board-columns {
display: flex;
}
.card-board-columns::after {
content: "";
flex: 0 0 1em;
}
.card-board-column {
flex: 0 0 auto;
padding: 0.6em 1em 1em 1em;
margin-right: 15px;
width: 20em;
cursor: grab;
background-color: var(--background-secondary);
border-radius: 3px;
border: var(--border-width) solid var(--background-modifier-border);
}
div[dir=rtl] .card-board-column {
margin-left: 15px;
margin-right: 0;
}
.card-board-column.collapsed {
width: 2em;
min-width: 2em;
flex-grow: 0;
overflow: visible;
margin: 0;
margin-right: 15px;
padding: 0.6em 0 0 0.3em;
}
div[dir=rtl] .card-board-column.collapsed {
margin-left: 15px;
margin-right: 0;
padding: 0.6em 0.3em 0 0;
}
.card-board-column-header {
font-weight: var(--bold-weight);
margin-bottom: 0.6em;
display: flex;
align-items: center;
}
div[dir=ltr] .card-board-column.collapsed .card-board-column-header {
writing-mode: vertical-lr;
}
div[dir=rtl] .card-board-column.collapsed .card-board-column-header {
writing-mode: vertical-rl;
}
.card-board-column.collapsed .card-board-column-header .sub-text {
font-weight: var(--normal-weight);
margin-top: 0.3em;
margin-bottom: 0.3em;
}
.arrow-down {
width: 0;
height: 0;
border-left: 0.4em solid transparent;
border-right: 0.4em solid transparent;
border-top: 0.4em solid var(--text-normal);
margin: 0.5em 0 0.5em 0;
cursor: pointer;
}
div[dir=rtl] .arrow-down {
order: 3;
}
div[dir=ltr] .arrow-right {
width: 0;
height: 0;
border-top: 0.4em solid transparent;
border-bottom: 0.4em solid transparent;
border-left: 0.4em solid var(--text-normal);
margin: 0 0.4em 0 -0.2em;
cursor: pointer;
}
div[dir=rtl] .arrow-right {
width: 0;
height: 0;
border-top: 0.4em solid transparent;
border-bottom: 0.4em solid transparent;
border-right: 0.4em solid var(--text-normal);
margin: 0 -0.2em 0 0.4em;
cursor: pointer;
}
ul.card-board-column-list {
display: grid;
grid-gap: 0.5em;
max-height: calc(100vh - 16em);
list-style-type: none;
margin: 0;
padding: 0;
overflow-y: auto;
}
ul.card-board-column-list > li.card-board-card::before {
content: "";
}
.card-board-column.collapsed .card-board-card {
display: none;
}
.card-board-card {
border-radius: 3px;
border: var(--border-width) solid var(--background-modifier-border);
background-color: var(--background-primary);
padding: 0;
cursor: auto;
user-select: text;
-webkit-user-select: text;
grid-column-gap: 0.25em;
display: grid;
grid: "mark contents"
/ 5px auto;
font-family: var(--font-text);
}
.card-board-card-highlight-area {
grid-area: mark;
}
.card-board-card-highlight-area.critical {
background-color: var(--text-error);
}
.card-board-card-highlight-area.good {
background-color: var(--text-success);
}
.card-board-card-highlight-area.important {
background-color: var(--text-accent);
}
.card-board-card-content-area {
grid-area: contents;
display: grid;
padding: 0.5em 0;
grid: "tags tags"
"checkbox title"
"subtasks subtasks"
"notes notes"
"footer footer"
/ auto minmax(0, 1fr);
}
.card-board-card-tag-area {
grid-area: tags;
margin: 0 0.2em 0.5em 0.2em;
}
.card-board-card input.task-list-item-checkbox {
grid-area: checkbox;
align-self: top;
margin: 0.2em;
width: 1em;
height: 1em;
font-size: 1em;
}
.card-board-card input.task-list-item-checkbox:after {
width: 1em;
height: 1em;
font-size: 1em;
}
.card-board-card-title {
grid-area: title;
margin: 0 0.2em;
font-weight: var(--bold-weight);
display: -webkit-box;
color: var(--text-title-h1);
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.card-board-card-tag-area p {
display: inline;
}
.card-board-card-title p {
display: inline;
}
.card-board-card-subtasks-area {
grid-area: subtasks;
font-size: var(--font-small);
margin-top: 0.5em;
}
/* fixes an issue with themes showing border on the left of lists */
.card-board-card-subtasks-area > ul::before {
border-style: none;
}
.card-board-card-subtask {
display: grid;
grid: "checkbox title"
/ auto minmax(0, 1fr);
}
.card-board-card-subtask .task-list-item-checkbox {
font-size: var(--font-small);
}
.card-board-card-subtask .card-board-card-title {
font-weight: var(--normal-weight);
font-size: var(--font-small);
}
.card-board-card-notes-area {
grid-area: notes;
font-size: var(--font-small);
margin: 0 0.2em;
}
.card-board-card-notes-area > ul::before {
border-style: none;
}
.card-board-card-notes-area button {
font-size: var(--font-small);
padding: 0.5em 0.5em;
line-height: 1em;
height: auto;
}
.card-board-card-footer-area {
grid-area: footer;
display: grid;
grid: "due actions"
/ minmax(0, 1fr) auto;
font-size: var(--font-small);
margin: 0.5em 0.2em 0 0.2em;
}
.card-board-card-action-area-due {
grid-area: due;
color: var(--text-faint);
}
.card-board-card-action-area-buttons {
grid-area: actions;
display: grid;
grid-auto-flow: column;
grid-gap: 0.5em;
margin: 0 0.2em;
}
.card-board-card-action-area-button {
cursor: pointer;
}
.setting-items-inner {
position: relative;
height: auto;
}
.cardboard-settings-columns-list {
display: flex;
flex-direction: column;
width: 100%;
}
h3.setting-heading-compact {
margin-block-end: 0;
}
.example-stamp {
font-weight: var(--bold-weight);
}
.cardboard-settings-column-item {
display: grid;
grid-template-columns: 2em 5em 1fr 1fr 1.5em;
align-items: center;
gap: var(--size-4-2);
border: var(--border-width) solid var(--background-modifier-border);
border-radius: 4px;
background-color: var(--background-secondary);
width: 100%;
padding: var(--size-4-1) var(--size-4-2);
margin-bottom: 0.4em;
}
.cardboard-settings-column-item-button {
display: grid;
align-items: center;
cursor: pointer;
}
.cardboard-settings-column-item-detail {
display: grid;
align-items: center;
}
.cardboard-settings-column-item-type {
font-size: 0.7em;
}
.cardboard-settings-column-item-controls {
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
gap: var(--size-4-2);
}
.cardboard-settings-columns-button {
padding-bottom: 0.75em;
}
.vertical-tab-header-group-title-icon {
justify-self: end;
cursor: pointer;
float: right;
}
.modal.edit-date {
overflow: visible;
}
.modal.mod-settings {
width: 80%;
}
.card-board-view .card-board-dragable {
cursor: grab;
}
.card-board-view .vertical-tab-nav-item {
padding-right: 1.5em;
min-height: 1.9em;
}
.modal-form {
display: grid;
grid-gap: 1.5em;
padding-top: 1.3em;
padding-bottom: 1.5em;
border-bottom: 1px solid var(--background-modifier-border);
}
.form-item {
display: grid;
grid: "words control";
}
.form-item-name {
grid-area: words;
}
.form-item-control {
grid-area: control;
justify-self: end;
}
.dialog-buttons {
display: grid;
grid-auto-flow: column;
justify-content: center;
padding-top: 2em;
}
.modal-form .dialog-buttons {
border-top: 1px solid var(--background-modifier-border);
}
.setting-item-control textarea {
min-height: 10em;
min-width: 22em;
}
.multiselect-items {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
background: var(--background-modifier-form-field);
border: 1px solid var(--background-modifier-border);
border-radius: 4px;
color: var(--text-normal);
padding: 4px 5px;
font-size: var(--font-small);
min-width: 217px;
max-width: 417px;
overflow-x: auto;
gap: 3px;
}
.multiselect-items.mod-faux {
justify-content: flex-end;
background: var(--background-modifier-form-field);
border: 0px;
font-size: var(--font-ui-medium);
}
.multiselect-items input.multiselect-input {
border: 0;
min-width: 100px;
font-size: var(--font-small);
}
.multiselect-items input.multiselect-input:focus {
border: 0;
box-shadow: none;
}
.multiselect-item {
white-space: nowrap;
}
.multiselect-item.selected {
cursor: pointer;
vertical-align: middle;
}
.multiselect-item-key {
background-color: var(--background-secondary-alt);
border: 1px solid var(--background-modifier-border);
border-right: 0px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 2px;
line-height: 1.5em;
vertical-align: middle;
}
.multiselect-item-single {
background-color: var(--background-secondary-alt);
border: 1px solid var(--background-modifier-border);
border-radius: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 2px;
line-height: 1.5em;
vertical-align: middle;
}
.multiselect-item.selected .multiselect-item-key {
background-color: var(--text-muted);
color: var(--text-on-accent);
border-right: 0.5px solid var(--text-on-accent);
}
.multiselect-item.selected .multiselect-item-value {
background-color: var(--text-muted);
color: var(--text-on-accent);
}
.multiselect-items input.multiselect-input {
padding: 2px;
}
.multiselect-item-value {
background-color: var(--background-primary-alt);
border: 1px solid var(--background-modifier-border);
border-left: 0px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 2px;
line-height: 1.5em;
vertical-align: middle;
}
.card-board-view .vertical-tab-content {
position: relative;
}
.card-board-view .modal-close-button {
z-index: 1;
}
.card-board-view .suggestion-container {
position: absolute;
display: grid;
grid-auto-flow: row;
grid-gap: 0.5em;
overflow: auto;
padding: 5px 8px;
font-size: var(--font-small);
text-align: left;
line-height: 1em;
max-height: 400px;
}
.card-board-view .suggestion-container::-webkit-scrollbar {
width: 8px;
}
.card-board-view .suggestion-container::-webkit-scrollbar-track {
background: #f1f1f1;
}
.card-board-view .suggestion-container::-webkit-scrollbar-thumb {
background: #888;
border-radius: 4px;
}
.card-board-view .suggestion-section {
border-top: 1px solid var(--background-modifier-border);
padding-top: 0.5em;
}
.card-board-view .suggestion-section:first-child {
border-top: none;
}
.card-board-view .suggestion-section-heading {
color: var(--text-faint);
font-size: var(--font-smaller);
font-weight: var(--bold-weight);
margin-bottom: 3px;
}
.card-board-view .suggestion-item {
padding-left: 5px;
font-size: var(--font-small);
line-height: 1.3em;
}
.setting-item-control .suggestion-item:hover {
background-color: var(--background-secondary);
}
.datepicker-container {
position: relative;
}
.datepicker-input:focus {
outline: 0;
}
.datepicker-input.datepicker-error {
background-color: rgba(var(--background-modifier-error-rgb), 0.2);
}
.datepicker-picker {
position: absolute;
border: 1px solid #CCC;
border-radius: 3px;
z-index: 100;
background-color: white;
}
.datepicker-header, .datepicker-weekdays {
background: var(--background-secondary);
}
.datepicker-header {
display: flex;
align-items: center;
}
.datepicker-month-container {
flex: 1 1 auto;
padding-top: 0.5em;
display: flex;
flex-direction: column;
}
.datepicker-month, .datepicker-year {
flex: 1 1 auto;
cursor: default;
text-align: center;
}
.datepicker-year {
font-size: var(--font-small);
font-weight: 700;
}
.datepicker-this-month-jump-container {
text-align: center;
background: var(--background-secondary);
}
.datepicker-this-month-jump {
cursor: pointer;
color: var(--interactive-accent);
}
.datepicker-prev-container, .datepicker-next-container {
cursor: pointer;
padding: 8px;
}
.datepicker-prev, .datepicker-next {
display: block;
width: var(--font-smaller);
height: var(--font-smaller);
border-left: 2px solid rgba(0,0,0,0.54);
border-bottom: 2px solid rgba(0,0,0,0.54);
}
.datepicker-prev:hover, .datepicker-next:hover {
border-left-color: #BBB;
border-bottom-color: #BBB;
}
.datepicker-prev {
transform: rotate(45deg);
}
.datepicker-next {
transform: rotate(-135deg);
}
.datepicker-table {
border-spacing: 0;
border-collapse: collapse;
font-size: var(--font-smaller);
}
.datepicker-table td {
width: 2em;
height: 2em;
text-align: center;
border-radius: 3px;
}
.datepicker-dow {
border-bottom: 1px solid #CCC;
cursor: default;
}
.datepicker-day {
cursor: pointer;
}
.datepicker-day:hover {
background: #F2F2F2;
}
.datepicker-disabled {
cursor: default;
color: #DDD;
}
.datepicker-disabled:hover {
background: inherit;
}
.datepicker-picked {
color: white;
background: var(--interactive-accent);
}
.datepicker-picked:hover {
background: var(--interactive-accent);
}
.datepicker-today {
font-weight: bold;
color: var(--interactive-accent);
}
.datepicker-other-month {
color: #AAA;
}
.datepicker-other-month.datepicker-disabled {
color: #EEE;
}
.datepicker-other-month.datepicker-picked {
color: white;
}
+6 -1
View File
@@ -4,6 +4,7 @@
"taskCompletionUseEmojiShorthand": true,
"taskCompletionText": "completion",
"taskCompletionDateFormat": "dd-MM-YYY",
"recursiveSubTaskCompletion": false,
"warnOnEmptyResult": true,
"refreshEnabled": true,
"refreshInterval": 2500,
@@ -12,11 +13,15 @@
"maxRecursiveRenderDepth": 4,
"tableIdColumnName": "File",
"tableGroupColumnName": "Group",
"showResultCount": true,
"allowHtml": true,
"inlineQueryPrefix": "=",
"inlineJsQueryPrefix": "$=",
"inlineQueriesInCodeblocks": true,
"enableInlineDataview": true,
"enableDataviewJs": true,
"enableInlineDataviewJs": true,
"prettyRenderInlineFields": true
"prettyRenderInlineFields": true,
"prettyRenderInlineFieldsInLivePreview": true,
"dataviewJsKeyword": "dataviewjs"
}
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "mrj-jump-to-link",
"name": "Jump to link",
"version": "0.5.4",
"version": "0.5.9",
"description": "This plugin allows open a link in current document or regex based navigation in editor mode using hotkey",
"isDesktopOnly": false,
"author": "MrJackphil",
+4 -2
View File
@@ -38,6 +38,7 @@
"defaultPenMode": "mobile",
"penModeCrosshairVisible": false,
"renderImageInMarkdownReadingMode": false,
"renderImageInHoverPreviewForMDNotes": false,
"renderImageInMarkdownToPDF": false,
"allowPinchZoom": false,
"allowWheelZoom": false,
@@ -82,6 +83,7 @@
"fadeOutExcalidrawMarkup": true,
"experimentalEnableFourthFont": true,
"experimantalFourthFont": "cmu-sans-serif/cmunss.ttf",
"addDummyTextElement": false,
"fieldSuggester": true,
"compatibilityMode": false,
"drawingOpenCount": 0,
@@ -89,7 +91,7 @@
"library2": {
"type": "excalidrawlib",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.2",
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.3",
"libraryItems": [
{
"status": "published",
@@ -75507,7 +75509,7 @@
}
},
"defaultTrayMode": false,
"previousRelease": "2.2.2",
"previousRelease": "2.2.3",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}",
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "2.2.2",
"version": "2.2.3",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
+1 -1
View File
@@ -21,5 +21,5 @@
}
],
"useDomainFolders": false,
"lastSyncDate": "2024-05-23T16:28:06.898Z"
"lastSyncDate": "2024-05-27T17:22:14.193Z"
}
File diff suppressed because one or more lines are too long
+11 -10
View File
@@ -1,10 +1,11 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "1.5.3",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
"isDesktopOnly": false
}
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.48",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
"helpUrl": "https://publish.obsidian.md/kanban/Obsidian+Kanban+Plugin",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -5,12 +5,12 @@
{
"id": 2,
"name": "memoire-L3",
"lastUpdate": 1716481686610
"lastUpdate": 1716830533864
},
{
"id": 1,
"name": "Ma bibliothèque",
"lastUpdate": 1716481686761
"lastUpdate": 1716830533869
}
],
"renderCitations": true,
+1 -1
View File
@@ -43,7 +43,7 @@
"singlelineCardSeparator": "::",
"singlelineReversedCardSeparator": ":::"
},
"buryDate": "2024-05-23",
"buryDate": "2024-05-28",
"buryList": [],
"historyDeck": ""
}
+10 -7
View File
@@ -15,11 +15,8 @@
"minimal-style@@bold-color@@light": "#000000",
"minimal-style@@bold-color@@dark": "#EEEEEE",
"supercharged-links@@591a-86c0-color": "#658CAD",
"supercharged-links@@591a-86c0-weight": "lighter",
"supercharged-links@@591a-86c0-weight": "normal",
"supercharged-links@@591a-86c0-before": "👤",
"supercharged-links@@d474-0cfe-color": "#BD2B2B",
"supercharged-links@@d474-0cfe-weight": "bold",
"supercharged-links@@d474-0cfe-decoration": "initial",
"minimal-advanced@@styled-scrollbars": false,
"minimal-advanced@@folding-offset": 0,
"minimal-style@@h1-color@@dark": "#1B9419",
@@ -42,7 +39,6 @@
"minimal-style@@h6-color@@dark": "#789278",
"minimal-style@@h6-l": false,
"minimal-style@@icon-muted": 0.5,
"supercharged-links@@7812-52e6-color": "#2967B3",
"supercharged-links@@7812-52e6-before": "📅 ",
"customizable-page-header-buttons@@page-header-spacing-mobile": 12,
"minimal-style@@trim-cols": false,
@@ -54,9 +50,16 @@
"minimal-style@@zoom-off": false,
"minimal-style@@col-alt": false,
"supercharged-links@@f1e2-3136-color": "#008A88",
"supercharged-links@@f1e2-3136-before": "\"\"",
"supercharged-links@@591a-86c0-decoration": "initial",
"pane-relief@@pane-relief-pane-numbering": false,
"pane-relief@@pane-relief-disable-counts": false,
"supercharged-links@@48f5-79b2-color": "#FFA769"
"minimal-style@@embed-strict": true,
"minimal-style@@active-line-on": true,
"supercharged-links@@89ca-499e-color": "#008A88",
"supercharged-links@@4694-3e42-color": "#E16914",
"supercharged-links@@8606-2a08-color": "#2A9E00",
"supercharged-links@@7812-52e6-color": "#A55F5F",
"supercharged-links@@7812-52e6-decoration": "initial",
"supercharged-links@@ef64-500f-color": "#825AE1",
"supercharged-links@@c309-a78f-color": "#825AE1"
}
+2 -1
View File
@@ -1,6 +1,7 @@
{
"addTaskProgressBarToHeading": true,
"addNumberToProgressBar": true,
"addNumberToProgressBar": false,
"showPercentage": false,
"allowAlternateTaskStatus": true,
"alternativeMarks": "(x|X|-)",
"countSubLevel": true
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "7.2.0",
"version": "7.3.0",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"helpUrl": "https://publish.obsidian.md/tasks/",
File diff suppressed because one or more lines are too long
+66 -30
View File
@@ -14,7 +14,7 @@
"selectors": [
{
"type": "tag",
"name": "",
"name": "up",
"value": "personne",
"matchCaseSensitive": false,
"match": "exact",
@@ -24,42 +24,18 @@
"selectPrepend": true,
"selectBackground": false
},
{
"type": "tag",
"name": "",
"value": "moc",
"matchCaseSensitive": false,
"match": "exact",
"uid": "d474-0cfe",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "path",
"name": "",
"name": "up",
"value": "daily",
"matchCaseSensitive": true,
"match": "exact",
"match": "contains",
"uid": "7812-52e6",
"selectText": true,
"selectAppend": false,
"selectPrepend": true,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "informatique",
"matchCaseSensitive": false,
"match": "exact",
"uid": "48f5-79b2",
"selectText": true,
"selectAppend": false,
"selectPrepend": true,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
@@ -68,9 +44,69 @@
"match": "contains",
"uid": "f1e2-3136",
"selectText": true,
"selectAppend": true,
"selectPrepend": true,
"selectBackground": true
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "science/sociologie",
"matchCaseSensitive": false,
"match": "exact",
"uid": "89ca-499e",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "informatique",
"matchCaseSensitive": false,
"match": "exact",
"uid": "4694-3e42",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "maths",
"matchCaseSensitive": false,
"match": "exact",
"uid": "8606-2a08",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "obsidian",
"matchCaseSensitive": false,
"match": "exact",
"uid": "ef64-500f",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "pkm",
"matchCaseSensitive": true,
"match": "startswith",
"uid": "c309-a78f",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
}
]
}
+1 -1
View File
@@ -3659,7 +3659,7 @@ var Templater = class {
const oldSelections = doc.listSelections();
doc.replaceSelection(output_content);
if (active_editor.file) {
await app.vault.modify(active_editor.file, editor.getValue());
await app.vault.append(active_editor.file, "");
}
app.workspace.trigger("templater:template-appended", {
view: active_view,
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "2.3.2",
"version": "2.3.3",
"description": "Create and use templates",
"minAppVersion": "1.5.0",
"author": "SilentVoid",
+2 -2
View File
@@ -1,5 +1,5 @@
{
"snippets_file": "def : > [!definition] \ndéf : > [!définition] \nddef : > [!definition] $end$\\n> \\n^definition\nddéf : > [!définition] $end$\\n> \\n^definition\nquery : > [!query]\nnote : > [!note]\nquestion : > [!question]\nimportant : > [!important]\nexemple : > [!example] Exemple \ninfo : > [!info] \ntodo : > [!todo] \ndone : > [!done] \nwarning : > [!warning] \nattention : > [!attention] \ntldr : > [!tldr] \nexercice : > [!tldr] Exercice\nidea : > [!idea] \n\navantages : > [!check] Avantages\ninconvenients : > [!fail] Inconvénients\ninconvénients : > [!fail] Inconvéninents\npc : > [!check] Avantages\\n> $end$\\n\\n> [!fail] Inconvénients\\n> \\n\n\nfm : ---\\n$end$\\n---\nalias : ---\\nalias: [ \"$end$\" ]\\n---\n\nev : [[espace vectoriel]]\nkev : $\\mathbf{K}$-[[espace vectoriel]]\n\nqdef : ::: {.callout-note icon=false}\\n## Définition\\n\\n$end$\\n:::\nqnote : ::: {.callout-note}\\n## $end$\\n\\n:::\nqtip : ::: {.callout-tip}\\n## $end$\\n\\n:::\n\n",
"snippets_file": "def : > [!definition] \ndéf : > [!définition] \nddef : > [!definition] $end$\\n> \\n^definition\nddéf : > [!définition] $end$\\n> \\n^definition\nquery : > [!query]\nnote : > [!note]\nquestion : > [!question]\nimportant : > [!important]\nexemple : > [!example] Exemple \ninfo : > [!info] \ntodo : > [!todo] \ndone : > [!done] \nwarning : > [!warning] \nattention : > [!attention] \ntldr : > [!tldr] \nexercice : > [!tldr] Exercice\nidea : > [!idea] \n\navantages : > [!check] Avantages\ninconvenients : > [!fail] Inconvénients\ninconvénients : > [!fail] Inconvéninents\npc : > [!check] Avantages\\n> $end$\\n^pros\\n\\n> [!fail] Inconvénients\\n> \\n^cons\n\nfm : ---\\n$end$\\n---\nalias : ---\\nalias: [ \"$end$\" ]\\n---\n\nev : [[espace vectoriel]]\nkev : $\\mathbf{K}$-[[espace vectoriel]]\n\nqdef : ::: {.callout-note icon=false}\\n## Définition\\n\\n$end$\\n:::\nqnote : ::: {.callout-note}\\n## $end$\\n\\n:::\nqtip : ::: {.callout-tip}\\n## $end$\\n\\n:::\n\n",
"snippets": [
"def : > [!definition] ",
"déf : > [!définition] ",
@@ -21,7 +21,7 @@
"avantages : > [!check] Avantages",
"inconvenients : > [!fail] Inconvénients",
"inconvénients : > [!fail] Inconvéninents",
"pc : > [!check] Avantages\\n> $end$\\n\\n> [!fail] Inconvénients\\n> \\n\n",
"pc : > [!check] Avantages\\n> $end$\\n^pros\\n\\n> [!fail] Inconvénients\\n> \\n^cons",
"fm : ---\\n$end$\\n---",
"alias : ---\\nalias: [ \"$end$\" ]\\n---",
"ev : [[espace vectoriel]]",
+2
View File
@@ -47,11 +47,13 @@
"convergences de séries par croissances comparées",
"corps",
"corps commutatif",
"cours programmation web serveur",
"cryptologie",
"cycle en V",
"dataview tasks completed in current file",
"diagonaliser une matrice",
"docstring challenge du 2023-08-13",
"démonstration de l'expression de l'arg sinus hyperbolique",
"désavantages de la prise de notes au fil de la pensée",
"espérance mathématique",
"extermination de masse",
+1 -1
View File
@@ -1 +1 @@
{"garbage collection":{"garbage collection":{"internalLink":{"count":1,"lastUpdated":1715606605864}}},"changement de base d'une forme bilinéaire":{"test":{"internalLink":{"count":1,"lastUpdated":1715676329297}}},"test_patat":{"test_patat":{"internalLink":{"count":1,"lastUpdated":1715676413667}},"bonjour":{"internalLink":{"count":1,"lastUpdated":1715676438324}}},"éducation nationale":{"éducation nationale":{"internalLink":{"count":1,"lastUpdated":1715682802695}}},"flipside excalidraw note":{"flipside excalidraw note":{"internalLink":{"count":1,"lastUpdated":1716301998072}}}}
{"garbage collection":{"garbage collection":{"internalLink":{"count":1,"lastUpdated":1715606605864}}},"changement de base d'une forme bilinéaire":{"test":{"internalLink":{"count":1,"lastUpdated":1715676329297}}},"test_patat":{"test_patat":{"internalLink":{"count":1,"lastUpdated":1715676413667}},"bonjour":{"internalLink":{"count":1,"lastUpdated":1715676438324}}},"éducation nationale":{"éducation nationale":{"internalLink":{"count":1,"lastUpdated":1715682802695}}},"flipside excalidraw note":{"flipside excalidraw note":{"internalLink":{"count":1,"lastUpdated":1716301998072}}},"capitalisme":{"capitalisme":{"internalLink":{"count":1,"lastUpdated":1716552368644}}},"format textuel":{"format textuel":{"internalLink":{"count":1,"lastUpdated":1716824031256}}}}