This commit is contained in:
oscar.plaisant@icloud.com 2023-10-23 23:30:51 +02:00
parent f5b9c3d02c
commit 03ecc4a65b
3433 changed files with 1756195 additions and 0 deletions

17
.obsidian.vimrc Normal file
View File

@ -0,0 +1,17 @@
imap kl <Esc>
imap jk <Esc>la
imap kj <Esc>i
nmap <C-n> }
nmap <C-p> {
" these break some behaviors like dj
" nmap j gj
" nmap k gk
nmap <space>k :w<cr>
nmap ; ,
nmap , ;

BIN
.obsidian/.DS_Store vendored Normal file

Binary file not shown.

43
.obsidian/app.json vendored Normal file
View File

@ -0,0 +1,43 @@
{
"legacyEditor": false,
"livePreview": true,
"readableLineLength": false,
"foldIndent": true,
"useTab": false,
"vimMode": true,
"alwaysUpdateLinks": true,
"foldHeading": true,
"pdfExportSettings": {
"includeName": true,
"pageSize": "A4",
"landscape": false,
"margin": "0",
"downscalePercent": 61
},
"defaultViewMode": "source",
"autoPairMarkdown": false,
"promptDelete": false,
"showFrontmatter": true,
"rightToLeft": false,
"spellcheck": false,
"showUnsupportedFiles": true,
"showLineNumber": false,
"attachmentFolderPath": "attachments",
"userIgnoreFilters": [
"__sekund__/",
"informatique/",
"Excalidraw/",
"images/",
"kanban/",
"templates/",
"blog/",
"daily/"
],
"communityPluginSortOrder": "download",
"newLinkFormat": "shortest",
"autoPairBrackets": true,
"showInlineTitle": true,
"spellcheckDictionary": [
"zettelkasten"
]
}

27
.obsidian/appearance.json vendored Normal file
View File

@ -0,0 +1,27 @@
{
"theme": "obsidian",
"cssTheme": "Minimal",
"baseFontSize": 19,
"enabledCssSnippets": [
"pdf_darkmode",
"query_header_title",
"tasks",
"custom_callouts",
"general_interface",
"darkmode",
"tabs",
"hide_excalibrain_ui",
"breadcrumbs",
"supercharged-links-gen",
"checkboxes",
"dataview"
],
"interfaceFontFamily": "CMU Sans Serif,FiraCode Nerd Font",
"textFontFamily": "CMU Sans Serif,FiraCode Nerd Font",
"monospaceFontFamily": "FiraCode Nerd Font,JetBrainsMonoMedium Nerd Font",
"accentColor": "#40d040",
"baseFontSizeAction": true,
"showViewHeader": true,
"translucency": false,
"nativeMenus": false
}

3
.obsidian/backlink.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"backlinkInDocument": false
}

63
.obsidian/community-plugins.json vendored Normal file
View File

@ -0,0 +1,63 @@
[
"obsidian-excalidraw-plugin",
"obsidian-fullscreen-plugin",
"table-editor-obsidian",
"obsidian-latex",
"obsidian-spaced-repetition",
"obsidian-kanban",
"obsidian-minimal-settings",
"dataview",
"obsidian-tasks-plugin",
"persistent-graph",
"obsidian-functionplot",
"obsidian-plugin-toc",
"tag-wrangler",
"quickadd",
"obsidian-icon-shortcodes",
"workspaces-plus",
"txt-as-md-obsidian",
"excalibrain",
"obsidian-path-finder",
"obsidian-custom-frames",
"obsidian42-brat",
"url-into-selection",
"breadcrumbs",
"obsidian-pocket",
"obsidian-languagetool-plugin",
"obsidian-markmind",
"pane-relief",
"text-snippets-obsidian",
"obsidian-share-as-gist",
"darlal-switcher-plus",
"obsidian-quickshare",
"obsidian-better-internal-link-inserter",
"obsidian-contextual-typography",
"obsidian-hider",
"obsidian-pandoc",
"obsidian-vault-statistics-plugin",
"qmd-as-md-obsidian",
"mrj-jump-to-link",
"obsidian-meta-bind-plugin",
"obsidian-completr",
"obsidian-asciimath",
"terminal",
"obsidian-latex-suite",
"various-complements",
"customizable-page-header-buttons",
"sync-graph-settings",
"calendar",
"tasks-calendar-wrapper",
"postfix",
"metaedit",
"obsidian-jupyter",
"templater-obsidian",
"rss-reader",
"obsidian-sequence-hotkeys",
"heatmap-calendar",
"obsidian-shellcommands",
"obsidian-vimrc-support",
"note-aliases",
"obsidian-style-settings",
"aw-watcher-obsidian",
"number-headings-obsidian"
]

31
.obsidian/core-plugins-migration.json vendored Normal file
View File

@ -0,0 +1,31 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": true,
"editor-status": false,
"starred": false,
"markdown-importer": false,
"zk-prefixer": true,
"random-note": true,
"outline": true,
"word-count": false,
"slides": true,
"audio-recorder": false,
"workspaces": true,
"file-recovery": true,
"publish": false,
"sync": false,
"canvas": true,
"bookmarks": true,
"properties": true
}

24
.obsidian/core-plugins.json vendored Normal file
View File

@ -0,0 +1,24 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"properties",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"slash-command",
"bookmarks",
"zk-prefixer",
"random-note",
"outline",
"slides",
"workspaces",
"file-recovery"
]

6
.obsidian/daily-notes.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"folder": "daily/",
"format": "",
"template": "templates/daily note",
"autorun": false
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -0,0 +1 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100"><defs/><g transform="scale(1,1)"><g id="background-6f20c643"><rect fill="white" stroke="none" x="0" y="0" width="100" height="100" class="dcg-svg-background"/></g><g id="background-images-6f20c643"/><g id="graphpaper-6f20c643"><g id="grid-6f20c643"><g><path fill="none" stroke="rgb(0,0,0)" class="dcg-svg-minor-gridline" paint-order="fill stroke markers" d=" M -0.5 0 L -0.5 100" stroke-opacity="0.12" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0,0,0)" class="dcg-svg-minor-gridline" paint-order="fill stroke markers" d=" M 24.5 0 L 24.5 100" stroke-opacity="0.12" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0,0,0)" class="dcg-svg-minor-gridline" paint-order="fill stroke markers" d=" M 74.5 0 L 74.5 100" stroke-opacity="0.12" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0,0,0)" class="dcg-svg-minor-gridline" paint-order="fill stroke markers" d=" M 0 62.5 L 100 62.5" stroke-opacity="0.12" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0,0,0)" class="dcg-svg-minor-gridline" paint-order="fill stroke markers" d=" M 0 37.5 L 100 37.5" stroke-opacity="0.12" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0,0,0)" class="dcg-svg-minor-gridline" paint-order="fill stroke markers" d=" M 0 12.5 L 100 12.5" stroke-opacity="0.12" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g id="axis-6f20c643"><g id="yaxis-6f20c643"><title>Y axis</title><path fill="none" stroke="rgb(0,0,0)" class="dcg-svg-axis-line" paint-order="fill stroke markers" d=" M 49.75 0 L 49.75 100" stroke-opacity="0.9" stroke-miterlimit="10" stroke-width="1.5" stroke-dasharray=""/></g><g id="xaxis-6f20c643"><title>X axis</title><path fill="none" stroke="rgb(0,0,0)" class="dcg-svg-axis-line" paint-order="fill stroke markers" d=" M 0 87.75 L 100 87.75" stroke-opacity="0.9" stroke-miterlimit="10" stroke-width="1.5" stroke-dasharray=""/></g><g/></g></g><g id="expressions-6f20c643"><g id="sketch-6f20c643"><title>Expression 1</title><path fill="#2d70b3" stroke="none" paint-order="stroke fill markers" d="" fill-opacity="0.4"/><g><path fill="none" stroke="#2d70b3" class="dcg-svg-curve" paint-order="fill stroke markers" d=" M 24.5 8.460183660255169 L 24.5 8.460183660255169 L 24.548828125 10.022938085229924 L 24.646484375 11.16783624216744 L 24.79296875 12.291258897658082 L 24.98828125 13.409320140246521 L 25.232421875 14.526592644320715 L 25.5498046875 15.73079352048073 L 25.916015625 16.914734546990488 L 26.35546875 18.15267017414736 L 26.84375 19.371909378628146 L 27.4052734375 20.632603214584208 L 28.0400390625 21.926606456990854 L 28.7724609375 23.292621242379553 L 29.578125 24.67747129345142 L 30.4814453125 26.118695809306402 L 31.5068359375 27.64488226666188 L 32.654296875 29.245652954230522 L 33.9482421875 30.94548827440481 L 35.4130859375 32.765391058999285 L 37.0732421875 34.72461296441149 L 38.953125 36.84228255351674 L 41.150390625 39.21690363539469 L 43.8115234375 41.99134922637667 L 47.400390625 45.628006365762616 L 56.0185546875 54.324864429943275 L 58.6796875 57.12967916773249 L 60.8525390625 59.514180596313714 L 62.7080078125 61.645617318768416 L 64.3193359375 63.59254629579293 L 65.7353515625 65.40043316980882 L 66.98046875 67.08769466719889 L 68.0791015625 68.67476159751365 L 69.0556640625 70.18588713484061 L 69.9345703125 71.65142399427573 L 70.7158203125 73.06497554967041 L 71.3994140625 74.41650901344674 L 71.9853515625 75.69077038201945 L 72.498046875 76.9271216262457 L 72.9619140625 78.18489561226556 L 73.3525390625 79.3962254026975 L 73.669921875 80.53968744006883 L 73.9384765625 81.691336435997 L 74.158203125 82.86128908316033 L 74.3046875 83.87296191017543 L 74.4267578125 85.08586862711986 L 74.4755859375 85.89505572135712 L 74.5 87" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2.5" stroke-opacity="0.9" stroke-dasharray=""/></g></g></g><g id="labels-6f20c643"/></g></svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 38 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 40 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300"><defs/><g transform="scale(1,1)"><g id="background-37ae35b8"><rect fill="white" stroke="none" x="0" y="0" width="300" height="300" class="dcg-svg-background"/></g><g id="background-images-37ae35b8"/><g id="graphpaper-37ae35b8"><g id="axis-37ae35b8"><g id="yaxis-37ae35b8"><title>Y axis</title><path fill="none" stroke="rgb(0,0,0)" class="dcg-svg-axis-line" paint-order="fill stroke markers" d=" M 149.75 0 L 149.75 300" stroke-opacity="0.9" stroke-miterlimit="10" stroke-width="1.5" stroke-dasharray=""/></g><g id="xaxis-37ae35b8"><title>X axis</title><path fill="none" stroke="rgb(0,0,0)" class="dcg-svg-axis-line" paint-order="fill stroke markers" d=" M 0 149.75 L 300 149.75" stroke-opacity="0.9" stroke-miterlimit="10" stroke-width="1.5" stroke-dasharray=""/></g><g><g class="dcg-svg-axis-value"><text fill="none" stroke="#ffffff" font-family="Arial" font-size="14px" font-style="normal" font-weight="normal" text-decoration="normal" x="141.10693359375" y="165.808" text-anchor="middle" stroke-miterlimit="2" stroke-width="3" stroke-dasharray="">0</text><text fill="#000000" stroke="none" font-family="Arial" font-size="14px" font-style="normal" font-weight="normal" text-decoration="normal" x="141.10693359375" y="165.808" text-anchor="middle">0</text></g><g><path fill="none" stroke="rgb(0,0,0)" class="dcg-svg-tickmark" paint-order="fill stroke markers" d=" M -0.25 147 L -0.25 152.5 M 299.75 147 L 299.75 152.5" stroke-opacity="0.9" stroke-miterlimit="2" stroke-width="1.5" stroke-dasharray=""/></g><g class="dcg-svg-axis-value dcg-svg-offcenter-axis-value"><text fill="none" stroke="#ffffff" font-family="Arial" font-size="14px" font-style="normal" font-weight="normal" text-decoration="normal" x="13.1171875" y="165.808" text-anchor="middle" stroke-miterlimit="2" stroke-width="3" stroke-dasharray="">-10</text><text fill="#000000" stroke="none" font-family="Arial" font-size="14px" font-style="normal" font-weight="normal" text-decoration="normal" x="13.1171875" y="165.808" text-anchor="middle">-10</text></g><g class="dcg-svg-axis-value dcg-svg-offcenter-axis-value"><text fill="none" stroke="#ffffff" font-family="Arial" font-size="14px" font-style="normal" font-weight="normal" text-decoration="normal" x="289.2138671875" y="165.808" text-anchor="middle" stroke-miterlimit="2" stroke-width="3" stroke-dasharray="">10</text><text fill="#000000" stroke="none" font-family="Arial" font-size="14px" font-style="normal" font-weight="normal" text-decoration="normal" x="289.2138671875" y="165.808" text-anchor="middle">10</text></g></g></g></g><g id="expressions-37ae35b8"><g id="sketch-37ae35b8"><title>Expression 1</title><path fill="#2d70b3" stroke="none" paint-order="stroke fill markers" d="" fill-opacity="0.4"/><g><path fill="none" stroke="#2d70b3" class="dcg-svg-curve" paint-order="fill stroke markers" d=" M 109.17554855626145 -5.5 L 109.17554855626145 -5.5 L 110.7548828125 6.530085154942128 L 113.171875 23.811174665178612 L 115.515625 39.50592912946428 L 117.7861328125 53.712440763201045 L 119.9833984375 66.52573640005932 L 122.107421875 78.03777749197826 L 124.158203125 88.33746010916576 L 126.1357421875 97.51061494009838 L 128.11328125 105.93888201032368 L 130.017578125 113.3509750366211 L 131.8486328125 119.82659394400463 L 133.6064453125 125.44237327575684 L 135.291015625 130.27188219342915 L 136.90234375 134.38562447684154 L 138.513671875 138.00481850760326 L 140.0517578125 140.99816376822338 L 141.58984375 143.54089791434154 L 143.0546875 145.54361397879467 L 144.373046875 146.9966049194336 L 145.6181640625 148.0648904527937 L 146.7900390625 148.80058206830708 L 147.888671875 149.25272587367468 L 148.9140625 149.46730259486608 L 149.939453125 149.48160770961218 L 150.96484375 149.29564121791296 L 151.990234375 148.90940311976843 L 153.0888671875 148.27333641052246 L 154.1875 147.40736607142858 L 155.359375 146.23025948660717 L 156.677734375 144.59334564208984 L 158.0693359375 142.50633158002583 L 159.5341796875 139.91097504752025 L 161.072265625 136.745968409947 L 162.6103515625 133.13035065787182 L 164.2216796875 128.8592521122524 L 165.90625 123.865234375 L 167.5908203125 118.33068765912739 L 169.3486328125 111.97921671186177 L 171.1796875 104.7372523716518 L 173.083984375 96.52816009521487 L 175.0615234375 87.27223995753698 L 177.1123046875 76.88672665187292 L 179.1630859375 65.7001269204276 L 181.287109375 53.26949310302737 L 183.484375 39.50592912946428 L 185.7548828125 24.31747354779924 L 188.0986328125 7.609099524361795 L 189.82753852345905 -5.5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2.5" stroke-opacity="0.9" stroke-dasharray=""/></g></g></g><g id="labels-37ae35b8"/></g></svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 36 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 51 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

5
.obsidian/global-search.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"showFullPath": false,
"linkStyle": "none",
"listStyle": "none"
}

135
.obsidian/graph.json vendored Normal file
View File

@ -0,0 +1,135 @@
{
"collapse-filter": false,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [
{
"query": "tag:#not-done",
"color": {
"a": 1,
"rgb": 8882055
}
},
{
"query": "tag:#MOC",
"color": {
"a": 1,
"rgb": 10354945
}
},
{
"query": "tag:#excalidraw",
"color": {
"a": 1,
"rgb": 8019199
}
},
{
"query": "tag:#PKM OR tag:#obsidian",
"color": {
"a": 1,
"rgb": 4863904
}
},
{
"query": "tag:#flashcards",
"color": {
"a": 1,
"rgb": 4863904
}
},
{
"query": "tag:#gists",
"color": {
"a": 1,
"rgb": 6827411
}
},
{
"query": "tag:#CV",
"color": {
"a": 1,
"rgb": 11010185
}
},
{
"query": "tag:#maths",
"color": {
"a": 1,
"rgb": 2792960
}
},
{
"query": "tag:#logique",
"color": {
"a": 1,
"rgb": 13050
}
},
{
"query": "tag:#informatique",
"color": {
"a": 1,
"rgb": 14772500
}
},
{
"query": "tag:#personne",
"color": {
"a": 1,
"rgb": 6655149
}
},
{
"query": "path:sources",
"color": {
"a": 1,
"rgb": 3770873
}
},
{
"query": "tag:#science OR tag:#art OR tag:#autres OR tag:#cuisine",
"color": {
"a": 1,
"rgb": 15646813
}
},
{
"query": "tag:#exercice OR tag:#cours OR tag:#fac",
"color": {
"a": 1,
"rgb": 16759552
}
},
{
"query": "tag:#devoir OR tag:#devoir-fait",
"color": {
"a": 1,
"rgb": 16711914
}
},
{
"query": "tag:#politique OR tag:#science/sociologie",
"color": {
"a": 1,
"rgb": 35464
}
}
],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1.14854736328125,
"lineSizeMultiplier": 1.19619954427083,
"collapse-forces": true,
"centerStrength": 0.1812744140625,
"repelStrength": 6.39485677083333,
"linkStrength": 1,
"linkDistance": 30,
"scale": 3.169676540015139,
"close": true
}

732
.obsidian/hotkeys.json vendored Normal file
View File

@ -0,0 +1,732 @@
{
"editor:focus-left": [
{
"modifiers": [
"Ctrl"
],
"key": "H"
}
],
"editor:focus-top": [
{
"modifiers": [
"Ctrl"
],
"key": "K"
}
],
"editor:focus-bottom": [
{
"modifiers": [
"Ctrl"
],
"key": "J"
}
],
"editor:focus-right": [
{
"modifiers": [
"Ctrl"
],
"key": "L"
}
],
"workspace:split-vertical": [
{
"modifiers": [
"Ctrl"
],
"key": "V"
}
],
"workspace:split-horizontal": [
{
"modifiers": [
"Ctrl"
],
"key": "S"
}
],
"obsidian-fullscreen-plugin:fullscreen-focus": [
{
"modifiers": [
"Ctrl"
],
"key": "O"
}
],
"app:toggle-left-sidebar": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "H"
},
{
"modifiers": [
"Mod"
],
"key": "H"
}
],
"app:toggle-right-sidebar": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "L"
}
],
"obsidian-excalidraw-plugin:excalidraw-autocreate": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "E"
}
],
"obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "E"
}
],
"editor:swap-line-down": [
{
"modifiers": [
"Alt"
],
"key": "ArrowDown"
}
],
"editor:swap-line-up": [
{
"modifiers": [
"Alt"
],
"key": "ArrowUp"
}
],
"table-editor-obsidian:move-column-left": [],
"table-editor-obsidian:move-column-right": [],
"obsidian-tasks-plugin:edit-task": [
{
"modifiers": [
"Ctrl"
],
"key": "T"
}
],
"editor:toggle-fold": [
{
"modifiers": [
"Mod"
],
"key": "J"
}
],
"quick-explorer:browse-vault": [
{
"modifiers": [
"Ctrl"
],
"key": "E"
}
],
"obsidian-tasks-plugin:toggle-done": [
{
"modifiers": [
"Ctrl"
],
"key": "Enter"
}
],
"editor:toggle-checklist-status": [],
"file-explorer:move-file": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "M"
}
],
"workspace:edit-file-title": [
{
"modifiers": [
"Mod"
],
"key": "L"
}
],
"workspace:toggle-pin": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "P"
}
],
"obsidian-advanced-slides:open-advanced-slides-preview": [],
"obsidian-pandoc:pandoc-export-beamer": [
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "B"
}
],
"editor:delete-paragraph": [],
"command-palette:open": [
{
"modifiers": [
"Mod"
],
"key": ";"
},
{
"modifiers": [
"Mod"
],
"key": "P"
}
],
"daily-notes": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "D"
}
],
"insert-template": [
{
"modifiers": [
"Alt"
],
"key": "T"
}
],
"quickadd:choice:93be2869-85df-4541-81c0-1cfab797502d": [
{
"modifiers": [
"Mod"
],
"key": "N"
}
],
"file-explorer:new-file": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "N"
}
],
"quickadd:choice:d908f09b-439e-43f9-ba99-d83daa2eb0d1": [
{
"modifiers": [
"Ctrl"
],
"key": "N"
}
],
"obsidian-minimal-settings:increase-body-font-size": [
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "="
},
{
"modifiers": [
"Mod"
],
"key": "="
}
],
"obsidian-spaced-repetition:srs-note-review-open-note": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "R"
}
],
"sliding-panes-obsidian:toggle-sliding-panes": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "S"
}
],
"obsidian-minimal-settings:decrease-body-font-size": [
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "6"
},
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "-"
},
{
"modifiers": [
"Mod"
],
"key": "-"
}
],
"pane-relief:go-6th": [],
"pane-relief:open-new-window": [],
"file-explorer:new-file-in-new-pane": [],
"pane-relief:swap-next": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "L"
},
{
"modifiers": [
"Ctrl"
],
"key": "ArrowUp"
}
],
"pane-relief:swap-prev": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "H"
},
{
"modifiers": [
"Ctrl"
],
"key": "ArrowDown"
}
],
"obsidian-excalidraw-plugin:insert-md": [],
"pane-relief:go-1st": [],
"pane-relief:go-2nd": [],
"pane-relief:go-3rd": [],
"pane-relief:go-4th": [],
"pane-relief:go-5th": [],
"pane-relief:go-7th": [],
"pane-relief:go-8th": [],
"pane-relief:go-last": [],
"pane-relief:put-1st": [],
"pane-relief:put-2nd": [],
"pane-relief:put-3rd": [],
"pane-relief:put-4th": [],
"pane-relief:put-5th": [],
"pane-relief:put-6th": [],
"pane-relief:put-7th": [],
"pane-relief:put-last": [],
"pane-relief:put-8th": [],
"editor:toggle-blockquote": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "."
}
],
"text-snippets-obsidian:text-snippets": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": " "
}
],
"breadcrumbs:jump-to-first-up": [
{
"modifiers": [
"Mod"
],
"key": "ArrowUp"
}
],
"breadcrumbs:jump-to-first-down": [
{
"modifiers": [
"Mod"
],
"key": "ArrowDown"
}
],
"breadcrumbs:jump-to-first-next": [
{
"modifiers": [
"Mod"
],
"key": "ArrowRight"
}
],
"breadcrumbs:jump-to-first-prev": [
{
"modifiers": [
"Mod"
],
"key": "ArrowLeft"
}
],
"breadcrumbs:new-file-with-curr-as-up": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "ArrowUp"
},
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "ArrowUp"
}
],
"breadcrumbs:new-file-with-curr-as-prev": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "ArrowLeft"
},
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "ArrowLeft"
}
],
"breadcrumbs:new-file-with-curr-as-next": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "ArrowRight"
},
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "ArrowRight"
}
],
"breadcrumbs:new-file-with-curr-as-down": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "ArrowDown"
},
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "ArrowDown"
}
],
"darlal-switcher-plus:switcher-plus:open": [
{
"modifiers": [
"Mod"
],
"key": "O"
}
],
"switcher:open": [],
"obsidian-completr:completr-close-suggestion-popup": [],
"calendar:show-calendar-view": [],
"obsidian-latex-suite:latex-suite-box-equation": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "B"
}
],
"obsidian-excalidraw-plugin:excalidraw-autocreate-and-embed-popout": [],
"obsidian-hover-editor:convert-active-pane-to-popover": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "H"
}
],
"various-complements:add-word-custom-dictionary": [],
"mrj-jump-to-link:activate-jump-to-link": [
{
"modifiers": [
"Ctrl"
],
"key": "'"
},
{
"modifiers": [
"Ctrl"
],
"key": "4"
}
],
"mrj-jump-to-link:activate-lightspeed-jump": [
{
"modifiers": [
"Alt",
"Mod",
"Shift"
],
"key": "\\"
}
],
"canvas-presentation:next-slide": [
{
"modifiers": [
"Ctrl"
],
"key": "ArrowRight"
}
],
"canvas-presentation:previous-slide": [
{
"modifiers": [
"Ctrl"
],
"key": "ArrowLeft"
}
],
"graph:open": [
{
"modifiers": [
"Ctrl"
],
"key": "G"
}
],
"editor:insert-link": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "K"
}
],
"workspaces-plus:open-workspaces-plus": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "W"
}
],
"quickadd:choice:4ad7039f-a714-4594-b86b-c147c0bc67d3": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "T"
}
],
"cycle-in-sidebar:cycle-right-sidebar": [
{
"modifiers": [
"Alt",
"Ctrl",
"Mod"
],
"key": "ArrowRight"
}
],
"cycle-in-sidebar:cycle-right-sidebar-reverse": [
{
"modifiers": [
"Alt",
"Ctrl",
"Mod"
],
"key": "ArrowLeft"
}
],
"workspace:next-tab": [
{
"modifiers": [
"Ctrl"
],
"key": "Tab"
},
{
"modifiers": [
"Meta",
"Shift"
],
"key": "]"
},
{
"modifiers": [
"Ctrl"
],
"key": "ArrowRight"
},
{
"modifiers": [
"Ctrl"
],
"key": "="
}
],
"workspace:previous-tab": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "Tab"
},
{
"modifiers": [
"Meta",
"Shift"
],
"key": "["
},
{
"modifiers": [
"Ctrl"
],
"key": "ArrowLeft"
},
{
"modifiers": [
"Ctrl"
],
"key": ","
}
],
"obsidian-minimal-settings:toggle-minimal-focus-mode": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "O"
}
],
"file-explorer:new-file-in-current-tab": [
{
"modifiers": [
"Mod"
],
"key": "N"
}
],
"breadcrumbs:new-file-with-curr-as-sibling": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "="
}
],
"workspace:goto-tab-5": [],
"mrj-jump-to-link:activate-jump-to-anywhere": [
{
"modifiers": [
"Ctrl"
],
"key": ";"
},
{
"modifiers": [
"Ctrl"
],
"key": "F"
}
],
"obsidian-excalidraw-plugin:save": [
{
"modifiers": [
"Mod"
],
"key": "S"
}
],
"obsidian-shellcommands:shell-command-4s9o488usd": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "E"
}
],
"obsidian-shellcommands:shell-command-53b5ai5phh": [
{
"modifiers": [
"Ctrl"
],
"key": "E"
}
],
"obsidian-better-internal-link-inserter:use-selected-word-as-alias": [
{
"modifiers": [
"Mod"
],
"key": "5"
},
{
"modifiers": [
"Mod"
],
"key": "K"
}
],
"obsidian-completr:completr-fake-arrow-up": [],
"obsidian-completr:completr-fake-arrow-down": [],
"obsidian-completr:completr-fake-enter": []
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

1
.obsidian/icons/dev_aarch64_plain.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1 @@
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 64c0 51.617 12.383 64 64 64 51.617 0 64-12.383 64-64 0-51.617-12.383-64-64-64C12.383 0 0 12.383 0 64zm25.808 13.295l20.075-45.621C49.27 23.984 55.788 19.813 64 19.813c8.212 0 14.729 4.17 18.118 11.86l20.074 45.622c.912 2.216 1.694 5.084 1.694 7.56 0 11.34-7.951 19.291-19.292 19.291-3.862 0-6.93-.985-10.035-1.983-3.182-1.022-6.403-2.057-10.559-2.057-4.108 0-7.408 1.044-10.653 2.071-3.138.993-6.225 1.969-9.941 1.969-11.34 0-19.292-7.95-19.292-19.29 0-2.477.783-5.345 1.695-7.561zM64 39.625l-19.813 44.84c5.866-2.738 12.644-4.041 19.813-4.041 6.909 0 13.947 1.303 19.552 4.04L64 39.626z" fill="#5A45FF"/></svg>

After

Width:  |  Height:  |  Size: 738 B

View File

@ -0,0 +1 @@
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 63.626c0 15.828 3.797 19.626 19.626 19.626 15.828 0 19.626-3.798 19.626-19.626C39.252 47.797 35.454 44 19.626 44 3.797 44 0 47.797 0 63.626zm7.914 4.077l6.156-13.99c1.04-2.358 3.038-3.637 5.556-3.637 2.518 0 4.516 1.279 5.556 3.637l6.155 13.99c.28.68.52 1.559.52 2.318 0 3.478-2.438 5.916-5.916 5.916-1.184 0-2.125-.302-3.077-.608-.976-.314-1.964-.631-3.238-.631-1.26 0-2.272.32-3.267.635-.962.304-1.909.604-3.049.604-3.477 0-5.915-2.438-5.915-5.916 0-.76.24-1.639.52-2.318zM19.626 56.15L13.55 69.9c1.799-.84 3.877-1.239 6.076-1.239 2.118 0 4.277.4 5.995 1.24l-5.995-13.75zm92.552-2.547c-1.363 0-2.347.965-2.347 2.31 0 1.343.984 2.308 2.347 2.308 1.362 0 2.347-.965 2.347-2.309 0-1.344-.985-2.309-2.347-2.309zM69.253 73.44c-3.634 0-6.264-2.687-6.264-6.89 0-4.277 2.63-6.964 6.264-6.964 1.685 0 2.934.568 3.672 1.684v-7.06h3.785v18.927h-3.785v-1.344c-.72 1.098-1.968 1.647-3.672 1.647zm-2.403-6.89c0-2.346 1.268-3.88 3.198-3.88 1.95 0 3.199 1.515 3.199 3.862 0 2.309-1.25 3.804-3.199 3.804-1.93 0-3.198-1.495-3.198-3.785zm15.803-.037c0-2.328 1.268-3.823 3.16-3.823 1.912 0 3.18 1.495 3.18 3.823s-1.268 3.823-3.18 3.823c-1.892 0-3.16-1.495-3.16-3.823zm41.713 3.009c0 .7-.53 1.117-1.874 1.117-1.514 0-2.46-.795-2.46-1.76h-3.785c.094 2.611 2.574 4.56 6.17 4.56 3.406 0 5.583-1.513 5.583-4.2 0-2.007-1.287-3.408-3.842-3.919l-2.744-.549c-.833-.17-1.325-.586-1.325-1.135 0-.814.833-1.25 1.892-1.25 1.514 0 2.101.701 2.101 1.534h3.596c-.095-2.46-2.025-4.334-5.621-4.334-3.35 0-5.621 1.684-5.621 4.24 0 2.308 1.495 3.35 3.729 3.822l2.725.587c.889.19 1.476.568 1.476 1.287zm-14.062-9.633h3.785v13.248h-3.785V59.888zm-11.583 0v1.381c.965-1.116 2.252-1.684 3.842-1.684 2.972 0 4.902 1.93 4.902 4.92v8.63h-3.785V65.3c0-1.608-.909-2.573-2.479-2.573-1.571 0-2.48.965-2.48 2.574v7.835h-3.785V59.888h3.785zm-12.907-.303c-4.032 0-7.022 2.914-7.022 6.927 0 4.012 2.99 6.927 7.022 6.927 4.05 0 7.04-2.915 7.04-6.927 0-4.013-2.99-6.927-7.04-6.927zm-31.57 3.085c-1.93 0-3.198 1.533-3.198 3.88 0 2.29 1.268 3.785 3.199 3.785 1.95 0 3.198-1.495 3.198-3.804 0-2.347-1.249-3.861-3.198-3.861zm-7.059 3.88c0 4.202 2.631 6.889 6.246 6.889 1.722 0 2.952-.55 3.69-1.647v1.344h3.786V59.888h-3.785v1.381c-.757-1.116-2.007-1.684-3.691-1.684-3.615 0-6.246 2.687-6.246 6.965z" fill="#000"/></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#1F0740" d="M6.5 6.5h115v115H6.5z"/><path fill="#D490C5" d="M0 0v128h128V0H0zm121.5 121.5H6.5V6.5h115v115z"/><path fill="#D490C5" d="M103.5 59.2s-.6-14.6-16.5-14.6c-16 0-17.3 22-17.3 22v4.7S72.5 89.6 86 89.6s14.8-2.6 14.8-2.6v-8.1s-19.3 9.2-21.2-10h24v-9.7zm-9 2.4h-15s0-8.3 7.5-9.2c8.2 0 7.5 9.2 7.5 9.2zM50.5 29.9H38.4v3.8l-16 54.9h9.4l4.4-16.1H53l4.5 16.1h10.3L50.5 29.9zM38.2 63.1l6.4-24.5L51 63.1H38.2z"/></svg>

After

Width:  |  Height:  |  Size: 490 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#1F0740" d="M87 52.4c-7.5.9-7.5 9.2-7.5 9.2h14.9c.1 0 .8-9.2-7.4-9.2zM38.2 63.1H51l-6.4-24.4z"/><path fill="#1F0740" d="M0 0v128h128V0H0zm57.5 88.6L53 72.5H36.2l-4.4 16.1h-9.4l16-54.9v-3.8h12.2l17.3 58.7H57.5zm46-19.6h-24c1.9 19.2 21.2 10 21.2 10v8s-1.3 2.6-14.8 2.6-16.3-18.3-16.3-18.3v-4.7s1.3-22 17.3-22 16.5 14.6 16.5 14.6V69z"/></svg>

After

Width:  |  Height:  |  Size: 413 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#F7A80D" d="M38.089 77.466l-11.4 4.896 10.559 4.514 12.241-4.514-11.4-4.896zm-17.138 6.12l-.382 22.034 16.679 7.345V90.089l-16.297-6.503zm34.276 0l-15.073 5.739V110.9l15.073-6.121V83.586zm17.979-68.551L61.73 19.931l10.635 4.515 12.241-4.515-11.4-4.896zm-15.914 6.503v22.034l14.231 4.132.459-20.046-14.69-6.12zm31.828 1.224L75.654 28.5v21.652l13.466-6.121V22.762zM19.306 46.047L7.907 50.944l10.558 4.514 12.241-4.514-11.4-4.897zM2.168 52.168l-.382 22.034 16.679 7.345V58.671L2.168 52.168zm34.275 0l-15.071 5.738V79.48l15.071-6.12V52.168zm19.587-6.937l-11.4 4.897 10.558 4.514 12.241-4.514-11.399-4.897zm-17.137 6.121l-.383 22.035 16.679 7.345V57.855l-16.296-6.503zm34.275 0L58.096 57.09v21.576l15.072-6.121V51.352zm35.908-36.317l-11.399 4.896 10.559 4.515 12.241-4.515-11.401-4.896zm-17.137 6.121l-.382 22.034 16.679 7.344V27.658l-16.297-6.502zm34.275 0l-15.071 5.738v21.575l15.071-6.12V21.156z"/></svg>

After

Width:  |  Height:  |  Size: 976 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#fff" d="M21.012 91.125c-5.538.003-10.038-4.503-10.039-10.04l-.002-30.739c-.002-5.532 4.497-10.037 10.028-10.038 2.689-.002 5.207 1.041 7.105 2.937s2.942 4.418 2.944 7.099l-.003 30.74a9.924 9.924 0 01-2.931 7.094 9.962 9.962 0 01-7.102 2.947m-.008-48.12c-4.053-.002-7.338 3.291-7.339 7.341l.005 30.736a7.347 7.347 0 007.341 7.348 7.338 7.338 0 007.339-7.347V50.342a7.345 7.345 0 00-7.346-7.337"/><path fill="#fff" d="M99.742 44.527l-2.698-.001-66.119.009-2.699.001-.002-2.699c-.006-11.08 6.03-21.385 15.917-27.473l-3.844-7.017c-.47-.822-.588-1.863-.314-2.815a3.732 3.732 0 011.814-2.239 3.605 3.605 0 011.759-.447c1.362 0 2.609.739 3.267 1.933l4.023 7.329a37.842 37.842 0 0113.099-2.305c4.606-.002 9.023.777 13.204 2.311l4.017-7.341a3.711 3.711 0 013.263-1.932 3.712 3.712 0 011.761.438A3.706 3.706 0 0188 4.524a3.69 3.69 0 01-.318 2.832l-3.842 7.013c9.871 6.101 15.9 16.398 15.899 27.459l.003 2.699zM80.196 15.403l5.123-9.355a1.019 1.019 0 10-1.783-.981l-5.176 9.45c-4.354-1.934-9.229-3.021-14.382-3.016-5.142-.005-10.008 1.078-14.349 3.005l-5.181-9.429a1.009 1.009 0 00-1.379-.405c-.497.266-.68.891-.403 1.379l5.125 9.348c-10.07 5.194-16.874 15.084-16.868 26.439l66.118-.008c.003-11.351-6.789-21.221-16.845-26.427M48.94 29.86a2.772 2.772 0 01.003-5.545 2.78 2.78 0 012.775 2.774 2.775 2.775 0 01-2.778 2.771m30.107-.006a2.767 2.767 0 01-2.772-2.771 2.788 2.788 0 012.773-2.778 2.79 2.79 0 012.767 2.779 2.769 2.769 0 01-2.768 2.77m-27.336 96.305c-5.533-.001-10.036-4.501-10.037-10.038l-.002-13.567-2.638.003a10.453 10.453 0 01-7.448-3.082 10.437 10.437 0 01-3.083-7.452l-.01-47.627v-2.701h2.699l65.623-.01 2.7-.002v2.699l.007 47.633c.001 5.809-4.725 10.536-10.532 10.535l-2.654.002.003 13.562c0 5.534-4.502 10.039-10.033 10.039a9.933 9.933 0 01-7.098-2.937 9.952 9.952 0 01-2.947-7.096v-13.568H61.75v13.565c-.002 5.535-4.503 10.043-10.039 10.042"/><path fill="#fff" d="M31.205 92.022a7.82 7.82 0 007.831 7.837h5.333l.006 16.264c-.001 4.05 3.289 7.341 7.335 7.342a7.342 7.342 0 007.338-7.348l.001-16.259 9.909-.003-.001 16.263c.004 4.051 3.298 7.346 7.343 7.338 4.056.003 7.344-3.292 7.343-7.344l-.005-16.259 5.353-.001c4.319.001 7.832-3.508 7.832-7.837l-.009-47.635-65.621.012.012 47.63zm75.791-.91c-5.536.001-10.039-4.498-10.038-10.036l-.008-30.738c.002-5.537 4.498-10.041 10.031-10.041 5.54-.001 10.046 4.502 10.045 10.038l.003 30.736c.001 5.534-4.498 10.042-10.033 10.041m-.01-48.116c-4.053-.004-7.337 3.287-7.337 7.342l.003 30.737a7.336 7.336 0 007.342 7.34 7.338 7.338 0 007.338-7.343l-.008-30.736a7.335 7.335 0 00-7.338-7.34"/><path fill="#A4C439" d="M21.004 43.005c-4.053-.002-7.338 3.291-7.339 7.341l.005 30.736a7.338 7.338 0 007.342 7.343 7.33 7.33 0 007.338-7.342V50.342a7.345 7.345 0 00-7.346-7.337m59.192-27.602l5.123-9.355a1.023 1.023 0 00-.401-1.388 1.022 1.022 0 00-1.382.407l-5.175 9.453c-4.354-1.938-9.227-3.024-14.383-3.019-5.142-.005-10.013 1.078-14.349 3.005l-5.181-9.429a1.01 1.01 0 00-1.378-.406 1.007 1.007 0 00-.404 1.38l5.125 9.349c-10.07 5.193-16.874 15.083-16.868 26.438l66.118-.008c.003-11.351-6.789-21.221-16.845-26.427M48.94 29.86a2.772 2.772 0 01.003-5.545 2.78 2.78 0 012.775 2.774 2.775 2.775 0 01-2.778 2.771m30.107-.006a2.77 2.77 0 01-2.772-2.771 2.793 2.793 0 012.773-2.778 2.79 2.79 0 012.767 2.779 2.767 2.767 0 01-2.768 2.77M31.193 44.392l.011 47.635a7.822 7.822 0 007.832 7.831l5.333.002.006 16.264c-.001 4.05 3.291 7.342 7.335 7.342 4.056 0 7.342-3.295 7.343-7.347l-.004-16.26 9.909-.003.004 16.263c0 4.047 3.293 7.346 7.338 7.338 4.056.003 7.344-3.292 7.343-7.344l-.005-16.259 5.352-.004a7.835 7.835 0 007.836-7.834l-.009-47.635-65.624.011zm83.134 5.943a7.338 7.338 0 00-7.341-7.339c-4.053-.004-7.337 3.287-7.337 7.342l.006 30.738a7.334 7.334 0 007.339 7.339 7.337 7.337 0 007.338-7.343l-.005-30.737z"/></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.4 KiB

1
.obsidian/icons/dev_android_plain.svg vendored Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#A4C439" d="M21.005 43.003c-4.053-.002-7.338 3.291-7.339 7.341l.005 30.736a7.338 7.338 0 007.342 7.343 7.33 7.33 0 007.338-7.342V50.34a7.345 7.345 0 00-7.346-7.337m59.193-27.602l5.123-9.355a1.023 1.023 0 00-.401-1.388 1.022 1.022 0 00-1.382.407l-5.175 9.453c-4.354-1.938-9.227-3.024-14.383-3.019-5.142-.005-10.013 1.078-14.349 3.005L44.45 5.075a1.01 1.01 0 00-1.378-.406 1.007 1.007 0 00-.404 1.38l5.125 9.349c-10.07 5.193-16.874 15.083-16.868 26.438l66.118-.008c.002-11.351-6.79-21.221-16.845-26.427M48.942 29.858a2.772 2.772 0 01.003-5.545 2.78 2.78 0 012.775 2.774 2.776 2.776 0 01-2.778 2.771m30.106-.005a2.77 2.77 0 01-2.772-2.771 2.793 2.793 0 012.773-2.778 2.79 2.79 0 012.767 2.779 2.767 2.767 0 01-2.768 2.77M31.195 44.39l.011 47.635a7.822 7.822 0 007.832 7.831l5.333.002.006 16.264c-.001 4.05 3.291 7.342 7.335 7.342 4.056 0 7.342-3.295 7.343-7.347l-.004-16.26 9.909-.003.004 16.263c0 4.047 3.293 7.346 7.338 7.338 4.056.003 7.344-3.292 7.343-7.344l-.005-16.259 5.352-.004a7.835 7.835 0 007.836-7.834l-.009-47.635-65.624.011zm83.134 5.943a7.338 7.338 0 00-7.341-7.339c-4.053-.004-7.337 3.287-7.337 7.342l.006 30.738a7.334 7.334 0 007.339 7.339 7.337 7.337 0 007.338-7.343l-.005-30.737z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#A4C439" d="M13.699 107.138h8.047v17.421h-3.492v-14.026l-3.116.012h-.749c-1.74 0-2.707.073-2.9.218-1.039.282-1.917.882-2.634 1.8-.772 1.104-1.159 2.203-1.159 3.299 0 1.353.523 2.598 1.57 3.733.701.668 1.305 1.071 1.813 1.208.507.258 1.381.387 2.621.387h2.429v3.37h-2.911c-2.159 0-3.983-.567-5.474-1.703-1.079-.854-1.8-1.627-2.162-2.319-.902-1.434-1.354-2.9-1.354-4.398v-.507c0-2.095.785-4.016 2.356-5.763.95-.927 1.728-1.511 2.331-1.752.436-.242 1.035-.472 1.801-.688.684-.196 1.679-.292 2.983-.292zm25.625 3.479c.346.467.596.865.749 1.195.226.396.438.927.641 1.595.241.806.362 1.901.362 3.286v7.865h-3.492v-8.239c0-2.771-1.252-4.623-3.757-5.558-.572-.161-1.075-.245-1.511-.254-.435.009-.934.093-1.498.254-2.505.935-3.757 2.787-3.757 5.558v8.239h-3.504v-7.865c0-1.385.121-2.48.362-3.286.201-.668.415-1.199.641-1.595.153-.338.406-.736.761-1.195 1.877-2.304 4.209-3.456 6.995-3.456 2.788 0 5.123 1.152 7.008 3.456zm9.798-3.468c2.345 0 3.689.053 4.036.157.95.113 2.021.512 3.213 1.196.652.402 1.346 1.019 2.078 1.848 1.305 1.619 1.957 3.46 1.957 5.521a8.461 8.461 0 01-.7 3.419c-.918 2.086-2.429 3.593-4.53 4.519-.975.5-2.473.749-4.494.749h-7.406l-.387-.072v-3.311h8.167c.87 0 1.542-.076 2.018-.229 1.265-.427 2.19-1.063 2.778-1.909.717-1.07 1.075-2.114 1.075-3.129 0-1.022-.31-2.029-.93-3.021-.387-.571-.813-1.006-1.28-1.305-.854-.7-2.074-1.051-3.661-1.051h-8.167v-3.383h6.233zm13.097 0h11.188c1.973 0 3.52.592 4.639 1.776.5.467.846.918 1.039 1.353.436.87.652 1.72.652 2.55v.495c0 1.272-.552 2.517-1.654 3.733-.709.676-1.354 1.111-1.934 1.305 1.466 1.563 2.199 3.628 2.199 6.197h-3.516v-.266c0-1.9-.77-3.411-2.308-4.53-.878-.62-2.026-.931-3.443-.931h-6.862v-3.358h11.405c1.248 0 2.094-.616 2.537-1.849a6.82 6.82 0 00.096-.628c0-.685-.285-1.305-.857-1.86-.491-.387-1.015-.58-1.57-.58 0-.032-.169-.049-.508-.049H62.219v-3.358zm28.041.012h.12c2.675 0 4.958 1.096 6.851 3.286 1.225 1.644 1.836 3.432 1.836 5.364v.121c0 2.674-1.119 4.945-3.358 6.813-1.627 1.209-3.411 1.813-5.352 1.813h-.121c-2.658 0-4.934-1.087-6.826-3.262-.66-.926-1.123-1.776-1.39-2.549a9.192 9.192 0 01-.471-2.84v-.12c0-2.626 1.083-4.873 3.25-6.742 1.466-1.047 2.803-1.635 4.011-1.764.37-.079.853-.12 1.45-.12zm-5.232 8.675c0 1.515.592 2.844 1.776 3.987 1.055.901 2.162 1.353 3.322 1.353h.338c.935 0 1.885-.318 2.852-.954.998-.733 1.675-1.667 2.029-2.803.112-.298.193-.81.241-1.534 0-1.482-.575-2.791-1.728-3.927-1.079-.959-2.263-1.438-3.552-1.438-1.506 0-2.843.628-4.011 1.885-.491.645-.802 1.191-.931 1.643-.223.628-.336 1.224-.336 1.788zm15.851-8.675h3.491v17.397h-3.491v-17.397zm11.61-.012c2.344 0 3.688.053 4.035.157.95.113 2.021.512 3.213 1.196.652.402 1.346 1.019 2.078 1.848 1.305 1.619 1.957 3.46 1.957 5.521a8.461 8.461 0 01-.7 3.419c-.918 2.086-2.429 3.593-4.53 4.519-.975.5-2.473.749-4.494.749h-7.406l-.387-.072v-3.311h8.167c.87 0 1.542-.076 2.018-.229 1.265-.427 2.19-1.063 2.778-1.909.717-1.07 1.075-2.114 1.075-3.129 0-1.022-.31-2.029-.93-3.021-.387-.571-.813-1.006-1.28-1.305-.854-.7-2.074-1.051-3.661-1.051h-8.167v-3.383h6.234zM29.184 36.363a5.944 5.944 0 00-5.942 5.943l.004 24.889c.001 3.291 2.662 5.947 5.945 5.947s5.944-2.656 5.941-5.945V42.305a5.947 5.947 0 00-5.948-5.942m47.931-22.351l4.148-7.574a.83.83 0 00-.325-1.125.829.829 0 00-1.119.33l-4.19 7.654a28.536 28.536 0 00-11.646-2.443 28.51 28.51 0 00-11.619 2.434L48.17 5.653a.82.82 0 00-1.116-.33.816.816 0 00-.327 1.117l4.149 7.57c-8.154 4.205-13.663 12.215-13.658 21.408l53.539-.006c0-9.193-5.499-17.183-13.642-21.4M51.806 25.719a2.244 2.244 0 01.003-4.49 2.253 2.253 0 012.246 2.248 2.246 2.246 0 01-2.249 2.242m24.379-.004a2.243 2.243 0 01-2.245-2.244 2.263 2.263 0 012.245-2.25 2.26 2.26 0 012.24 2.252 2.24 2.24 0 01-2.24 2.242m-38.75 11.771l.009 38.572a6.333 6.333 0 006.342 6.34l4.318.002.006 13.17a5.947 5.947 0 005.939 5.945 5.95 5.95 0 005.945-5.949L59.99 82.4l8.024-.002.003 13.168c0 3.277 2.667 5.947 5.942 5.941a5.945 5.945 0 005.945-5.945L79.9 82.396l4.334-.004a6.344 6.344 0 006.345-6.344l-.007-38.572-53.137.01zm67.317 4.813a5.94 5.94 0 00-5.943-5.943 5.941 5.941 0 00-5.941 5.945l.005 24.891a5.937 5.937 0 005.942 5.941 5.939 5.939 0 005.941-5.945l-.004-24.889z"/></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#B3B3B3" d="M63.81 1.026L4.553 21.88l9.363 77.637 49.957 27.457 50.214-27.828 9.36-77.635z"/><path fill="#A6120D" d="M117.536 25.998L63.672 7.629v112.785l45.141-24.983z"/><path fill="#DD1B16" d="M11.201 26.329l8.026 69.434 44.444 24.651V7.627z"/><path fill="#F2F2F2" d="M78.499 67.67l-14.827 6.934H48.044l-7.347 18.374-13.663.254 36.638-81.508L78.499 67.67zm-1.434-3.491L63.77 37.858 52.864 63.726h10.807l13.394.453z"/><path fill="#B3B3B3" d="M63.671 11.724l.098 26.134 12.375 25.888H63.698l-.027 10.841 17.209.017 8.042 18.63 13.074.242z"/></svg>

After

Width:  |  Height:  |  Size: 621 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#ccc" d="M33.427 71.28V58.318h1.677l7.932 10.442V58.318h1.585V71.28h-1.677l-7.93-10.533V71.28zm24.064-.508c-1.045.399-2.172.599-3.381.599-4.694 0-7.042-2.251-7.042-6.753 0-4.26 2.266-6.391 6.797-6.391 1.301 0 2.509.182 3.626.545v1.45a9.653 9.653 0 00-3.444-.635c-3.534 0-5.301 1.678-5.301 5.03 0 3.595 1.738 5.394 5.22 5.394.556 0 1.172-.073 1.85-.219v-4.404h1.676v5.384h-.001zm2.675-4.495v-7.958h1.676v7.958c0 2.489 1.239 3.735 3.717 3.735 2.477 0 3.716-1.246 3.716-3.735v-7.958h1.677v7.958c0 3.396-1.798 5.095-5.393 5.095s-5.393-1.698-5.393-5.095zm15.453-7.959v11.603H82.4v1.359h-8.457V58.318zm9.2 12.962h-1.74l6.444-14.671 6.445 14.671H94.11l-1.677-4.079h-4.287l.462-1.358h3.264l-2.421-5.874zm12.916 0V58.318h5.529c2.466 0 3.698 1.037 3.698 3.109 0 1.687-1.205 2.935-3.616 3.743l4.45 6.109h-2.212l-4.123-5.828v-1.096c2.477-.394 3.715-1.346 3.715-2.855 0-1.196-.688-1.795-2.065-1.795h-3.699V71.28h-1.677zm16.343-12.962v9.228c0 2.489-1.465 3.734-4.396 3.734v-1.359c1.813 0 2.72-.793 2.72-2.375v-9.228h1.676zm2.991 12.509v-1.541c1.36.483 2.828.726 4.405.726 2.23 0 3.346-.815 3.346-2.449 0-1.387-.823-2.084-2.467-2.084h-1.668c-2.713 0-4.07-1.177-4.07-3.534 0-2.478 1.738-3.717 5.214-3.717 1.51 0 2.915.183 4.214.545v1.541c-1.3-.484-2.704-.727-4.214-.727-2.357 0-3.535.786-3.535 2.357 0 1.39.797 2.084 2.392 2.084h1.668c2.761 0 4.143 1.18 4.143 3.534 0 2.539-1.674 3.809-5.021 3.809-1.579 0-3.046-.182-4.407-.544z"/><path d="M33.852 70.856v-12.96h1.676l7.931 10.441V57.896h1.587v12.96h-1.677l-7.931-10.533v10.533zm24.064-.507c-1.045.399-2.172.599-3.381.599-4.694 0-7.043-2.25-7.043-6.752 0-4.261 2.267-6.392 6.799-6.392 1.299 0 2.508.183 3.625.545v1.45a9.653 9.653 0 00-3.444-.635c-3.534 0-5.302 1.678-5.302 5.03 0 3.596 1.74 5.394 5.221 5.394.556 0 1.173-.072 1.85-.218v-4.405h1.676v5.384h-.001zm2.674-4.495v-7.959h1.676v7.958c0 2.489 1.239 3.735 3.717 3.735s3.717-1.246 3.717-3.735v-7.958h1.676v7.958c0 3.397-1.797 5.095-5.393 5.095s-5.393-1.698-5.393-5.094zm15.453-7.959v11.602h6.78v1.359h-8.456V57.895zm9.201 12.961h-1.741l6.445-14.671 6.445 14.671h-1.86l-1.677-4.079H88.57l.463-1.359h3.262l-2.42-5.874zm12.915 0v-12.96h5.529c2.466 0 3.697 1.036 3.697 3.108 0 1.686-1.204 2.935-3.615 3.743l4.45 6.109h-2.212l-4.123-5.827v-1.098c2.477-.394 3.716-1.345 3.716-2.855 0-1.196-.689-1.794-2.067-1.794h-3.698v11.574h-1.677z"/><path fill="#A6120D" d="M114.502 57.895v9.228c0 2.49-1.465 3.734-4.396 3.734v-1.359c1.813 0 2.72-.793 2.72-2.375v-9.228h1.676zm2.991 12.508v-1.541c1.36.482 2.827.726 4.405.726 2.229 0 3.345-.816 3.345-2.448 0-1.389-.822-2.084-2.466-2.084h-1.668c-2.713 0-4.07-1.179-4.07-3.535 0-2.478 1.737-3.717 5.213-3.717 1.511 0 2.915.183 4.215.544v1.542c-1.3-.484-2.704-.727-4.215-.727-2.356 0-3.535.786-3.535 2.357 0 1.389.797 2.084 2.393 2.084h1.668c2.761 0 4.143 1.179 4.143 3.535 0 2.538-1.674 3.808-5.022 3.808-1.578 0-3.046-.182-4.406-.544z"/><path fill="#B3B3B3" d="M16.218 47.913L1.08 53.24l2.392 19.833 12.762 7.014 12.828-7.108 2.391-19.833z"/><path fill="#A6120D" d="M29.942 54.292L16.183 49.6v28.811l11.531-6.382z"/><path fill="#DD1B16" d="M2.778 54.377l2.051 17.737 11.354 6.297V49.6z"/><path fill="#F2F2F2" d="M19.971 64.938l-3.788 1.771H12.19l-1.877 4.694-3.49.064 9.359-20.821 3.789 14.292zm-.367-.892l-3.396-6.724-2.786 6.608h2.761l3.421.116z"/><path fill="#B3B3B3" d="M16.183 50.646l.024 6.676 3.162 6.614h-3.18l-.006 2.769 4.395.004 2.055 4.759 3.34.062z"/></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#C4473A" d="M52.864 64h23.28L63.769 38.123zM63.81 1.026L4.553 21.88l9.363 77.637 49.957 27.457 50.214-27.828 9.36-77.635L63.81 1.026zM48.044 75l-7.265 18.176-13.581.056 36.608-81.079-.07-.153h-.064l.001-.133.063.133h.141l.123-.274V12h-.124l-.069.153 38.189 81.417-13.074-.287-8.042-18.58-17.173.082"/></svg>

After

Width:  |  Height:  |  Size: 381 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#C4473A" d="M33.852 70.856v-12.96h1.676l7.931 10.441V57.896h1.587v12.96h-1.677l-7.931-10.533v10.533zm24.064-.507c-1.045.399-2.172.599-3.381.599-4.694 0-7.043-2.25-7.043-6.752 0-4.261 2.267-6.392 6.799-6.392 1.299 0 2.508.183 3.625.545v1.45a9.653 9.653 0 00-3.444-.635c-3.534 0-5.302 1.678-5.302 5.03 0 3.596 1.74 5.394 5.221 5.394.556 0 1.173-.072 1.85-.218v-4.405h1.676v5.384h-.001zm2.674-4.495v-7.959h1.676v7.958c0 2.489 1.239 3.735 3.717 3.735s3.717-1.246 3.717-3.735v-7.958h1.676v7.958c0 3.397-1.797 5.095-5.393 5.095s-5.393-1.698-5.393-5.094zm15.453-7.959v11.602h6.78v1.359h-8.456V57.895zm9.201 12.961h-1.741l6.445-14.671 6.445 14.671h-1.86l-1.677-4.079H88.57l.463-1.359h3.262l-2.42-5.874zm12.915 0v-12.96h5.529c2.466 0 3.697 1.036 3.697 3.108 0 1.686-1.204 2.935-3.615 3.743l4.45 6.109h-2.212l-4.123-5.827v-1.098c2.477-.394 3.716-1.345 3.716-2.855 0-1.196-.689-1.794-2.067-1.794h-3.698v11.574h-1.677zm16.343-12.961v9.228c0 2.49-1.465 3.734-4.396 3.734v-1.359c1.813 0 2.72-.793 2.72-2.375v-9.228h1.676zm2.991 12.508v-1.541c1.36.482 2.827.726 4.405.726 2.229 0 3.345-.816 3.345-2.448 0-1.389-.822-2.084-2.466-2.084h-1.668c-2.713 0-4.07-1.179-4.07-3.535 0-2.478 1.737-3.717 5.213-3.717 1.511 0 2.915.183 4.215.544v1.542c-1.3-.484-2.704-.727-4.215-.727-2.356 0-3.535.786-3.535 2.357 0 1.389.797 2.084 2.393 2.084h1.668c2.761 0 4.143 1.179 4.143 3.535 0 2.538-1.674 3.808-5.022 3.808-1.578 0-3.046-.182-4.406-.544zM16.183 64h3.186l-3.161-6.61L13.422 64zm.035-16.087L1.08 53.24l2.392 19.833 12.763 7.014 12.827-7.108 2.392-19.832-15.236-5.234zM12.19 67l-1.877 4.549-3.49-.081 9.359-20.821 9.79 20.902-3.34-.044-2.055-4.722-4.387.069"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

Some files were not shown because too many files have changed in this diff Show More