This commit is contained in:
Oscar Plaisant
2024-03-13 11:36:31 +01:00
parent 738a67b3df
commit 5bdeaf3332
218 changed files with 97170 additions and 1830 deletions

4
.obsidian/app.json vendored
View File

@@ -11,8 +11,8 @@
"includeName": true,
"pageSize": "A4",
"landscape": false,
"margin": "2",
"downscalePercent": 75
"margin": "0",
"downscalePercent": 95
},
"defaultViewMode": "source",
"autoPairMarkdown": false,

View File

@@ -1,7 +1,7 @@
{
"theme": "obsidian",
"cssTheme": "Minimal",
"baseFontSize": 22.5,
"baseFontSize": 16.5,
"enabledCssSnippets": [
"pdf_darkmode",
"query_header_title",

View File

@@ -19,7 +19,6 @@
"pane-relief",
"text-snippets-obsidian",
"obsidian-share-as-gist",
"darlal-switcher-plus",
"obsidian-quickshare",
"obsidian-better-internal-link-inserter",
"obsidian-contextual-typography",
@@ -38,7 +37,6 @@
"postfix",
"metaedit",
"templater-obsidian",
"rss-reader",
"obsidian-sequence-hotkeys",
"obsidian-shellcommands",
"obsidian-vimrc-support",
@@ -47,6 +45,7 @@
"number-headings-obsidian",
"obsidian-rollover-daily-todos",
"obsidian-icon-shortcodes",
"obsidian-hider",
"customizable-page-header-buttons"
"darlal-switcher-plus",
"zotlit",
"obsidian-hider"
]

View File

@@ -130,6 +130,6 @@
"repelStrength": 6.39485677083333,
"linkStrength": 1,
"linkDistance": 30,
"scale": 1.0014338896636248,
"scale": 0.1031156391768266,
"close": true
}

View File

@@ -88,15 +88,6 @@
"key": "E"
}
],
"obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "E"
}
],
"editor:swap-line-down": [
{
"modifiers": [
@@ -473,7 +464,14 @@
"key": "O"
}
],
"switcher:open": [],
"switcher:open": [
{
"modifiers": [
"Mod"
],
"key": "O"
}
],
"obsidian-completr:completr-close-suggestion-popup": [],
"calendar:show-calendar-view": [],
"obsidian-latex-suite:latex-suite-box-equation": [
@@ -686,12 +684,6 @@
],
"workspace:goto-tab-5": [],
"mrj-jump-to-link:activate-jump-to-anywhere": [
{
"modifiers": [
"Ctrl"
],
"key": ";"
},
{
"modifiers": [
"Ctrl"
@@ -740,5 +732,14 @@
],
"obsidian-completr:completr-fake-arrow-up": [],
"obsidian-completr:completr-fake-arrow-down": [],
"obsidian-completr:completr-fake-enter": []
"obsidian-completr:completr-fake-enter": [],
"obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-new-tab": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "E"
}
]
}

View File

@@ -4,7 +4,7 @@
"aliasesInIndex": false,
"alphaSortAsc": false,
"altLinkFields": [
"alias"
"aliases"
],
"CSVPaths": "",
"createIndexIndent": " ",
@@ -20,7 +20,7 @@
"dvWaitTime": 5000,
"enableAlphaSort": true,
"enableRelationSuggestor": true,
"fieldSuggestor": false,
"fieldSuggestor": true,
"filterImpliedSiblingsOfDifferentTypes": false,
"jugglLayout": "hierarchy",
"limitWriteBCCheckboxes": [
@@ -28,7 +28,9 @@
"next",
"prev",
"author",
"source"
"source",
"same",
"opposes"
],
"CHECKBOX_STATES_OVERWRITTEN": false,
"gridDefaultDepth": 25,
@@ -74,7 +76,8 @@
"limitTrailCheckboxes": [
"up",
"author",
"supports"
"supports",
"opposes"
],
"limitJumpToFirstFields": [
"up",
@@ -82,13 +85,13 @@
"down",
"next",
"prev",
"same_author",
"extercept",
"includes",
"supports",
"supported_by",
"refutes",
"refuted_by"
"refuted_by",
"opposes"
],
"showAll": "All",
"noPathMessage": "",
@@ -156,6 +159,19 @@
"prev": [
"refuted_by"
]
},
{
"up": [
"opposes"
],
"same": [
"same"
],
"down": [
"opposes"
],
"next": [],
"prev": []
}
],
"writeBCsInline": true,

View File

@@ -0,0 +1,8 @@
{
"citationExportFormat": "csl-json",
"literatureNoteTitleTemplate": "@{{citekey}}",
"literatureNoteFolder": "Reading notes",
"literatureNoteContentTemplate": "---\ntitle: {{title}}\nyear: {{year}}\n---\nauthor:: {{authorString}}\nlink:: {{URL}}\n\n",
"markdownCitationTemplate": "[@{{citekey}}]",
"alternativeMarkdownCitationTemplate": "@{{citekey}}"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-citation-plugin",
"name": "Citations",
"version": "0.4.5",
"minAppVersion": "0.9.20",
"description": "Automatically search and insert citations from a Zotero library",
"author": "Jon Gauthier",
"authorUrl": "http://foldl.me",
"isDesktopOnly": true
}

View File

@@ -0,0 +1,114 @@
/** Citations modal **/
/*
* Loading animation from
* https://loading.io/css/
*/
.zoteroModalLoading {
color: var(--text-muted);
text-align: center;
}
.zoteroModalLoadingAnimation {
display: inline-block;
width: 80px;
height: 80px;
}
.zoteroModalLoadingAnimation {
content: " ";
display: block;
width: 32px;
height: 32px;
margin: 10px auto;
border-radius: 50%;
border: 3px solid #eee;
border-color: #eee transparent #eee transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#zoteroSettingTab .text-monospace {
font-family: monospace;
}
.zoteroModalResults .suggestion-item {
height: fit-content;
line-height: 1.5rem;
}
.zoteroTitle {
font-size: 14px;
display: block;
}
.zoteroAuthors {
color: #555;
font-size: 13px;
}
.zoteroAuthorsEmpty::after {
font-style: italic;
content: 'Unknown authors';
}
.zoteroCitekey {
color: #555;
font-size: 13px;
font-family: monospace;
display: inline-block;
margin-right: 5px;
padding-right: 5px;
border-right: 1px solid #ccc;
}
.theme-dark .zoteroTitle {
font-size: 14px;
display: block;
}
.theme-dark .zoteroAuthors {
color: #aaa;
font-size: 13px;
}
.theme-dark .zoteroCitekey {
color: #aaa;
font-size: 13px;
font-family: monospace;
display: inline-block;
margin-right: 5px;
padding-right: 5px;
border-right: 1px solid #aaa;
}
/** Settings dialog **/
.d-none {
display: none;
}
.zoteroSettingCitationPathLoading,
.zoteroSettingCitationPathError,
.zoteroSettingCitationPathSuccess {
font-size: 14px;
}
.zoteroSettingCitationPathLoading {
color: var(--text-muted);
}
.zoteroSettingCitationPathError {
color: var(--text-error);
}
.zoteroSettingCitationPathError:hover {
color: var(--text-error-hover);
}
.zoteroSettingCitationPathSuccess {
color: var(--text-accent);
}
.zoteroSettingCitationPathSuccess:hover {
color: var(--text-accent-hover);
}
#zoteroSettingTab textarea {
resize: vertical;
width: 100%;
min-height: 10em;
}

View File

@@ -73,7 +73,7 @@
"library2": {
"type": "excalidrawlib",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.19",
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.0.16",
"libraryItems": [
{
"status": "published",
@@ -10409,7 +10409,7 @@
"containerId": null,
"originalText": "!",
"lineHeight": 1.222222222222222,
"baseline": 17
"baseline": 18
}
],
"id": "a4aCbz4Mh-PMppX8JV9oJ",
@@ -47208,7 +47208,7 @@
"containerId": null,
"originalText": "5\n\n4\n\n3\n\n2\n\n1 \n\n0\n\n\n-1\n\n-2\n\n-3\n\n-4\n\n-5",
"lineHeight": 1.2490706319702598,
"baseline": 441
"baseline": 442
},
{
"type": "line",
@@ -48424,7 +48424,7 @@
"containerId": null,
"originalText": "5\n\n4\n\n3\n\n2\n\n1 \n\n0\n\n\n-1\n\n-2\n\n-3\n\n-4\n\n-5",
"lineHeight": 1.2490706319702598,
"baseline": 441
"baseline": 442
},
{
"type": "line",
@@ -61506,7 +61506,7 @@
"containerId": null,
"originalText": "KEY",
"lineHeight": 1.2989276108437504,
"baseline": 16
"baseline": 17
},
{
"type": "text",
@@ -61543,7 +61543,7 @@
"containerId": null,
"originalText": "DATA",
"lineHeight": 1.2989276108437484,
"baseline": 16
"baseline": 17
}
],
"id": "0fN1YgloN8QEBcG1nuLU0",
@@ -68690,7 +68690,7 @@
"containerId": null,
"originalText": "0",
"lineHeight": 1.2305837462742493,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -68727,7 +68727,7 @@
"containerId": null,
"originalText": "1",
"lineHeight": 1.2305837462742486,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -68764,7 +68764,7 @@
"containerId": null,
"originalText": "2",
"lineHeight": 1.2305837462742486,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -68801,7 +68801,7 @@
"containerId": null,
"originalText": "3",
"lineHeight": 1.230583746274251,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -68838,7 +68838,7 @@
"containerId": null,
"originalText": "4",
"lineHeight": 1.2305837462742497,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -68875,7 +68875,7 @@
"containerId": null,
"originalText": "0",
"lineHeight": 1.2665105496217897,
"baseline": 17
"baseline": 18
},
{
"type": "text",
@@ -68912,7 +68912,7 @@
"containerId": null,
"originalText": "1",
"lineHeight": 1.266510549621791,
"baseline": 17
"baseline": 18
},
{
"type": "text",
@@ -68949,7 +68949,7 @@
"containerId": null,
"originalText": "2",
"lineHeight": 1.2665105496217899,
"baseline": 17
"baseline": 18
},
{
"type": "text",
@@ -68986,7 +68986,7 @@
"containerId": null,
"originalText": "3",
"lineHeight": 1.2665105496217897,
"baseline": 17
"baseline": 18
},
{
"type": "text",
@@ -69023,7 +69023,7 @@
"containerId": null,
"originalText": "4",
"lineHeight": 1.2665105496217892,
"baseline": 17
"baseline": 18
},
{
"type": "rectangle",
@@ -69870,7 +69870,7 @@
"containerId": null,
"originalText": "5",
"lineHeight": 1.2305837462742497,
"baseline": 15
"baseline": 16
},
{
"type": "rectangle",
@@ -70177,7 +70177,7 @@
"containerId": null,
"originalText": "6",
"lineHeight": 1.230583746274251,
"baseline": 15
"baseline": 16
},
{
"type": "rectangle",
@@ -70484,7 +70484,7 @@
"containerId": null,
"originalText": "7",
"lineHeight": 1.2305837462742502,
"baseline": 15
"baseline": 16
},
{
"type": "rectangle",
@@ -70791,7 +70791,7 @@
"containerId": null,
"originalText": "8",
"lineHeight": 1.23058374627425,
"baseline": 15
"baseline": 16
},
{
"type": "rectangle",
@@ -71098,7 +71098,7 @@
"containerId": null,
"originalText": "9",
"lineHeight": 1.2305837462742488,
"baseline": 15
"baseline": 16
},
{
"type": "rectangle",
@@ -71270,7 +71270,7 @@
"containerId": null,
"originalText": "5",
"lineHeight": 1.2665105496217908,
"baseline": 17
"baseline": 18
},
{
"type": "text",
@@ -71307,7 +71307,7 @@
"containerId": null,
"originalText": "6",
"lineHeight": 1.2665105496217908,
"baseline": 17
"baseline": 18
},
{
"type": "text",
@@ -71344,7 +71344,7 @@
"containerId": null,
"originalText": "7",
"lineHeight": 1.2665105496217899,
"baseline": 17
"baseline": 18
},
{
"type": "text",
@@ -71381,7 +71381,7 @@
"containerId": null,
"originalText": "8",
"lineHeight": 1.2665105496217905,
"baseline": 17
"baseline": 18
},
{
"type": "text",
@@ -71418,7 +71418,7 @@
"containerId": null,
"originalText": "9",
"lineHeight": 1.2665105496217908,
"baseline": 17
"baseline": 18
}
],
"id": "v64rHLhwhoMh6YxxcvFRW",
@@ -72138,7 +72138,7 @@
"containerId": null,
"originalText": "0",
"lineHeight": 1.2258489560818937,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -72175,7 +72175,7 @@
"containerId": null,
"originalText": "1",
"lineHeight": 1.2258489560818937,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -72212,7 +72212,7 @@
"containerId": null,
"originalText": "2",
"lineHeight": 1.2258489560818915,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -72249,7 +72249,7 @@
"containerId": null,
"originalText": "3",
"lineHeight": 1.2258489560818941,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -72286,7 +72286,7 @@
"containerId": null,
"originalText": "4",
"lineHeight": 1.2258489560818953,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -72948,7 +72948,7 @@
"containerId": null,
"originalText": "0",
"lineHeight": 1.2227829575141542,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -72985,7 +72985,7 @@
"containerId": null,
"originalText": "1",
"lineHeight": 1.2227829575141567,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -73022,7 +73022,7 @@
"containerId": null,
"originalText": "2",
"lineHeight": 1.2227829575141556,
"baseline": 15
"baseline": 16
},
{
"type": "text",
@@ -73059,7 +73059,7 @@
"containerId": null,
"originalText": "3",
"lineHeight": 1.222782957514155,
"baseline": 15
"baseline": 16
},
{
"type": "text",

View File

@@ -3,5 +3,6 @@
"date-format": "YYYY-MM-DD",
"link-date-to-daily-note": true,
"prepend-archive-format": "YYYY-MM-DD HH:mm",
"show-view-as-markdown": false
"show-view-as-markdown": false,
"lane-width": 350
}

View File

@@ -9,7 +9,7 @@
"lineWidth": 40,
"lineWidthWide": 5000,
"maxWidth": 98,
"textNormal": 22.5,
"textNormal": 16.5,
"textSmall": 13,
"imgGrid": false,
"imgWidth": "img-default-width",

View File

@@ -1,5 +1,5 @@
{
"pocket-sync-tag": "obsidian_export",
"pocket-sync-tag": null,
"item-notes-folder": "sources",
"frontmatter-url-key": "link"
}

View File

@@ -30,7 +30,7 @@
"noteFoldersToIgnore": [],
"openRandomNote": false,
"autoNextNote": true,
"disableFileMenuReviewOptions": true,
"disableFileMenuReviewOptions": false,
"maxNDaysNotesReviewQueue": 365,
"initiallyExpandAllSubdecksInTree": true,
"baseEase": 250,
@@ -43,7 +43,7 @@
"singlelineCardSeparator": "::",
"singlelineReversedCardSeparator": ":::"
},
"buryDate": "2024-01-10",
"buryDate": "2024-02-28",
"buryList": [],
"historyDeck": ""
}

View File

@@ -1,9 +1,9 @@
{
"displayIndividualItems": false,
"showNotes": true,
"showAttachments": false,
"showFiles": false,
"showLinks": false,
"showWords": false,
"showSize": false
"showAttachments": true,
"showFiles": true,
"showLinks": true,
"showWords": true,
"showSize": true
}

View File

@@ -0,0 +1,19 @@
{
"database": "Zotero",
"noteImportFolder": "sources",
"pdfExportImageDPI": 120,
"pdfExportImageFormat": "jpg",
"pdfExportImageQuality": 90,
"citeFormats": [],
"exportFormats": [
{
"name": "Import #1",
"outputPathTemplate": "sources/{{citekey}}.md",
"imageOutputPathTemplate": "images/{{citekey}}/",
"imageBaseNameTemplate": "image"
}
],
"citeSuggestTemplate": "[[{{citekey}}]]",
"openNoteAfterImport": true,
"whichNotesToOpenAfterImport": "first-imported-note"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-zotero-desktop-connector",
"name": "Zotero Integration",
"version": "3.1.7",
"minAppVersion": "1.1.1",
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-zotero-integration",
"isDesktopOnly": true
}

View File

@@ -0,0 +1,238 @@
.zt-format {
border: 1px solid var(--background-modifier-border);
padding: 1rem;
background-color: var(--background-primary);
border-radius: 10px;
margin-bottom: 10px;
}
.zt-format__form {
display: flex;
flex-direction: column;
align-items: stretch;
margin-bottom: 1rem;
max-width: 600px;
}
.zt-format__form:last-child {
margin-bottom: 0;
}
.zt-format__label {
font-size: 0.9em;
font-weight: 600;
margin-bottom: 5px;
}
.is-deprecated .zt-format__label {
color: var(--text-error);
}
.zt-format__input-wrapper {
display: flex;
align-items: center;
}
.zt-format__input-wrapper textarea {
resize: vertical;
}
.zt-format__input-wrapper > *:not(.checkbox-container) {
width: 100% !important;
}
.is-deprecated .zt-format__input-wrapper button {
width: auto !important;
flex-grow: 0;
flex-shrink: 0;
margin-left: 5px;
}
.zt-format__delete-btn {
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
padding: 7px 9px;
margin-left: 10px;
flex-shrink: 0;
flex-grow: 0;
}
.zt-json-viewer {
font-size: 13px;
}
.zt-json-viewer .react-json-view {
padding: 1em;
border-radius: 10px;
margin-top: 1em;
overflow: auto;
font-family: var(--font-monospace) !important;
}
.zt-json-viewer__btns {
display: flex;
align-items: center;
justify-content: flex-start;
}
.zt-json-viewer__btns label {
display: block;
font-weight: bold;
padding-top: 1em;
}
.zt-json-viewer__btns select {
font-size: 1em;
}
.zt-json-viewer__btns button {
font-size: 1em;
margin-right: 5px;
}
.zt-json-viewer__preview,
.zt-json-viewer__data {
border: 1px solid var(--background-modifier-border);
border-radius: 10px;
padding: 1em;
margin-top: 1em;
}
.zt-json-viewer__preview.error {
background-color: #ff000011;
font-family: var(--font-monospace);
}
.zt-json-viewer__preview pre {
overflow: auto;
white-space: pre-wrap;
margin: 0;
}
.zt-json-viewer__preview pre,
.zt-json-viewer__preview code {
font-family: inherit;
}
.zt-json-viewer__preview:not(.error) pre {
font-family: var(--font-text, --font-default, --default-font);
max-height: 70vh;
min-height: 400px;
}
.zt-multiselect {
width: 300px;
text-align: left;
}
.zt-multiselect input {
outline: none !important;
box-shadow: none !important;
}
.zt-format__input-note {
font-style: italic;
font-size: 0.9em;
padding-top: 10px;
margin-bottom: 10px;
}
.zt-setting-item pre,
.zt-format__input-note pre {
display: inline-block;
margin: 0;
padding: 0 6px;
background-color: var(--background-secondary-alt);
border-radius: 4px;
}
.zt-asset-success {
text-align: left;
display: flex;
}
.zt-asset-success__icon {
color: var(--interactive-success);
font-size: 24px;
margin-right: 5px;
}
.zt-asset-success__icon svg {
width: 1em !important;
height: 1em !important;
}
.zt-asset-success__message {
font-size: 0.9em;
}
.zt-suggest-title {
font-size: var(--font-ui-small);
color: var(--text-muted);
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-top: var(--size-4-1);
}
.zt-suggest-loading-wrapper {
display: flex;
position: relative;
align-items: center;
justify-content: center;
padding: var(--size-4-2) 0;
}
.zt-suggest-loading,
.zt-suggest-loading:before,
.zt-suggest-loading:after {
border-radius: 999px;
width: 1em;
height: 1em;
animation-fill-mode: both;
animation: bblFadInOut 1.6s infinite ease-in-out;
}
.zt-suggest-loading {
display: block;
color: var(--text-muted);
font-size: 7px;
position: relative;
animation-delay: -0.16s;
top: -1em;
}
.zt-suggest-loading:before,
.zt-suggest-loading:after {
content: '';
position: absolute;
}
.zt-suggest-loading:before {
left: -2em;
animation-delay: -0.32s;
}
.zt-suggest-loading:after {
left: 2em;
}
.zt-color-chip {
display: inline-block;
width: 1em;
height: 1em;
border: 1px solid var(--background-modifier-border);
border-radius: var(--radius-s);
margin-right: var(--size-4-1);
}
@keyframes bblFadInOut {
0%,
80%,
100% {
box-shadow: 0 1em 0 -1.3em;
}
40% {
box-shadow: 0 1em 0 0;
}
}

File diff suppressed because one or more lines are too long

View File

@@ -15,19 +15,49 @@
"disableSuggestionsDuringImeOn": false,
"insertAfterCompletion": true,
"firstCharactersDisableSuggestions": ":/^",
"useCommonPrefixCompletionOfSuggestion": false,
"patternsToSuppressTrigger": [
"^~~~.*",
"^```.*"
],
"phrasePatternsToSuppressTrigger": [],
"noAutoFocusUntilCycle": false,
"showMatchStrategy": true,
"showComplementAutomatically": true,
"showIndexingStatus": true,
"descriptionOnSuggestion": "Short",
"selectSuggestionKeys": "Tab",
"additionalCycleThroughSuggestionsKeys": "Ctrl/Cmd+N, Ctrl/Cmd+P",
"disableUpDownKeysForCycleThroughSuggestionsKeys": false,
"openSourceFileKey": "Alt+Enter",
"hotkeys": {
"select": [
{
"modifiers": [],
"key": "Tab",
"hideHotkeyGuide": false
}
],
"up": [
{
"modifiers": [],
"key": "ArrowUp"
}
],
"down": [
{
"modifiers": [],
"key": "ArrowDown"
}
],
"select 1st": [],
"select 2nd": [],
"select 3rd": [],
"select 4th": [],
"select 5th": [],
"select 6th": [],
"select 7th": [],
"select 8th": [],
"select 9th": [],
"open": [],
"completion": [],
"insert as text": []
},
"propagateEsc": true,
"enableCurrentFileComplement": false,
"currentFileMinNumberOfCharacters": 0,
@@ -59,11 +89,17 @@
"frontMatterComplementMatchStrategy": "inherit",
"insertCommaAfterFrontMatterCompletion": false,
"intelligentSuggestionPrioritization": {
"enabled": true,
"historyFilePath": "",
"maxDaysToKeepHistory": 30,
"maxNumberOfHistoryToKeep": 0
},
"disableOnMobile": false,
"showLogAboutPerformanceInConsole": false,
"selectionHistoryTree": {}
"selectionHistoryTree": {},
"useCommonPrefixCompletionOfSuggestion": false,
"selectSuggestionKeys": "Tab",
"additionalCycleThroughSuggestionsKeys": "Ctrl/Cmd+N, Ctrl/Cmd+P",
"disableUpDownKeysForCycleThroughSuggestionsKeys": false,
"openSourceFileKey": "Alt+Enter"
}

View File

@@ -1 +1 @@
{"covariance":{"covariance":{"internalLink":{"count":1,"lastUpdated":1700613439277}}},"utilisateur":{"utilisateur":{"internalLink":{"count":1,"lastUpdated":1700663263833}}},"administration des bases de données":{"administration des bases de données":{"internalLink":{"count":2,"lastUpdated":1701677521978}}},"base de données":{"base de données":{"internalLink":{"count":1,"lastUpdated":1701677477332}}},"SQL":{"SQL":{"internalLink":{"count":1,"lastUpdated":1701677551143}}},"privilèges":{"privilèges":{"internalLink":{"count":1,"lastUpdated":1701677765849}}},"stage de L3":{"stage de L3":{"internalLink":{"count":1,"lastUpdated":1701940029308}}},"ensemble des matrices":{"ensemble des matrices":{"internalLink":{"count":1,"lastUpdated":1701940340870}}},"commande pour empêcher le système de se mettre en veille":{"commande pour empêcher le système de se mettre en veille":{"internalLink":{"count":2,"lastUpdated":1702504473701}}},"réunion de rentrée Blois":{"réunion de rentrée Blois":{"internalLink":{"count":1,"lastUpdated":1702504897638}}},"équation quadratique":{"équation quadratique":{"internalLink":{"count":1,"lastUpdated":1702504938007}}},"Cycle en spirale":{"Cycle en spirale":{"internalLink":{"count":1,"lastUpdated":1703109300187}}},"modèle en cascade":{"modèle en cascade":{"internalLink":{"count":1,"lastUpdated":1703109373343}}},"cycle en V":{"cycle en V":{"internalLink":{"count":1,"lastUpdated":1703109794051}}},"méthodologie agile":{"méthodologie agile":{"internalLink":{"count":1,"lastUpdated":1703110323383}}},"pdfjs annotation-annotate":{"pdfjs annotation-annotate":{"internalLink":{"count":1,"lastUpdated":1703248535224}}}}
{"taxe":{"taxe":{"internalLink":{"count":1,"lastUpdated":1706567256399}}},"architecture de Von Neumann 2022-09-14 10.56.32.excalidraw":{"architecture de Von Neumann 2022-09-14 10.56.32.excalidraw":{"internalLink":{"count":1,"lastUpdated":1706780160993}}},"floydParadigmsProgramming1979":{"floydParadigmsProgramming1979":{"internalLink":{"count":1,"lastUpdated":1706901699416}}},"paradigmes de programmation":{"paradigmes de programmation":{"internalLink":{"count":1,"lastUpdated":1706947852489}}},"plan euclidien":{"plan euclidien":{"internalLink":{"count":1,"lastUpdated":1707904509767}}},"hystérésis":{"hystérésis":{"internalLink":{"count":1,"lastUpdated":1707922969397}}},"hystérésis magnétique":{"hystérésis magnétique":{"internalLink":{"count":2,"lastUpdated":1707955061623}}},"mémoire":{"mémoire":{"internalLink":{"count":1,"lastUpdated":1707950894287}}},"philosophie":{"philosophie":{"internalLink":{"count":1,"lastUpdated":1708300716101}}},"ensemble":{"ensemble":{"internalLink":{"count":1,"lastUpdated":1708302262513}}},"satisfaisable":{"satisfaisable":{"internalLink":{"count":1,"lastUpdated":1708302466732}}},"mémoire à tore de ferrite":{"mémoire à tore de ferrite":{"internalLink":{"count":1,"lastUpdated":1708334338799}}},"paradigme de programmation":{"paradigme de programmation":{"internalLink":{"count":1,"lastUpdated":1708417661947}}},"processus":{"processus":{"internalLink":{"count":1,"lastUpdated":1708418852841}}},"langage formel":{"langage formel":{"internalLink":{"count":1,"lastUpdated":1708518252949}}},"machine de turing":{"machine de turing":{"internalLink":{"count":1,"lastUpdated":1708518269968}}},"réciproque":{"réciproque":{"internalLink":{"count":1,"lastUpdated":1708819687918}}},"matrice hessienne":{"matrice hessienne":{"internalLink":{"count":2,"lastUpdated":1710324879177}}},"fonction de plusieurs variables":{"fonction de plusieurs variables":{"internalLink":{"count":1,"lastUpdated":1709121880741}}},"manim Ellipse":{"manim Ellipse":{"internalLink":{"count":1,"lastUpdated":1709296590359}}},"baptême":{"baptême":{"internalLink":{"count":5,"lastUpdated":1709864270370}}},"gradient":{"gradient":{"internalLink":{"count":1,"lastUpdated":1710325461961}}}}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "vertical-tabs-view",
"name": "Vertical Tabs View",
"version": "2.4.5",
"minAppVersion": "0.15.0",
"description": "Provides a vertical tabs view.",
"author": "hdykokd",
"authorUrl": "https://hdykokd.me",
"fundingUrl": "https://www.buymeacoffee.com/hdykokd",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,163 @@
#vertical-tabs-view-content {
padding: 0;
margin: 2px;
}
ul.vertical-tabs-view-list {
list-style: none;
padding: 0;
margin: 0.1rem 0;
}
.is-focused .vertical-tabs-view-list li.vertical-tabs-view-list-item {
color: var(--tab-text-color-focused);
}
.vertical-tabs-view-list li.vertical-tabs-view-list-item {
display: flex;
flex-direction: row;
justify-content: space-between;
color: var(--tab-text-color);
font-size: var(--tab-font-size);
font-weight: var(--tab-font-weight);
padding: 2px 0 2px 2px;
width: 100%;
min-height: 2.5rem;
border-radius: var(--tab-radius);
overflow: hidden;
white-space: nowrap;
}
.is-focused .vertical-tabs-view-list li.focused,
.vertical-tabs-view-list li.focused {
color: var(--tab-text-color-focused-active-current);
background-color: var(--tab-background-active);
}
.vertical-tabs-view-list li.vertical-tabs-view-list-item:hover {
background-color: var(--background-modifier-hover);
}
.vertical-tabs-view-list-item-ghost {
opacity: 0.6;
}
.is-mobile .vertical-tabs-view-list-item-chosen {
display: none;
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-left-container,
.vertical-tabs-view-list li .vertical-tabs-view-list-item-right-container {
display: flex;
flex-direction: row;
align-items: center;
overflow: auto;
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-name-container {
display: flex;
overflow: auto;
margin: 0 0.25em;
scrollbar-width: thin;
}
/* scrollbar */
.vertical-tabs-view-list li .vertical-tabs-view-list-item-name-container::-webkit-scrollbar {
margin-top: 0.25em;
height: 0.25em;
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-name-container::-webkit-scrollbar-track {
background-color: var(--scrollbar-bg);
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-name-container::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb-bg);
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-name-container::-webkit-scrollbar-thumb:hover {
background-color: var(--scrollbar-active-thumb-bg);
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-right-container {
flex-shrink: 0;
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-icon {
color: var(--tab-text-color);
padding-top: 0.25em;
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-tab-icon {
margin: 0 0.25em;
min-width: var(--icon-s);
--icon-size: var(--icon-s);
--icon-stroke: var(--icon-s-stroke-width);
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-close-btn,
.vertical-tabs-view-list li .vertical-tabs-view-list-item-pin-btn {
cursor: pointer;
--icon-size: var(--icon-l);
--icon-stroke: var(--icon-l-stroke-width);
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-close-btn:hover,
.vertical-tabs-view-list li .vertical-tabs-view-list-item-pin-btn:hover {
color: var(--tab-text-color-focused);
background-color: var(--tab-background-active);
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-icon-pinned {
color: var(--text-accent);
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-pin-btn {
margin-right: 0.5em;
margin-top: 0.5em;
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-name-container {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-left: 0.25em;
line-height: 1.4em;
width: 100%;
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-name-container::-webkit-scrollbar {
width: 2rem;
}
.vertical-tabs-view-list li .vertical-tabs-view-list-item-dirname {
font-size: var(--font-ui-smaller);
}
/* settings */
.vertical-tabs-view-settings-preview-icon-wrapper {
display: flex;
}
.vertical-tabs-view-settings-preview-icon-text {
margin-right: 0.5em;
}
.vertical-tabs-view-settings-tab-icon-rules {
margin-left: 1em;
}
.setting-item.vertical-tabs-view-settings-tab-icon-rules-add-btn {
border: none;
}
.vertical-tabs-view-settings-tab-icon-rule-wrapper {
border: 1px solid var(--background-modifier-border);
padding: 1em;
margin-bottom: 0.25em;
}
.vertical-tabs-view-settings-tab-icon-rule-match-config-wrapper {
border-bottom: 1px solid var(--background-modifier-border);
padding: 0.5em 1em;
}
.vertical-tabs-view-settings-tab-icon-rule-remove-btn-wrapper {
display: flex;
justify-content: end;
margin-top: 1em;
}
/* See: https://github.com/hdykokd/obsidian-vertical-tabs-view/issues/60 */
.vertical-tabs-view-list-mobile-margin-block {
height: 100%;
padding-bottom: 4.5rem;
}

27
.obsidian/plugins/zotlit/data.json vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"logLevel": "INFO",
"citationEditorSuggester": true,
"showCitekeyInSuggester": true,
"literatureNoteFolder": "sources/zotero",
"enableServer": false,
"serverPort": 9091,
"serverHostname": "127.0.0.1",
"template": {
"folder": "templates/zotero",
"templates": {
"filename": "<%= it.citekey ?? it.DOI ?? it.title ?? it.key %>.md"
}
},
"updateAnnotBlock": false,
"updateOverwrite": false,
"autoPairEta": false,
"autoTrim": [
false,
false
],
"autoRefresh": true,
"zoteroDataDir": "/Users/oscarplaisant/Zotero",
"citationLibrary": 2,
"imgExcerptImport": "symlink",
"imgExcerptPath": "images/zotero"
}

410
.obsidian/plugins/zotlit/main.js vendored Normal file

File diff suppressed because one or more lines are too long

13
.obsidian/plugins/zotlit/manifest.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"id": "zotlit",
"name": "ZotLit",
"version": "1.1.4",
"minAppVersion": "1.4.4",
"versions": {
"better-sqlite3": "8.0.1-mod.1"
},
"description": "Plugin to integrate with Zotero, create literature notes and insert citations from a Zotero library.",
"author": "AidenLx",
"authorUrl": "https://github.com/aidenlx",
"isDesktopOnly": true
}

1
.obsidian/plugins/zotlit/styles.css vendored Normal file

File diff suppressed because one or more lines are too long

8
.obsidian/types.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"types": {
"aliases": "aliases",
"cssclasses": "multitext",
"tags": "tags",
"Title": "text"
}
}

View File

@@ -8,7 +8,135 @@
"type": "tabs",
"children": [
{
"id": "a65907065a9d31f7",
"id": "e00ed9afd6ffa196",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 1,
"stack": [
{
"title": "évolution des mémoires à tore de ferrite",
"icon": "lucide-file",
"state": "{\"type\":\"markdown\",\"state\":{\"file\":\"évolution des mémoires à tore de ferrite.md\",\"mode\":\"source\",\"backlinks\":false,\"source\":false}}",
"eState": "{\"cursor\":{\"from\":{\"line\":1,\"ch\":23},\"to\":{\"line\":1,\"ch\":23}}}"
},
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "markdown",
"state": {
"file": "mémoire à tore de ferrite.md",
"mode": "source",
"backlinks": false,
"source": false
}
}
},
{
"id": "0c55023cec4c91c3",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 1,
"stack": [
{
"title": "Untitled 2",
"icon": "lucide-file",
"state": "{\"type\":\"markdown\",\"state\":{\"file\":\"problèmes des mémoires à tores de ferrite.md\",\"mode\":\"source\",\"backlinks\":false,\"source\":false}}",
"eState": "{\"cursor\":{\"from\":{\"line\":0,\"ch\":0},\"to\":{\"line\":0,\"ch\":0}},\"scroll\":0}"
},
{
"state": "{}",
"eState": "{}"
},
{
"title": "hystérésis magnétique",
"icon": "lucide-file",
"state": "{\"type\":\"markdown\",\"state\":{\"file\":\"hystérésis magnétique.md\",\"mode\":\"source\",\"backlinks\":false,\"source\":false}}",
"eState": "{\"cursor\":{\"from\":{\"line\":0,\"ch\":0},\"to\":{\"line\":0,\"ch\":0}},\"scroll\":0}"
}
]
},
"state": {
"type": "markdown",
"state": {
"file": "historique des mémoires à tore.md",
"mode": "source",
"backlinks": false,
"source": false
}
}
},
{
"id": "2990dbd1808e00c1",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
"stack": [
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "markdown",
"state": {
"file": "mémoire à cordes de ferrites.md",
"mode": "source",
"backlinks": false,
"source": false
}
}
},
{
"id": "52a5df4b12a608fa",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
"stack": [
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "markdown",
"state": {
"file": "dictature de la commodité.md",
"mode": "source",
"backlinks": false,
"source": false
}
}
},
{
"id": "31b6e29bdae66736",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
"stack": [
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "markdown",
"state": {
"file": "problèmes des mémoires à tores de ferrite.md",
"mode": "source",
"backlinks": false,
"source": false
}
}
},
{
"id": "0c733bba5b595bf0",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
@@ -18,17 +146,23 @@
"eState": "{}"
},
{
"title": "programmation web serveur",
"title": "science ouverte",
"icon": "lucide-file",
"state": "{\"type\":\"markdown\",\"state\":{\"file\":\"programmation web serveur.md\",\"mode\":\"source\",\"backlinks\":false,\"source\":false}}",
"eState": "{\"cursor\":{\"from\":{\"line\":13,\"ch\":0},\"to\":{\"line\":13,\"ch\":0}}}"
"state": "{\"type\":\"markdown\",\"state\":{\"file\":\"science ouverte.md\",\"mode\":\"source\",\"backlinks\":false,\"source\":false}}",
"eState": "{\"cursor\":{\"from\":{\"line\":4,\"ch\":0},\"to\":{\"line\":4,\"ch\":0}}}"
},
{
"title": "forme quadratique définie",
"icon": "lucide-file",
"state": "{\"type\":\"markdown\",\"state\":{\"file\":\"forme quadratique définie.md\",\"mode\":\"source\",\"backlinks\":false,\"source\":false}}",
"eState": "{\"cursor\":{\"from\":{\"line\":25,\"ch\":0},\"to\":{\"line\":25,\"ch\":0}},\"scroll\":3}"
}
]
},
"state": {
"type": "markdown",
"state": {
"file": "travail de délégué.md",
"file": "principes FAIR.md",
"mode": "source",
"backlinks": false,
"source": false
@@ -36,7 +170,7 @@
}
},
{
"id": "f28563c395747d66",
"id": "3113d196520e11e4",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
@@ -50,7 +184,7 @@
"state": {
"type": "markdown",
"state": {
"file": "conseil de département 5ème semestre.md",
"file": "science ouverte.md",
"mode": "source",
"backlinks": false,
"source": false
@@ -58,7 +192,35 @@
}
},
{
"id": "f78a03dad612c422",
"id": "5910f9a34653f0f8",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 1,
"stack": [
{
"title": "Untitled 2",
"icon": "lucide-file",
"state": "{\"type\":\"markdown\",\"state\":{\"file\":\"gradient d'une fonction.md\",\"mode\":\"source\",\"backlinks\":false,\"source\":false}}",
"eState": "{\"cursor\":{\"from\":{\"line\":0,\"ch\":0},\"to\":{\"line\":0,\"ch\":0}},\"scroll\":0}"
},
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "markdown",
"state": {
"file": "mesurer l'importance dans un graphe de connaissances.md",
"mode": "source",
"backlinks": false,
"source": false
}
}
},
{
"id": "a2f5c2beead93b32",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
@@ -72,7 +234,7 @@
"state": {
"type": "markdown",
"state": {
"file": "stage de licence 3 informatique.md",
"file": "discours baptême civil.md",
"mode": "source",
"backlinks": false,
"source": false
@@ -80,7 +242,41 @@
}
},
{
"id": "57664ccff3340ca2",
"id": "d4cb3551345508a2",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
"stack": [
{
"state": "{}",
"eState": "{}"
},
{
"title": "matrice hessienne",
"icon": "lucide-file",
"state": "{\"type\":\"markdown\",\"state\":{\"file\":\"matrice hessienne.md\",\"mode\":\"source\",\"backlinks\":false,\"source\":false}}",
"eState": "{\"cursor\":{\"from\":{\"line\":33,\"ch\":0},\"to\":{\"line\":33,\"ch\":0}},\"scroll\":10.513531673448057}"
},
{
"title": "gradient d'une fonction",
"icon": "lucide-file",
"state": "{\"type\":\"markdown\",\"state\":{\"file\":\"gradient d'une fonction.md\",\"mode\":\"source\",\"backlinks\":false,\"source\":false}}",
"eState": "{\"cursor\":{\"from\":{\"line\":1,\"ch\":15},\"to\":{\"line\":1,\"ch\":15}}}"
}
]
},
"state": {
"type": "markdown",
"state": {
"file": "déterminant hessien.md",
"mode": "source",
"backlinks": false,
"source": false
}
}
},
{
"id": "215194cd1aed58e3",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
@@ -94,7 +290,7 @@
"state": {
"type": "markdown",
"state": {
"file": "SEB.md",
"file": "gradient d'une fonction.md",
"mode": "source",
"backlinks": false,
"source": false
@@ -102,7 +298,7 @@
}
}
],
"currentTab": 3
"currentTab": 9
}
],
"direction": "vertical"
@@ -149,7 +345,7 @@
"state": {
"type": "search",
"state": {
"query": "espanso",
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
@@ -216,23 +412,6 @@
"state": {}
}
},
{
"id": "ea9ae28999c66714",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
"stack": [
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "RSS_FEED",
"state": {}
}
},
{
"id": "2c78bc8186d3e556",
"type": "leaf",
@@ -250,12 +429,11 @@
"state": {}
}
}
],
"currentTab": 1
]
}
],
"direction": "horizontal",
"width": 303.5,
"width": 383.5,
"collapsed": true
},
"right": {
@@ -265,10 +443,10 @@
{
"id": "980f845ab893296e",
"type": "tabs",
"dimension": 53,
"dimension": 59.90740740740741,
"children": [
{
"id": "9ae2ad8ad7426276",
"id": "187e85dff41c3275",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
@@ -282,11 +460,11 @@
"state": {
"type": "localgraph",
"state": {
"file": "SEB.md",
"file": "déterminant hessien.md",
"options": {
"collapse-filter": false,
"search": "",
"localJumps": 2,
"localJumps": 1,
"localBacklinks": true,
"localForelinks": true,
"localInterlinks": false,
@@ -414,11 +592,11 @@
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.907958984375,
"repelStrength": 3.17789713541667,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 30,
"scale": 0.42822871250067424,
"linkDistance": 250,
"scale": 0.6998387988977927,
"close": true
}
}
@@ -439,7 +617,7 @@
"state": {
"type": "outline",
"state": {
"file": "SEB.md"
"file": "déterminant hessien.md"
}
}
},
@@ -497,7 +675,7 @@
"state": {
"type": "file-properties",
"state": {
"file": "SEB.md"
"file": "déterminant hessien.md"
}
}
},
@@ -518,6 +696,77 @@
"state": {}
}
},
{
"id": "c5296986be89aae5",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
"stack": [
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "tasks_timeline_view",
"state": {}
}
}
]
},
{
"id": "a739497ed8e21a5c",
"type": "tabs",
"dimension": 40.09259259259259,
"children": [
{
"id": "c7afda8b81d643de",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
"stack": [
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "outgoing-link",
"state": {
"file": "déterminant hessien.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "e855affa02bb755e",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
"stack": [
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "backlink",
"state": {
"file": "déterminant hessien.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
},
{
"id": "e332be6a6a6d6817",
"type": "leaf",
@@ -551,83 +800,14 @@
"type": "BC-tree",
"state": {}
}
},
{
"id": "f408f8d35dd42c62",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
"stack": [
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "tasks_timeline_view",
"state": {}
}
}
]
},
{
"id": "a739497ed8e21a5c",
"type": "tabs",
"dimension": 47,
"children": [
{
"id": "c7afda8b81d643de",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
"stack": [
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "outgoing-link",
"state": {
"file": "SEB.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "e855affa02bb755e",
"type": "leaf",
"pane-relief:history-v1": {
"pos": 0,
"stack": [
{
"state": "{}",
"eState": "{}"
}
]
},
"state": {
"type": "backlink",
"state": {
"file": "SEB.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
],
"currentTab": 2
}
],
"direction": "horizontal",
"width": 311.5
"width": 364.5,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
@@ -640,66 +820,66 @@
"workspaces:Manage workspace layouts": true,
"switcher:Open quick switcher": false,
"random-note:Open random note": false,
"darlal-switcher-plus:Open in Headings Mode": false,
"darlal-switcher-plus:Open Symbols for the active editor": false,
"terminal:Open terminal": false,
"templater-obsidian:Templater": false,
"obsidian-spaced-repetition:Review flashcards": false,
"obsidian-excalidraw-plugin:Create new drawing": false,
"breadcrumbs:Breadcrumbs Visualisation": false
"breadcrumbs:Breadcrumbs Visualisation": false,
"darlal-switcher-plus:Open in Headings Mode": false,
"darlal-switcher-plus:Open Symbols for the active editor": false
}
},
"active": "57664ccff3340ca2",
"active": "d4cb3551345508a2",
"ophidian:layout-settings": {
"pane-relief:focus-lock": true
},
"lastOpenFiles": [
"CP création du seb.md",
"SEB.md",
"stage de licence 3 informatique.md",
"informatique/python/identités.md",
"sources/01 Notetaking for Historians - Doing History with Zotero and Obsidian - Obsidian Publish 6.md",
"sources/Getting Started 6.md",
"sources/a delightful & open source framework for Zsh.md",
"travail de délégué.md",
"prof idéal.md",
"sources/01 Notetaking for Historians - Doing History with Zotero and Obsidian - Obsidian Publish 5.md",
"sources/Getting Started 5.md",
"kanban soirée jeux.md",
"sources/01 Notetaking for Historians - Doing History with Zotero and Obsidian - Obsidian Publish 4.md",
"sources/Getting Started 4.md",
"sources/01 Notetaking for Historians - Doing History with Zotero and Obsidian - Obsidian Publish 3.md",
"sources/Getting Started 3.md",
"sources/01 Notetaking for Historians - Doing History with Zotero and Obsidian - Obsidian Publish 2.md",
"sources/Getting Started 2.md",
"sources/Google Colaboratory.md",
"sources/Browser not supported.md",
"sources/01 Notetaking for Historians - Doing History with Zotero and Obsidian - Obsidian Publish.md",
"sources/Getting Started.md",
"sources/The Command Line Heroes BASH!.md",
"plan com soirées jeux.md",
"unix redirection de flux.md",
"ligne de commande.md",
"www.gnu.org/software",
"www.gnu.org",
"blog/_site/index-listing.json",
"blog/_site/posts/>>reflexions-listing.json",
"blog/index.feed-full-staged",
"blog/index.html",
"blog/index_files/mediabag",
"blog/posts/>>reflexions-listing.json",
"blog/site_libs/quarto-listing/quarto-listing.js",
"blog/site_libs/quarto-listing/list.min.js",
"informatique/programmation_web_serveur/TP5/node_modules/retry/equation.gif",
"informatique/programmation_web_serveur/TP5/node_modules/passport/sponsors/workos.png",
"informatique/programmation_web_serveur/TP5/node_modules/passport/sponsors/snyk.png",
"informatique/programmation_web_serveur/TP5/node_modules/passport/sponsors/loginradius.png",
"attachments/Pasted Image 20231214004621_241.png",
"images/affiche_flyer_FEUTRE.png",
"informatique/programmation_web_serveur/TP4/node_modules/passport/sponsors/workos.png",
"informatique/programmation_web_serveur/TP4/node_modules/passport/sponsors/snyk.png",
"informatique/programmation_web_serveur/TP4/node_modules/passport/sponsors/loginradius.png",
"informatique/programmation_web_serveur/TP4/node_modules/monocle/logo.png",
"gradient d'une fonction.md",
"dimension d'un espace vectoriel.md",
"déterminant hessien.md",
"matrice.md",
"matrice hessienne.md",
"graphe d'une fonction.md",
"discours baptême civil.md",
"danger des catégories.md",
"fonction de plusieurs variables.md",
"suite de Cauchy.md",
"attachments/IMG_6724.heic",
"phrases.md",
"le travail n'est pas une valeur morale, c'est pourquoi il a une valeur marchande.md",
"capitalisme.md",
"films à voir.md",
"socialisme.md",
"mesurer l'importance dans un graphe de connaissances.md",
"identités.md",
"science ouverte.md",
"principes FAIR.md",
"problèmes des mémoires à tores de ferrite.md",
"Kanban mémoire L3.md",
"paradigme de programmation.md",
"Excalidraw/représentation d'un programme comme graphe.excalidraw.md",
"sources/cours/S5/L3_info_TLA_TD2.pdf",
"mémoire de L3.md",
"forme quadratique définie.md",
"Excalidraw/UML diagramme d'activités 2022-10-12 13.09.32.excalidraw.md",
"Excalidraw/Projet BDD 2022-11-28 13.22.29.excalidraw.png",
"Excalidraw/changement de base 2022-11-04 15.41.02.excalidraw.png",
"Excalidraw/architecture de Von Neumann 2022-09-14 10.56.32.excalidraw.png",
"sources/notation as a tool of thought.pdf",
"informatique/xml/L3/miniprojet_documents_et_schemas 2/sujet.pdf",
"informatique/xml/L3/miniprojet_documents_et_schemas 2/Makefile",
"informatique/xml/L3/miniprojet_documents_et_schemas 2/2.xsd",
"informatique/xml/L3/miniprojet_documents_et_schemas 2/2.xml",
"informatique/xml/L3/miniprojet_documents_et_schemas 2/1.dtd",
"informatique/xml/L3/miniprojet_documents_et_schemas 2/1.xml",
"informatique/xml/L3/miniprojet_documents_et_schemas 2",
"informatique/java/L3/programmation_mobile/rendu_1/mermaid_gantt.png",
"blag/blog/posts/maths/_images/permutations/double_2cycle_6.gif",
"blag/blog/posts/maths/_images/permutations/decomp_transpositions.gif",
"blag/blog/posts/maths/_images/permutations/decomp_proc_cycles_disjoints_.gif",
"blag/blog/posts/maths/_images/permutations/decomp_proc_cycles_disjoints.gif",
"blag/blog/posts/maths/_images/permutations/composition_de_transpositions_3cycle.gif",
"blag/blog/posts/maths/_images/permutations/3cycle_6.gif",
"Arithmétique.canvas"
]
}