initial upload
This commit is contained in:
13
.obsidian/plugins/update-time-on-edit/data.json
vendored
Normal file
13
.obsidian/plugins/update-time-on-edit/data.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
6095
.obsidian/plugins/update-time-on-edit/main.js
vendored
Normal file
6095
.obsidian/plugins/update-time-on-edit/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/update-time-on-edit/manifest.json
vendored
Normal file
10
.obsidian/plugins/update-time-on-edit/manifest.json
vendored
Normal 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
|
||||
}
|
||||
17
.obsidian/plugins/update-time-on-edit/styles.css
vendored
Normal file
17
.obsidian/plugins/update-time-on-edit/styles.css
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user