Added
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
"footerTemplate": "<div style=\"width: 100vw;font-size:10px;text-align:center;\"><span class=\"pageNumber\"></span> / <span class=\"totalPages\"></span></div>",
|
||||
"printBackground": false,
|
||||
"generateTaggedPDF": false,
|
||||
"displayMetadata": false,
|
||||
"displayMetadata": true,
|
||||
"debug": false,
|
||||
"isTimestamp": false,
|
||||
"enabledCss": false,
|
||||
"isTimestamp": true,
|
||||
"enabledCss": true,
|
||||
"concurrency": "5",
|
||||
"prevConfig": {
|
||||
"pageSize": "A4",
|
||||
@@ -25,6 +25,6 @@
|
||||
"marginRight": "10",
|
||||
"displayHeader": false,
|
||||
"displayFooter": false,
|
||||
"cssSnippet": "0"
|
||||
"cssSnippet": "/storage/Notes/.obsidian/snippets/table-exporter.css"
|
||||
}
|
||||
}
|
||||
20
.obsidian/plugins/extended-graph/data.json
vendored
20
.obsidian/plugins/extended-graph/data.json
vendored
@@ -85,20 +85,20 @@
|
||||
"showAttachments": true,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": false,
|
||||
"collapse-color-groups": true,
|
||||
"colorGroups": [],
|
||||
"collapse-display": false,
|
||||
"showArrow": true,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1.63125,
|
||||
"lineSizeMultiplier": 3.67291666666667,
|
||||
"textFadeMultiplier": 0.9,
|
||||
"nodeSizeMultiplier": 0.7890625,
|
||||
"lineSizeMultiplier": 0.610416666666667,
|
||||
"collapse-forces": false,
|
||||
"centerStrength": 0.40625,
|
||||
"repelStrength": 9.89583333333333,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 373,
|
||||
"scale": 0.11327439907466573,
|
||||
"close": false
|
||||
"centerStrength": 0.427083333333333,
|
||||
"repelStrength": 9.47916666666667,
|
||||
"linkStrength": 0.5,
|
||||
"linkDistance": 94,
|
||||
"scale": 0.06165877303407167,
|
||||
"close": true
|
||||
},
|
||||
"openInNewTab": true,
|
||||
"canonicalizePropertiesWithDataview": true,
|
||||
|
||||
35
.obsidian/plugins/featured-image/main.js
vendored
35
.obsidian/plugins/featured-image/main.js
vendored
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/featured-image/manifest.json
vendored
11
.obsidian/plugins/featured-image/manifest.json
vendored
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"id": "featured-image",
|
||||
"name": "Featured Image",
|
||||
"version": "1.2.1",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Automatically sets a featured image property in your notes based on the first image, YouTube link, or Auto Card Link image found in your document.",
|
||||
"author": "Johan Sanneblad",
|
||||
"authorUrl": "https://github.com/johansan",
|
||||
"fundingUrl": "https://buymeacoffee.com/johansan",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
18
.obsidian/plugins/featured-image/styles.css
vendored
18
.obsidian/plugins/featured-image/styles.css
vendored
@@ -1,18 +0,0 @@
|
||||
.featured-image-info {
|
||||
background-color: var(--background-secondary);
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.featured-image-info-text {
|
||||
margin: 0;
|
||||
color: var(--text-muted);
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.thumbnail-settings {
|
||||
padding-left: 1em;
|
||||
border-left: 2px solid var(--background-modifier-border);
|
||||
margin-left: 1em;
|
||||
}
|
||||
7
.obsidian/plugins/jupymd/data.json
vendored
Normal file
7
.obsidian/plugins/jupymd/data.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"autoSync": true,
|
||||
"bidirectionalSync": false,
|
||||
"pythonInterpreter": "python3",
|
||||
"notebookEditorCommand": "jupyter-lab",
|
||||
"enableCodeBlocks": true
|
||||
}
|
||||
237
.obsidian/plugins/jupymd/main.js
vendored
Normal file
237
.obsidian/plugins/jupymd/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/jupymd/manifest.json
vendored
Normal file
10
.obsidian/plugins/jupymd/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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
Normal file
91
.obsidian/plugins/jupymd/styles.css
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
.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;
|
||||
}
|
||||
266
.obsidian/plugins/notebook-navigator/data.json
vendored
266
.obsidian/plugins/notebook-navigator/data.json
vendored
@@ -1,266 +0,0 @@
|
||||
{
|
||||
"startView": "files",
|
||||
"showTooltips": false,
|
||||
"showTooltipPath": true,
|
||||
"homepage": null,
|
||||
"mobileHomepage": null,
|
||||
"useMobileHomepage": false,
|
||||
"autoRevealActiveFile": true,
|
||||
"autoRevealIgnoreRightSidebar": true,
|
||||
"fileVisibility": "documents",
|
||||
"excludedFolders": [],
|
||||
"excludedFiles": [],
|
||||
"dateFormat": "MMM d, yyyy",
|
||||
"timeFormat": "h:mm a",
|
||||
"autoSelectFirstFileOnFocusChange": false,
|
||||
"navigationBanner": null,
|
||||
"showShortcuts": true,
|
||||
"showRecentNotes": true,
|
||||
"recentNotesCount": 5,
|
||||
"autoExpandFoldersTags": false,
|
||||
"collapseBehavior": "all",
|
||||
"smartCollapse": true,
|
||||
"showIcons": true,
|
||||
"colorIconOnly": false,
|
||||
"showNoteCount": true,
|
||||
"separateNoteCounts": true,
|
||||
"navIndent": 16,
|
||||
"navItemHeight": 28,
|
||||
"navItemHeightScaleText": true,
|
||||
"showHiddenItems": false,
|
||||
"showRootFolder": true,
|
||||
"inheritFolderColors": false,
|
||||
"enableFolderNotes": false,
|
||||
"folderNoteType": "markdown",
|
||||
"folderNoteName": "",
|
||||
"folderNoteProperties": [],
|
||||
"hideFolderNoteInList": true,
|
||||
"pinCreatedFolderNote": false,
|
||||
"showTags": true,
|
||||
"showAllTagsFolder": true,
|
||||
"showUntagged": false,
|
||||
"tagSortOrder": "alpha-asc",
|
||||
"hiddenTags": [],
|
||||
"defaultFolderSort": "modified-desc",
|
||||
"listPaneTitle": "header",
|
||||
"multiSelectModifier": "cmdCtrl",
|
||||
"includeDescendantNotes": true,
|
||||
"groupByDate": true,
|
||||
"optimizeNoteHeight": true,
|
||||
"showQuickActions": true,
|
||||
"quickActionRevealInFolder": true,
|
||||
"quickActionPinNote": true,
|
||||
"quickActionOpenInNewTab": true,
|
||||
"useFrontmatterMetadata": false,
|
||||
"frontmatterIconField": "icon",
|
||||
"frontmatterColorField": "color",
|
||||
"frontmatterNameField": "",
|
||||
"frontmatterCreatedField": "",
|
||||
"frontmatterModifiedField": "",
|
||||
"frontmatterDateFormat": "",
|
||||
"saveMetadataToFrontmatter": false,
|
||||
"iconizeFormat": false,
|
||||
"fileNameRows": 1,
|
||||
"showFileDate": true,
|
||||
"showFileTags": true,
|
||||
"showFileTagAncestors": true,
|
||||
"colorFileTags": true,
|
||||
"showFileTagsInSlimMode": false,
|
||||
"showParentFolderNames": true,
|
||||
"showFilePreview": true,
|
||||
"skipHeadingsInPreview": true,
|
||||
"skipCodeBlocksInPreview": true,
|
||||
"previewProperties": [],
|
||||
"previewRows": 2,
|
||||
"showFeatureImage": true,
|
||||
"featureImageProperties": [
|
||||
"thumbnail",
|
||||
"featureResized",
|
||||
"feature"
|
||||
],
|
||||
"forceSquareFeatureImage": true,
|
||||
"useEmbeddedImageFallback": true,
|
||||
"externalIconProviders": {},
|
||||
"searchProvider": "internal",
|
||||
"keyboardShortcuts": {
|
||||
"pane:move-up": [
|
||||
{
|
||||
"key": "ArrowUp",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:move-down": [
|
||||
{
|
||||
"key": "ArrowDown",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:page-up": [
|
||||
{
|
||||
"key": "PageUp",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:page-down": [
|
||||
{
|
||||
"key": "PageDown",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:home": [
|
||||
{
|
||||
"key": "Home",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:end": [
|
||||
{
|
||||
"key": "End",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"navigation:collapse-or-parent": [
|
||||
{
|
||||
"key": "ArrowLeft",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"navigation:expand-or-focus-list": [
|
||||
{
|
||||
"key": "ArrowRight",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"navigation:focus-list": [
|
||||
{
|
||||
"key": "Tab",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"pane:delete-selected": [
|
||||
{
|
||||
"key": "Delete",
|
||||
"modifiers": []
|
||||
},
|
||||
{
|
||||
"key": "Backspace",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"list:focus-navigation": [
|
||||
{
|
||||
"key": "ArrowLeft",
|
||||
"modifiers": []
|
||||
},
|
||||
{
|
||||
"key": "Tab",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"list:focus-editor": [
|
||||
{
|
||||
"key": "ArrowRight",
|
||||
"modifiers": []
|
||||
},
|
||||
{
|
||||
"key": "Tab",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"list:select-all": [
|
||||
{
|
||||
"key": "A",
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
]
|
||||
}
|
||||
],
|
||||
"list:extend-selection-up": [
|
||||
{
|
||||
"key": "ArrowUp",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"list:extend-selection-down": [
|
||||
{
|
||||
"key": "ArrowDown",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"list:range-to-start": [
|
||||
{
|
||||
"key": "Home",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"list:range-to-end": [
|
||||
{
|
||||
"key": "End",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"search:focus-list": [
|
||||
{
|
||||
"key": "Tab",
|
||||
"modifiers": []
|
||||
},
|
||||
{
|
||||
"key": "Enter",
|
||||
"modifiers": []
|
||||
}
|
||||
],
|
||||
"search:focus-navigation": [
|
||||
{
|
||||
"key": "Tab",
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
]
|
||||
}
|
||||
],
|
||||
"search:close": [
|
||||
{
|
||||
"key": "Escape",
|
||||
"modifiers": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"shortcuts": [],
|
||||
"checkForUpdatesOnStart": true,
|
||||
"confirmBeforeDelete": true,
|
||||
"searchActive": false,
|
||||
"customVaultName": "",
|
||||
"pinnedNotes": {},
|
||||
"fileIcons": {},
|
||||
"fileColors": {},
|
||||
"folderIcons": {},
|
||||
"folderColors": {},
|
||||
"folderBackgroundColors": {},
|
||||
"folderSortOverrides": {},
|
||||
"folderAppearances": {},
|
||||
"tagIcons": {},
|
||||
"tagColors": {},
|
||||
"tagBackgroundColors": {},
|
||||
"tagSortOverrides": {},
|
||||
"tagAppearances": {},
|
||||
"recentColors": [],
|
||||
"lastShownVersion": "",
|
||||
"latestKnownRelease": "1.5.5",
|
||||
"lastAnnouncedRelease": "",
|
||||
"lastReleaseCheckAt": 1760962164187,
|
||||
"rootFolderOrder": [],
|
||||
"rootTagOrder": [],
|
||||
"showTagsAboveFolders": false,
|
||||
"showFavoriteTagsFolder": true,
|
||||
"showUntaggedInFavorites": false,
|
||||
"favoriteTags": []
|
||||
}
|
||||
348
.obsidian/plugins/notebook-navigator/main.js
vendored
348
.obsidian/plugins/notebook-navigator/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"id": "notebook-navigator",
|
||||
"name": "Notebook Navigator",
|
||||
"version": "1.6.2",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Replace the default file explorer with a clean two-pane interface featuring folder tree, tag browsing, file previews, keyboard navigation, drag-and-drop, pinned notes, and customizable display options.",
|
||||
"author": "Johan Sanneblad",
|
||||
"authorUrl": "https://github.com/johansan",
|
||||
"fundingUrl": "https://github.com/sponsors/johansan/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
4897
.obsidian/plugins/notebook-navigator/styles.css
vendored
4897
.obsidian/plugins/notebook-navigator/styles.css
vendored
File diff suppressed because it is too large
Load Diff
6
.obsidian/plugins/obsidian-charts/data.json
vendored
6
.obsidian/plugins/obsidian-charts/data.json
vendored
@@ -5,14 +5,12 @@
|
||||
"rgba(255, 206, 86, 1)",
|
||||
"rgba(75, 192, 192, 1)",
|
||||
"rgba(153, 102, 255, 1)",
|
||||
"rgba(255, 159, 64, 1)",
|
||||
"#ffffff",
|
||||
"#ffffff"
|
||||
"rgba(255, 159, 64, 1)"
|
||||
],
|
||||
"contextMenu": true,
|
||||
"imageSettings": {
|
||||
"format": "image/png",
|
||||
"quality": 1
|
||||
},
|
||||
"themeable": false
|
||||
"themeable": true
|
||||
}
|
||||
4664
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
vendored
Normal file
4664
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/obsidian-excalidraw-plugin/main.js
vendored
Normal file
10
.obsidian/plugins/obsidian-excalidraw-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
vendored
Normal file
12
.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "2.16.1",
|
||||
"minAppVersion": "1.5.7",
|
||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||
"author": "Zsolt Viczian",
|
||||
"authorUrl": "https://excalidraw-obsidian.online",
|
||||
"fundingUrl": "https://ko-fi.com/zsolt",
|
||||
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
1
.obsidian/plugins/obsidian-excalidraw-plugin/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-excalidraw-plugin/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -21,5 +21,6 @@
|
||||
"catppuccin-icon-styles@@ctp-icon-hide": false,
|
||||
"catppuccin-pdf@@ctp-seamless-pdf": true,
|
||||
"catppuccin-pdf@@ctp-pdf-darken": true,
|
||||
"catppuccin-pdf@@ctp-pdf-blend": false
|
||||
"catppuccin-pdf@@ctp-pdf-blend": false,
|
||||
"pdf-plus@@pdf-plus-vim-hint-inverted": true
|
||||
}
|
||||
Reference in New Issue
Block a user