[nb] Commit
This commit is contained in:
14
.obsidian/appearance.json
vendored
14
.obsidian/appearance.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"theme": "obsidian",
|
||||
"cssTheme": "Minimal",
|
||||
"baseFontSize": 27,
|
||||
"baseFontSize": 23,
|
||||
"enabledCssSnippets": [
|
||||
"pdf_darkmode",
|
||||
"query_header_title",
|
||||
@@ -30,7 +30,17 @@
|
||||
"Custom Frames - Duotone",
|
||||
"Excalidraw - Compact",
|
||||
"MySnippets",
|
||||
"Omnisearch"
|
||||
"Omnisearch",
|
||||
"omts-MySnippets",
|
||||
"omts-[ui] Floating Tab Header",
|
||||
"omts-[ui] Compact Tab Header",
|
||||
"omts-[ui] Compact Sidebar",
|
||||
"omts-[editor] Compact Right Sidebar notes",
|
||||
"omts-Calendar",
|
||||
"omts-compact_tabs",
|
||||
"omts-Tasks - Compact",
|
||||
"omts-Excalidraw - Compact",
|
||||
"omts-Day Planner (Ivan Lednev)"
|
||||
],
|
||||
"interfaceFontFamily": "CMU Bright,CMU Sans Serif,FiraCode Nerd Font",
|
||||
"textFontFamily": "CMU Sans Serif,FiraCode Nerd Font,CMU Serif",
|
||||
|
1
.obsidian/community-plugins.json
vendored
1
.obsidian/community-plugins.json
vendored
@@ -12,5 +12,6 @@
|
||||
"obsidian-hider",
|
||||
"lazy-plugins",
|
||||
"mysnippets-plugin",
|
||||
"janitor",
|
||||
"obsidian-custom-frames"
|
||||
]
|
4
.obsidian/graph.json
vendored
4
.obsidian/graph.json
vendored
@@ -130,6 +130,6 @@
|
||||
"repelStrength": 6.47786458333333,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 30,
|
||||
"scale": 0.12691043529086585,
|
||||
"close": false
|
||||
"scale": 0.15827308065586748,
|
||||
"close": true
|
||||
}
|
File diff suppressed because one or more lines are too long
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "darlal-switcher-plus",
|
||||
"name": "Quick Switcher++",
|
||||
"version": "4.6.2",
|
||||
"minAppVersion": "1.7.4",
|
||||
"version": "4.6.3",
|
||||
"minAppVersion": "1.7.7",
|
||||
"description": "Enhanced Quick Switcher, search open panels, and symbols.",
|
||||
"author": "darlal",
|
||||
"authorUrl": "https://github.com/darlal/obsidian-switcher-plus",
|
||||
|
65
.obsidian/plugins/janitor/main.js
vendored
Normal file
65
.obsidian/plugins/janitor/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/janitor/manifest.json
vendored
Normal file
11
.obsidian/plugins/janitor/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "janitor",
|
||||
"name": "Janitor",
|
||||
"version": "1.0.7",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Performs cleanup tasks on the Obsidian vault",
|
||||
"author": "Gabriele Cannata",
|
||||
"authorUrl": "https://github.com/Canna71",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/gcannata",
|
||||
"isDesktopOnly": false
|
||||
}
|
98
.obsidian/plugins/janitor/styles.css
vendored
Normal file
98
.obsidian/plugins/janitor/styles.css
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
/*
|
||||
|
||||
This CSS file will be included with your plugin, and
|
||||
available in the app when your plugin is enabled.
|
||||
|
||||
If your plugin does not need CSS, delete this file.
|
||||
|
||||
*/
|
||||
.janitor-modal-footer {
|
||||
/* float: right; */
|
||||
padding: 10pt;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.janitor-modal-footer button {}
|
||||
|
||||
.janitor-modal-footer .janitor-footer-buttons {
|
||||
flex: 1;
|
||||
justify-content: flex-end;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.janitor-scan-section-title {
|
||||
font-size: larger;
|
||||
margin-bottom: 5pt;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.janitor-modal-title {
|
||||
text-align: center;
|
||||
font-size: 150%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.janitor-file {
|
||||
margin-left: 1em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.janitor-file:hover {
|
||||
background-color: var(--background-primary);
|
||||
}
|
||||
|
||||
|
||||
.janitor-file .openFileIcon {
|
||||
right: 0px;
|
||||
position: absolute;
|
||||
/* cursor: pointer; */
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.janitor-file label {
|
||||
width: 100%;
|
||||
/* cursor: pointer; */
|
||||
}
|
||||
|
||||
.janitor-file:hover .openFileIcon {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.janitor-file:focus {
|
||||
outline: auto;
|
||||
}
|
||||
|
||||
.janitor-scan-results {
|
||||
overflow-y: auto;
|
||||
max-height:250px;
|
||||
}
|
||||
|
||||
.janitor-files-wrapper {
|
||||
/* overflow-y: auto; */
|
||||
/* max-height: 180px; */
|
||||
/* border: 1px solid; */
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.janitor-date-picker {
|
||||
padding: 5px;;
|
||||
}
|
||||
|
||||
.janitor-date-picker label span {
|
||||
margin-right: 1em;;
|
||||
}
|
||||
|
||||
|
||||
.janitor-date-picker-buttons {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.janitor-date-shortcuts {
|
||||
white-space: nowrap;
|
||||
margin-top: 1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.janitor-date-shortcuts .janitor-date-picker-buttons {
|
||||
display: inline-block;
|
||||
}
|
5
.obsidian/plugins/lazy-plugins/data.json
vendored
5
.obsidian/plugins/lazy-plugins/data.json
vendored
@@ -60,7 +60,7 @@
|
||||
"startupType": "disabled"
|
||||
},
|
||||
"obsidian-custom-frames": {
|
||||
"startupType": "disabled"
|
||||
"startupType": "long"
|
||||
},
|
||||
"cycle-in-sidebar": {
|
||||
"startupType": "disabled"
|
||||
@@ -343,6 +343,9 @@
|
||||
},
|
||||
"mysnippets-plugin": {
|
||||
"startupType": "instant"
|
||||
},
|
||||
"janitor": {
|
||||
"startupType": "instant"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -9,7 +9,7 @@
|
||||
"openInCenter": false,
|
||||
"zoomLevel": 0.95,
|
||||
"forceIframe": false,
|
||||
"customCss": "/* hide info clutter and ad banner */\n#classify--info-area,\n.adsbygoogle {\n display: none !important\n}\n\n/* invert colors */\n* {\n filter: invert(1);\n}"
|
||||
"customCss": "/* hide info clutter and ad banner */\n#classify--info-area,\n.adsbygoogle {\n display: none !important\n}\n\n\n/* invert colors */\n"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/OsKaR31415/cours",
|
||||
|
@@ -12,7 +12,7 @@
|
||||
"compress": true,
|
||||
"decompressForMDView": false,
|
||||
"onceOffCompressFlagReset": true,
|
||||
"onceOffGPTVersionReset": false,
|
||||
"onceOffGPTVersionReset": true,
|
||||
"autosave": true,
|
||||
"autosaveIntervalDesktop": 60000,
|
||||
"autosaveIntervalMobile": 30000,
|
||||
@@ -99,7 +99,7 @@
|
||||
"library2": {
|
||||
"type": "excalidrawlib",
|
||||
"version": 2,
|
||||
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.6.8",
|
||||
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.7.2",
|
||||
"libraryItems": []
|
||||
},
|
||||
"imageElementNotice": true,
|
||||
@@ -111,7 +111,7 @@
|
||||
"mdCSS": "",
|
||||
"scriptEngineSettings": {},
|
||||
"defaultTrayMode": true,
|
||||
"previousRelease": "2.6.8",
|
||||
"previousRelease": "2.7.2",
|
||||
"showReleaseNotes": true,
|
||||
"showNewVersionNotification": true,
|
||||
"latexBoilerplate": "\\color{blue}",
|
||||
@@ -763,7 +763,7 @@
|
||||
"longPressMobile": 500,
|
||||
"doubleClickLinkOpenViewMode": true,
|
||||
"isDebugMode": false,
|
||||
"rank": "Bronze",
|
||||
"rank": "Silver",
|
||||
"modifierKeyOverrides": [
|
||||
{
|
||||
"modifiers": [
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "2.6.8",
|
||||
"version": "2.7.2",
|
||||
"minAppVersion": "1.1.6",
|
||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||
"author": "Zsolt Viczian",
|
||||
|
File diff suppressed because one or more lines are too long
26
.obsidian/plugins/obsidian-hover-editor/main.js
vendored
26
.obsidian/plugins/obsidian-hover-editor/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "obsidian-hover-editor",
|
||||
"name": "Hover Editor",
|
||||
"version": "0.11.20",
|
||||
"minAppVersion": "1.4.16",
|
||||
"version": "0.11.21",
|
||||
"minAppVersion": "1.5.8",
|
||||
"description": "Transform the Page Preview hover popover into a fully working editor instance",
|
||||
"author": "NothingIsLost",
|
||||
"authorUrl": "https://github.com/nothingislost",
|
||||
|
2
.obsidian/plugins/obsidian-markmind/main.js
vendored
2
.obsidian/plugins/obsidian-markmind/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-markmind",
|
||||
"name": "Markmind",
|
||||
"version": "3.0.8",
|
||||
"version": "3.0.9",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This is a mindmap , outline tool for obsidian.",
|
||||
"author": "Mark",
|
||||
|
@@ -8,7 +8,7 @@
|
||||
"lineWidth": 40,
|
||||
"lineWidthWide": 50,
|
||||
"maxWidth": 98,
|
||||
"textNormal": 27,
|
||||
"textNormal": 23,
|
||||
"textSmall": 18,
|
||||
"imgGrid": false,
|
||||
"imgWidth": "img-default-width",
|
||||
|
@@ -65,7 +65,7 @@
|
||||
"list-callouts@@lc-bg-opacity-light": 0.1,
|
||||
"list-callouts@@lc-bg-left-checkbox": 60,
|
||||
"list-callouts@@lc-bg-left-checkbox-lp": 43,
|
||||
"list-callouts@@lc-bg-opacity-dark": 0.1,
|
||||
"list-callouts@@lc-bg-opacity-dark": 0.2,
|
||||
"pane-relief@@pr-sliding-panes-desktop-width": "1100px",
|
||||
"minimal-style@@h2-color@@light": "#C9893A",
|
||||
"minimal-style@@h3-color@@light": "#9E72AF",
|
||||
@@ -76,5 +76,7 @@
|
||||
"minimal-style@@inline-title-color@@light": "#1E780A",
|
||||
"minimal-style@@inline-title-weight": 600,
|
||||
"minimal-style@@inline-title-color@@dark": "#1E780A",
|
||||
"minimal-style@@h1-variant": "normal"
|
||||
"minimal-style@@h1-variant": "normal",
|
||||
"list-callouts@@lc-bg-top-reading": 0,
|
||||
"list-callouts@@lc-bg-left-reading": 35
|
||||
}
|
14
.obsidian/plugins/templater-obsidian/data.json
vendored
14
.obsidian/plugins/templater-obsidian/data.json
vendored
@@ -12,17 +12,25 @@
|
||||
"enable_system_commands": false,
|
||||
"shell_path": "",
|
||||
"user_scripts_folder": "",
|
||||
"enable_folder_templates": true,
|
||||
"enable_folder_templates": false,
|
||||
"folder_templates": [
|
||||
{
|
||||
"folder": "sources/clippings",
|
||||
"template": ""
|
||||
},
|
||||
{
|
||||
"folder": "/",
|
||||
"template": "templates/default new note.md"
|
||||
}
|
||||
],
|
||||
"enable_file_templates": false,
|
||||
"enable_file_templates": true,
|
||||
"file_templates": [
|
||||
{
|
||||
"regex": ".*",
|
||||
"regex": "^(?!\\/?(sources\\/clippings|daily)\\/).*",
|
||||
"template": "templates/default new note.md"
|
||||
},
|
||||
{
|
||||
"regex": "",
|
||||
"template": ""
|
||||
}
|
||||
],
|
||||
|
31175
.obsidian/plugins/vertical-tabs/main.js
vendored
31175
.obsidian/plugins/vertical-tabs/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "vertical-tabs",
|
||||
"name": "Vertical Tabs",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.4",
|
||||
"minAppVersion": "1.6.2",
|
||||
"description": "Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.",
|
||||
"author": "oxdc",
|
||||
|
286
.obsidian/plugins/vertical-tabs/styles.css
vendored
286
.obsidian/plugins/vertical-tabs/styles.css
vendored
File diff suppressed because one or more lines are too long
12
.obsidian/scripts/metadata_move_inline_to_yaml.py
vendored
Normal file
12
.obsidian/scripts/metadata_move_inline_to_yaml.py
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
from pathlib import Path
|
||||
from pyomd import Notes
|
||||
from pyomd.metadata import MetadataType
|
||||
|
||||
path_dir = Path('/Users/oscarplaisant/devoirs/cours/')
|
||||
notes = Notes(path_dir)
|
||||
|
||||
notes.metadata.move(fr=MetadataType.INLINE, to=MetadataType.FRONTMATTER)
|
||||
notes.update_content(inline_position="top")
|
||||
print(notes)
|
||||
|
||||
|
2
.obsidian/snippets/custom_callouts.css
vendored
2
.obsidian/snippets/custom_callouts.css
vendored
@@ -35,7 +35,7 @@
|
||||
/* orange is my color for todo
|
||||
* (especially since tags are orange, and tasks have the #task tag) */
|
||||
--callout-color: 255, 160, 30;
|
||||
--callout-icon: luc_clipboard_check;
|
||||
--callout-icon: clipboard-list;
|
||||
}
|
||||
.callout[data-callout="smalltodo"] {
|
||||
font-size: 80%;
|
||||
|
Reference in New Issue
Block a user