vault backup: 2022-12-12 00:38:54

This commit is contained in:
Bram Adams
2022-12-12 00:38:54 -06:00
parent d396330baf
commit f2f26968ec
20 changed files with 3185 additions and 36 deletions

View File

@@ -0,0 +1,6 @@
{
"timeStampFormat": "hh:mm:ss",
"dateStampFormat": "YYYYMMDDHHmm",
"lastFormat": "",
"newLine": false
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"author": "Martin Eder",
"authorUrl": "https://www.gruware.org",
"description": "Insert customized time/date stamp.",
"id": "obsidian-timestamper",
"isDesktopOnly": false,
"minAppVersion": "0.12.17",
"name": "TimeStamper",
"version": "1.3.0"
}

View File

@@ -0,0 +1,33 @@
.timestamper-modal .modal-content .row {
display: flex;
align-items: center;
width: 100%;
}
.timestamper-modal .modal-content .row .input-label {
display: flex;
justify-content: flex-end;
height: 100%;
}
.timestamper-modal .modal-content .row .input-wrapper {
display: flex;
align-items: center;
height: 100%;
width: 100%;
margin: 0;
}
.timestamper-modal .modal-content .row .input-wrapper input {
width: 100%;
}
.timestamper-modal .modal-content .button-wrapper {
display: flex;
justify-content: center;
width: 100%;
margin-top: 24px;
}