initial upload

This commit is contained in:
flo
2025-07-01 12:01:28 +02:00
commit 27c8fd9561
260 changed files with 99376 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"dateFormat": "yyyy-MM-dd'T'HH:mm",
"enableCreateTime": true,
"headerUpdated": "updated",
"headerCreated": "created",
"minMinutesBetweenSaves": 1,
"ignoreGlobalFolder": [],
"ignoreCreatedFolder": [],
"enableExperimentalHash": false,
"fileHashMap": {
"Other/Drucker.md": "159f8439135fc1bad460d2b78aac8bceca119edd5561ac238a91abc6181d5ff3"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
{
"id": "update-time-on-edit",
"name": "Update time on edit",
"version": "2.4.0",
"minAppVersion": "1.4.4",
"description": "Keep front matter in sync with the last edit time",
"author": "@beaussan",
"authorUrl": "https://github.com/beaussan",
"isDesktopOnly": false
}

View File

@ -0,0 +1,17 @@
.time_search {
width: calc(100% - 20px);
}
.update-time-on-edit--settings--warn {
color: #ff5a5a;
}
.update-time-on-edit--bulk-modal .progress-section {
align-items: center;
gap: 1rem;
display: flex;
}
.update-time-on-edit--bulk-modal .progress-section progress {
flex: 1;
}