Quartz sync: Jul 9, 2026, 12:57 AM

This commit is contained in:
Pax
2026-07-09 00:57:41 -04:00
parent 9be061ff8f
commit 6db8955e2f
18 changed files with 2489 additions and 11 deletions

117
.obsidian/plugins/make-md/data.json vendored Normal file
View File

@@ -0,0 +1,117 @@
{
"newNotePlaceholder": "Untitled",
"defaultInitialization": false,
"navigatorEnabled": true,
"filePreviewOnHover": false,
"blinkEnabled": true,
"datePickerTime": false,
"imageThumbnails": false,
"noteThumbnails": false,
"spacesMDBInHidden": true,
"cacheIndex": true,
"spacesRightSplit": false,
"contextEnabled": true,
"spaceViewEnabled": true,
"saveAllContextToFrontmatter": true,
"autoOpenFileContext": false,
"activeView": "/",
"hideFrontmatter": true,
"activeSpace": "",
"defaultDateFormat": "MMM dd yyyy",
"defaultTimeFormat": "h:mm a",
"spacesEnabled": true,
"syncFormulaToFrontmatter": true,
"spacesPerformance": false,
"currentWaypoint": 1,
"enableFolderNote": true,
"folderIndentationLines": true,
"revealActiveFile": false,
"spacesStickers": true,
"spaceRowHeight": 29,
"mobileSpaceRowHeight": 40,
"bannerHeight": 200,
"spacesDisablePatch": false,
"folderNoteInsideFolder": true,
"folderNoteName": "",
"sidebarTabs": true,
"showRibbon": true,
"vaultSelector": true,
"deleteFileOption": "trash",
"expandedSpaces": [
"/",
"//content",
"content",
"content/content/thoughts",
"content/content/tv",
"content/content/movies",
"content/content/hopefully helpful",
"content/content/assets"
],
"expandFolderOnClick": true,
"spacesFolder": "Tags",
"suppressedWarnings": [],
"spaceSubFolder": ".space",
"hiddenFiles": [],
"hiddenExtensions": [
".mdb",
"_assets",
"_blocks"
],
"inlineBacklinks": false,
"inlineContext": true,
"inlineBacklinksExpanded": false,
"inlineContextExpanded": true,
"inlineContextProperties": true,
"inlineContextSectionsExpanded": true,
"banners": true,
"inlineContextNameLayout": "vertical",
"spacesUseAlias": false,
"fmKeyAlias": "aliases",
"fmKeyBanner": "banner",
"fmKeyColor": "color",
"fmKeyBannerOffset": "banner_y",
"fmKeySticker": "sticker",
"openSpacesOnLaunch": true,
"indexSVG": false,
"readableLineWidth": true,
"autoAddContextsToSubtags": true,
"releaseNotesPrompt": 0.999,
"enableDefaultSpaces": true,
"showSpacePinIcon": true,
"experimental": false,
"systemName": "paxad",
"defaultSpaceTemplate": "",
"selectedKit": "default",
"actionMaxSteps": 100,
"contextPagination": 25,
"skipFolders": [],
"skipFolderNames": [],
"enhancedLogs": false,
"basics": true,
"basicsSettings": {
"flowMenuEnabled": true,
"markSans": false,
"makeMenuPlaceholder": true,
"mobileMakeBar": false,
"mobileSidepanel": false,
"inlineStyler": true,
"inlineStylerColors": false,
"inlineStylerSelectedPalette": "",
"editorFlow": true,
"internalLinkClickFlow": false,
"internalLinkSticker": false,
"editorFlowStyle": "minimal",
"menuTriggerChar": "/",
"inlineStickerMenu": true,
"emojiTriggerChar": ":",
"flowState": false
},
"firstLaunch": true,
"notesPreview": false,
"editStickerInSidebar": true,
"overrideNativeMenu": false,
"onboardingCompleted": false,
"contextCreateUseModal": false,
"homepagePath": "",
"mobileMakeHeader": false
}

1205
.obsidian/plugins/make-md/main.js vendored Normal file

File diff suppressed because one or more lines are too long

10
.obsidian/plugins/make-md/manifest.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"id": "make-md",
"name": "make.md",
"version": "1.3.4",
"minAppVersion": "0.16.0",
"description": "make.md gives you everything you need to organize and personalize your notes.",
"author": "make.md",
"authorUrl": "https://www.make.md",
"isDesktopOnly": false
}

1
.obsidian/plugins/make-md/styles.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "2.25.2",
"minAppVersion": "1.8.7",
"description": "Sketch Your Mind. Edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
"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
}

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
{
"retroma-obsidian-theme@@theme-font-selection": "retroma-font-w95font",
"retroma-obsidian-theme@@theme-font-selection": "default",
"retroma-obsidian-theme@@theme-color-scheme-selection": "cs-monochromatic-colors",
"retroma-obsidian-theme@@theme-variant": "Groovy",
"retroma-obsidian-theme@@window-border-radius": "6px",