Added
This commit is contained in:
30
.obsidian/community-plugins.json
vendored
Normal file
30
.obsidian/community-plugins.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
[
|
||||
"obsidian-advanced-slides",
|
||||
"table-editor-obsidian",
|
||||
"background-image",
|
||||
"better-export-pdf",
|
||||
"calendar",
|
||||
"obsidian-charts",
|
||||
"obsidian-columns",
|
||||
"dataview",
|
||||
"drawio-obsidian",
|
||||
"obsidian-emoji-toolbar",
|
||||
"obsidian-excalidraw-plugin",
|
||||
"excel",
|
||||
"extended-graph",
|
||||
"obsidian-git",
|
||||
"homepage",
|
||||
"obsidian-icon-folder",
|
||||
"obsidian-kanban",
|
||||
"obsidian-leaflet-plugin",
|
||||
"pdf-plus",
|
||||
"periodic-notes",
|
||||
"obsidian-reminder-plugin",
|
||||
"rich-foot",
|
||||
"solve",
|
||||
"obsidian-style-settings",
|
||||
"terminal",
|
||||
"obsidian-plugin-todo",
|
||||
"unicode-search",
|
||||
"workbooks"
|
||||
]
|
||||
2
.obsidian/graph.json
vendored
2
.obsidian/graph.json
vendored
@@ -17,6 +17,6 @@
|
||||
"repelStrength": 9.47916666666667,
|
||||
"linkStrength": 0.5,
|
||||
"linkDistance": 94,
|
||||
"scale": 0.06165877303407167,
|
||||
"scale": 0.061658773034071676,
|
||||
"close": true
|
||||
}
|
||||
2
.obsidian/plugins/extended-graph/data.json
vendored
2
.obsidian/plugins/extended-graph/data.json
vendored
@@ -97,7 +97,7 @@
|
||||
"repelStrength": 9.47916666666667,
|
||||
"linkStrength": 0.5,
|
||||
"linkDistance": 94,
|
||||
"scale": 0.06165877303407167,
|
||||
"scale": 0.061658773034071676,
|
||||
"close": true
|
||||
},
|
||||
"openInNewTab": true,
|
||||
|
||||
7
.obsidian/plugins/jupymd/data.json
vendored
7
.obsidian/plugins/jupymd/data.json
vendored
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"autoSync": true,
|
||||
"bidirectionalSync": false,
|
||||
"pythonInterpreter": "python3",
|
||||
"notebookEditorCommand": "jupyter-lab",
|
||||
"enableCodeBlocks": true
|
||||
}
|
||||
237
.obsidian/plugins/jupymd/main.js
vendored
237
.obsidian/plugins/jupymd/main.js
vendored
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/jupymd/manifest.json
vendored
10
.obsidian/plugins/jupymd/manifest.json
vendored
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "jupymd",
|
||||
"name": "JupyMD",
|
||||
"version": "1.4.5",
|
||||
"minAppVersion": "1.8.4",
|
||||
"description": "Use Jupyter notebooks in Obsidian.",
|
||||
"author": "Deniz Terzioglu",
|
||||
"authorUrl": "https://d-eniz.github.io/",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
91
.obsidian/plugins/jupymd/styles.css
vendored
91
.obsidian/plugins/jupymd/styles.css
vendored
@@ -1,91 +0,0 @@
|
||||
.edit-block-button {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.code-container {
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
background-color: var(--background-primary);
|
||||
border: 1px solid var(--background-modifier-border-hover);
|
||||
}
|
||||
|
||||
.code-top-bar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background-color: var(--background-primary);
|
||||
padding: 0.15em 1em;
|
||||
}
|
||||
|
||||
.code-buttons {
|
||||
display: flex;
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
.code-lang-label {
|
||||
font-family: 'Inter', sans-serif;
|
||||
color: var(--text-muted);
|
||||
font-size: 0.7em;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.code-output {
|
||||
font-size: 0.9em;
|
||||
font-family: var(--font-monospace), monospace !important;
|
||||
background-color: var(--background-primary) !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.code-output img {
|
||||
max-height: 500px !important;
|
||||
margin: 0.5em 0;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
background-color: var(--background-primary) !important;
|
||||
}
|
||||
|
||||
.icon-button {
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
outline: none !important;
|
||||
background-color: transparent !important;
|
||||
padding: 0 !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.grey-icon {
|
||||
transition: color 0.2s;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.grey-icon:hover {
|
||||
cursor: pointer;
|
||||
transition: color 0.2s;
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.code-container .cm-scroller {
|
||||
padding: 1em;
|
||||
background-color: var(--background-primary);
|
||||
overflow: auto;
|
||||
font-family: var(--font-monospace), monospace !important;
|
||||
}
|
||||
|
||||
.code-container .cm-editor {
|
||||
background-color: inherit;
|
||||
font-family: var(--font-monospace), monospace;
|
||||
font-size: 0.9em;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.code-container .cm-content {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
Reference in New Issue
Block a user