vault backup: 2025-12-15 06:18:05

This commit is contained in:
2025-12-15 06:18:05 -05:00
parent 41615082c0
commit 61dad623bf
2 changed files with 79 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
id:
aliases: []
title: 2025-12-14
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/daily
---
# 2025-12-14
## 2025-12-14 09:52
```
# hard wrap text
$newText = $text -replace '^(.{60,80})\s', "`$1`n"
```