vault backup: 2025-08-25 17:26:13

This commit is contained in:
2025-08-25 17:26:14 -04:00
parent 92c7eda666
commit b7b6657435
9 changed files with 4566 additions and 28 deletions
+2 -1
View File
@@ -11,5 +11,6 @@
"obsidian-hover-editor",
"quickadd",
"recent-files-obsidian",
"obsidian-spaced-repetition"
"obsidian-spaced-repetition",
"image-converter"
]
+349
View File
@@ -0,0 +1,349 @@
{
"folderPresets": [
{
"type": "DEFAULT",
"name": "Default (Obsidian setting)"
},
{
"type": "ROOT",
"name": "Root folder"
},
{
"type": "CURRENT",
"name": "Same folder as current note"
}
],
"selectedFolderPreset": "Default (Obsidian setting)",
"filenamePresets": [
{
"name": "Keep original name",
"customTemplate": "{imagename}",
"skipRenamePatterns": "",
"conflictResolution": "increment"
},
{
"name": "NoteName-Timestamp",
"customTemplate": "{notename}-{timestamp}",
"skipRenamePatterns": "",
"conflictResolution": "increment"
}
],
"selectedFilenamePreset": "Keep original name",
"outputFormat": "NONE",
"quality": 100,
"colorDepth": 1,
"pngquantQuality": "65-80",
"ffmpegExecutablePath": "",
"ffmpegCrf": 23,
"ffmpegPreset": "medium",
"resizeMode": "None",
"desiredWidth": 800,
"desiredHeight": 600,
"desiredLongestEdge": 1000,
"enlargeOrReduce": "Auto",
"allowLargerFiles": false,
"showPresetModal": {
"folder": false,
"filename": false
},
"subfolderTemplate": "",
"conversionPresets": [
{
"name": "None",
"outputFormat": "NONE",
"quality": 100,
"colorDepth": 1,
"resizeMode": "None",
"desiredWidth": 800,
"desiredHeight": 600,
"desiredLongestEdge": 1000,
"enlargeOrReduce": "Auto",
"allowLargerFiles": false,
"skipConversionPatterns": "",
"pngquantExecutablePath": "",
"pngquantQuality": "65-80",
"ffmpegExecutablePath": "",
"ffmpegCrf": 23,
"ffmpegPreset": "medium"
},
{
"name": "WEBP (75, no resizing)",
"outputFormat": "WEBP",
"quality": 75,
"colorDepth": 1,
"resizeMode": "None",
"desiredWidth": 800,
"desiredHeight": 600,
"desiredLongestEdge": 1000,
"enlargeOrReduce": "Auto",
"allowLargerFiles": false,
"skipConversionPatterns": "",
"pngquantExecutablePath": "",
"pngquantQuality": "65-80",
"ffmpegExecutablePath": "",
"ffmpegCrf": 23,
"ffmpegPreset": "medium"
},
{
"name": "PNGQUANT (65-80, no resizing)",
"outputFormat": "PNGQUANT",
"quality": 75,
"colorDepth": 1,
"resizeMode": "None",
"desiredWidth": 800,
"desiredHeight": 600,
"desiredLongestEdge": 1000,
"enlargeOrReduce": "Auto",
"allowLargerFiles": false,
"skipConversionPatterns": "",
"pngquantExecutablePath": "",
"pngquantQuality": "65-80",
"ffmpegExecutablePath": "",
"ffmpegCrf": 23,
"ffmpegPreset": "medium"
}
],
"selectedConversionPreset": "PNGQUANT (65-80, no resizing)",
"globalPresets": [
{
"name": "WebP 75",
"folderPreset": "Default (Obsidian setting)",
"filenamePreset": "NoteName-Timestamp",
"conversionPreset": "WEBP (75, no resizing)",
"linkFormatPreset": "Default (Wikilink, Shortest)",
"resizePreset": "Default (No Resize)"
}
],
"selectedGlobalPreset": "",
"linkFormatSettings": {
"linkFormatPresets": [
{
"name": "Default (Wikilink, Shortest)",
"linkFormat": "wikilink",
"pathFormat": "shortest",
"prependCurrentDir": false,
"hideFolders": false
},
{
"name": "Markdown, Relative",
"linkFormat": "markdown",
"pathFormat": "relative",
"prependCurrentDir": true,
"hideFolders": false
}
],
"selectedLinkFormatPreset": "Default (Wikilink, Shortest)"
},
"nonDestructiveResizeSettings": {
"resizePresets": [
{
"name": "Default (No Resize)",
"resizeDimension": "none",
"resizeScaleMode": "auto",
"respectEditorMaxWidth": true,
"maintainAspectRatio": true,
"resizeUnits": "pixels"
},
{
"name": "Width 500px",
"resizeDimension": "width",
"width": 500,
"resizeScaleMode": "auto",
"respectEditorMaxWidth": true,
"maintainAspectRatio": true,
"resizeUnits": "pixels"
},
{
"name": "Height 800px",
"resizeDimension": "height",
"height": 800,
"resizeScaleMode": "auto",
"respectEditorMaxWidth": true,
"maintainAspectRatio": true,
"resizeUnits": "pixels"
},
{
"name": "50% Width",
"resizeDimension": "width",
"width": 50,
"resizeScaleMode": "auto",
"respectEditorMaxWidth": true,
"maintainAspectRatio": true,
"resizeUnits": "percentage"
},
{
"name": "Longest Edge 1000px",
"resizeDimension": "longest-edge",
"longestEdge": 1000,
"resizeScaleMode": "auto",
"respectEditorMaxWidth": true,
"maintainAspectRatio": true,
"resizeUnits": "pixels"
},
{
"name": "Fit Editor",
"resizeDimension": "editor-max-width",
"resizeScaleMode": "auto",
"respectEditorMaxWidth": true,
"maintainAspectRatio": true,
"resizeUnits": "pixels"
},
{
"name": "Original Width",
"resizeDimension": "original-width",
"resizeScaleMode": "auto",
"respectEditorMaxWidth": false,
"maintainAspectRatio": true,
"resizeUnits": "pixels"
},
{
"name": "Custom (Distort)",
"resizeDimension": "both",
"customValue": "300x100",
"resizeScaleMode": "auto",
"respectEditorMaxWidth": false,
"maintainAspectRatio": false,
"resizeUnits": "pixels"
}
],
"selectedResizePreset": "Width 500px"
},
"resizeCursorLocation": "none",
"dropPasteCursorLocation": "back",
"neverProcessFilenames": "",
"modalBehavior": "never",
"singleImageModalSettings": {
"conversionPresetName": "PNGQUANT (65-80, no resizing)",
"outputFormat": "PNG",
"quality": 100,
"colorDepth": 1,
"resizeMode": "Width",
"desiredWidth": 500,
"desiredHeight": 600,
"desiredLongestEdge": 1000,
"enlargeOrReduce": "Auto",
"allowLargerFiles": false,
"pngquantExecutablePath": "",
"pngquantQuality": "65-80",
"ffmpegExecutablePath": "",
"ffmpegCrf": 23,
"ffmpegPreset": "medium"
},
"ProcessCurrentNoteconvertTo": "webp",
"ProcessCurrentNotequality": 0.75,
"ProcessCurrentNoteResizeModalresizeMode": "None",
"ProcessCurrentNoteresizeModaldesiredWidth": 600,
"ProcessCurrentNoteresizeModaldesiredHeight": 800,
"ProcessCurrentNoteresizeModaldesiredLength": 800,
"ProcessCurrentNoteskipImagesInTargetFormat": false,
"ProcessCurrentNoteEnlargeOrReduce": "Always",
"ProcessCurrentNoteSkipFormats": "tif,tiff,heic",
"ProcessAllVaultconvertTo": "disabled",
"ProcessAllVaultquality": 0.75,
"ProcessAllVaultResizeModalresizeMode": "None",
"ProcessAllVaultResizeModaldesiredWidth": 500,
"ProcessAllVaultResizeModaldesiredHeight": 500,
"ProcessAllVaultResizeModaldesiredLength": 500,
"ProcessAllVaultEnlargeOrReduce": "Always",
"ProcessAllVaultSkipFormats": "",
"ProcessAllVaultskipImagesInTargetFormat": false,
"annotationPresets": {
"drawing": [
{
"color": "#000000",
"opacity": 1,
"blendMode": "source-over",
"size": 2
},
{
"color": "#000000",
"opacity": 1,
"blendMode": "source-over",
"size": 2
},
{
"color": "#000000",
"opacity": 1,
"blendMode": "source-over",
"size": 2
}
],
"arrow": [
{
"color": "#000000",
"opacity": 1,
"blendMode": "source-over",
"size": 8
},
{
"color": "#000000",
"opacity": 1,
"blendMode": "source-over",
"size": 8
},
{
"color": "#000000",
"opacity": 1,
"blendMode": "source-over",
"size": 8
}
],
"text": [
{
"color": "#000000",
"opacity": 1,
"blendMode": "source-over",
"size": 24,
"backgroundColor": "transparent",
"backgroundOpacity": 0.7
},
{
"color": "#000000",
"opacity": 1,
"blendMode": "source-over",
"size": 24,
"backgroundColor": "transparent",
"backgroundOpacity": 0.7
},
{
"color": "#000000",
"opacity": 1,
"blendMode": "source-over",
"size": 24,
"backgroundColor": "transparent",
"backgroundOpacity": 0.7
}
]
},
"isImageAlignmentEnabled": true,
"imageAlignment_cacheCleanupInterval": 3600000,
"imageAlignment_cacheLocation": "plugin",
"isDragResizeEnabled": true,
"isScrollResizeEnabled": true,
"isDragAspectRatioLocked": false,
"isResizeInReadingModeEnabled": false,
"resizeSensitivity": 0.1,
"scrollwheelModifier": "Shift",
"isImageResizeEnbaled": true,
"resizeState": {
"isResizing": false
},
"enableContextMenu": true,
"showSpaceSavedNotification": true,
"revertToOriginalIfLarger": false,
"enableImageCaptions": true,
"skipCaptionExtensions": "icns",
"captionFontSize": "var(--font-smaller)",
"captionColor": "var(--text-gray)",
"captionFontStyle": "italic",
"captionBackgroundColor": "transparent",
"captionPadding": "2px 4px",
"captionBorderRadius": "0",
"captionOpacity": "1",
"captionFontWeight": "normal",
"captionTextTransform": "none",
"captionLetterSpacing": "normal",
"captionBorder": "none",
"captionMarginTop": "4px",
"captionAlignment": "center"
}
@@ -0,0 +1 @@
{}
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "image-converter",
"name": "Image Converter",
"version": "1.3.15",
"minAppVersion": "0.15.0",
"description": "Convert, compress, resize, annotate, markup, draw, crop, rotate, flip, align images directly in Obsidian. Drag-resize, rename with variables, batch process. WEBP, JPG, PNG, HEIC, TIF.",
"author": "xRyul",
"authorUrl": "https://github.com/xryul",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/xryul"
}
File diff suppressed because it is too large Load Diff
+22 -26
View File
@@ -1,21 +1,41 @@
{
"recentFiles": [
{
"basename": "README",
"path": "README.md"
},
{
"basename": "subfeeds",
"path": "subfeeds.md"
},
{
"basename": "burndy_AYP300",
"path": "Assets/subfeeds/burndy_AYP300.png"
},
{
"basename": "full-takeoff",
"path": "full-takeoff.md"
},
{
"basename": "feeders",
"path": "feeders.md"
"basename": "units",
"path": "units.md"
},
{
"basename": "systems",
"path": "systems.md"
},
{
"basename": "breakdowns",
"path": "breakdowns.md"
},
{
"basename": "bpm-award-analysis",
"path": "bpm-award-analysis.md"
},
{
"basename": "feeders",
"path": "feeders.md"
},
{
"basename": "automating-email",
"path": "automating-email.md"
@@ -32,14 +52,6 @@
"basename": "accubid-setup",
"path": "accubid-setup.md"
},
{
"basename": "README",
"path": "README.md"
},
{
"basename": "bpm-award-analysis",
"path": "bpm-award-analysis.md"
},
{
"basename": "blank-system",
"path": "blank-system.md"
@@ -148,10 +160,6 @@
"basename": "estimating-philosophy",
"path": "estimating-philosophy.md"
},
{
"basename": "units",
"path": "units.md"
},
{
"basename": "fire-alarm",
"path": "fire-alarm.md"
@@ -187,18 +195,6 @@
{
"basename": "standalone-systems",
"path": "standalone-systems.md"
},
{
"basename": "lighting-controls",
"path": "lighting-controls.md"
},
{
"basename": "fixtures",
"path": "fixtures.md"
},
{
"basename": "fixture-designations",
"path": "fixture-designations.md"
}
],
"omittedPaths": [],
Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

+32 -1
View File
@@ -45,7 +45,38 @@ tags:
3. Assign material to lengths and apply Voltage drop if applicable
4. Pigtails and Wireway Troughs if applicable
4. Pigtail Adaptors and Wireway Troughs if applicable
#### Pigtail Adaptors
![[burndy_AYP300.png]]
Pigtail adaptors are used where feeder wires exceed the range of panel lugs.
| Load Center Size | Max Feeder Size |
| ---------------- | --------------- |
| 100A | 2/0 AWG |
| 125A | 3/0 AWG |
| 225A | 300 kcmil |
| 400A | 500 kcmil |
`ITEM DATABASE`/`WIRE & CABLE ACCESSORIES`/`WIRE LUGS & SPLICING`/`PIGTAIL ADAPTORS...`/`ADAPTOR STRAIGHT PIGTAIL - ...`
> [!info]
> "Pigtail adaptor" is the most common name and spelling for the device,
> however it's something of a misnomer, having nothing to do with pigtails
> (a short length of wire),
> the name likely stemming from the device being used in lieu of a pigtail.
#### Meter Center Troughs
Only for PVC subfeeds where we own voltage drop.
- `Area` = "Typical - Building Levels With Meter Centers"
- `System` = "Electrical"
- `Phase` = "Sub Feeders"
`ITEM DATABASE`/`DISTRIBUTION`/`BUDGET ITEMS $ & LBR`/`METER CENTER WIRE TROUGH ($400/E)`
### 3. Extension (Review and Checking)