Ready to start adding computers
This commit is contained in:
Vendored
+1
-1
@@ -17,6 +17,6 @@
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 1,
|
||||
"scale": 0.33689025984950866,
|
||||
"close": true
|
||||
}
|
||||
Vendored
+29
@@ -969,6 +969,35 @@
|
||||
"fileExistsBehavior": {
|
||||
"kind": "prompt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "378286b0-d277-482b-96b3-16a711b82429",
|
||||
"name": "Create⸬Hardware⸬Computer",
|
||||
"type": "Template",
|
||||
"command": false,
|
||||
"templatePath": "99 Toolkit/Templates/Computer-Related/Computer.md",
|
||||
"fileNameFormat": {
|
||||
"enabled": false,
|
||||
"format": ""
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
"folders": [],
|
||||
"chooseWhenCreatingNote": false,
|
||||
"createInSameFolderAsActiveFile": true,
|
||||
"chooseFromSubfolders": false
|
||||
},
|
||||
"appendLink": false,
|
||||
"openFile": true,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"mode": "default",
|
||||
"focus": true
|
||||
},
|
||||
"fileExistsBehavior": {
|
||||
"kind": "prompt"
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputPrompt": "single-line",
|
||||
|
||||
+6
-6
@@ -78965,8 +78965,8 @@
|
||||
},
|
||||
{
|
||||
"firstUsed": "2026-07-30T13:10:53.976Z",
|
||||
"lastUsed": "2026-07-30T13:10:53.976Z",
|
||||
"useCount": 1,
|
||||
"lastUsed": "2026-07-30T15:51:08.457Z",
|
||||
"useCount": 2,
|
||||
"codepoint": "Ω"
|
||||
},
|
||||
{
|
||||
@@ -78977,8 +78977,8 @@
|
||||
},
|
||||
{
|
||||
"firstUsed": "2026-07-24T09:44:13.731Z",
|
||||
"lastUsed": "2026-07-24T09:44:13.731Z",
|
||||
"useCount": 1,
|
||||
"lastUsed": "2026-07-30T15:50:55.280Z",
|
||||
"useCount": 2,
|
||||
"codepoint": "➹"
|
||||
},
|
||||
{
|
||||
@@ -78989,8 +78989,8 @@
|
||||
},
|
||||
{
|
||||
"firstUsed": "2026-07-23T18:48:07.249Z",
|
||||
"lastUsed": "2026-07-23T18:59:48.656Z",
|
||||
"useCount": 2,
|
||||
"lastUsed": "2026-07-30T15:50:40.877Z",
|
||||
"useCount": 3,
|
||||
"codepoint": "→"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
<%*
|
||||
let hostname = await tp.system.prompt("Hostname");
|
||||
let description = await tp.system.prompt("Description");
|
||||
-%>
|
||||
---
|
||||
Structure: Hardware⸬Computer
|
||||
Hostname: <% hostname %>
|
||||
IP Address:
|
||||
VPN IP Address:
|
||||
CPU:
|
||||
CPU Cooler:
|
||||
RAM:
|
||||
Motherboard:
|
||||
GPU:
|
||||
NIC:
|
||||
PSU:
|
||||
Case:
|
||||
RAID: false
|
||||
RAID Card/HBA:
|
||||
Disks: See disks section of this note
|
||||
DAP: false
|
||||
PDA1000: false
|
||||
resolver: false
|
||||
UPS:
|
||||
OS:
|
||||
Software:
|
||||
Location:
|
||||
Description: <% description %>
|
||||
Notes:
|
||||
Last Maintenance Date:
|
||||
Last Update Date:
|
||||
---
|
||||
# <% hostname %>
|
||||
> [!warning] <%description %>
|
||||
|
||||
## Disks
|
||||
|
||||
## Hardware History
|
||||
**Originally Built:**
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
| | Name | Code | Notes |
|
||||
| --- | ---------------------------- | ------ | ----- |
|
||||
| ⸬ | Squared Four Dot Punctuation | U+2E2C | |
|
||||
| | Name | Code | Notes |
|
||||
| --- | -------------------------------------- | ------ | ----- |
|
||||
| ⸬ | Squared Four Dot Punctuation | U+2E2C | |
|
||||
| → | Rightwards Arrow | | |
|
||||
| ➹ | Heavy black-feathered north east arrow | | |
|
||||
| Ω | Ohm sign | | |
|
||||
|
||||
Reference in New Issue
Block a user