vault backup: 2022-12-12 17:34:00

This commit is contained in:
Bram Adams
2022-12-12 17:34:00 -06:00
parent f2f26968ec
commit 21107d4bdc
11 changed files with 970 additions and 22 deletions

View File

@@ -0,0 +1,11 @@
{
"recentFiles": [
{
"basename": "202212120002",
"path": "202212120002.md"
}
],
"omittedPaths": [],
"maxLength": null,
"openType": "tab"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "recent-files-obsidian",
"name": "Recent Files",
"version": "1.3.5",
"minAppVersion": "0.16.3",
"description": "List files by most recently opened",
"author": "Tony Grosinger",
"authorUrl": "https://grosinger.net",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,33 @@
.recent-files-title {
display: flex;
justify-content: space-between;
}
.recent-files-title-content {
flex-grow: 1;
}
.recent-files-file-delete {
display: none;
color: var(--nav-item-color);
height: 17px;
}
.recent-files-title:hover .recent-files-file-delete {
display: block;
cursor: pointer;
}
.recent-files-file-delete:hover {
color: var(--nav-item-color-hover);
}
.recent-files-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.recent-files-donate-button {
margin: 10px;
}