Initial commit

This commit is contained in:
Nicolai.vanderstorm - DSV
2024-05-21 15:51:11 +02:00
commit 5d48341cc7
326 changed files with 324847 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
{
"recentFiles": [
{
"basename": "README.md",
"path": "README.md.md"
},
{
"basename": "20240416",
"path": "06 - Daily/20240416.md"
},
{
"basename": "20240410",
"path": "06 - Daily/20240410.md"
},
{
"basename": "Placeholder",
"path": "02 - Areas/Recepies/Placeholder.md"
},
{
"basename": "(TEMPLATE) Unique",
"path": "99 - Meta/00 - Templates/(TEMPLATE) Unique.md"
},
{
"basename": "(TEMPLATE) Daily",
"path": "99 - Meta/00 - Templates/(TEMPLATE) Daily.md"
},
{
"basename": "Home",
"path": "Home.md"
},
{
"basename": "202404081935 General Tweaks CSS Classes",
"path": "99 - Meta/Preloaded Classes/202404081935 General Tweaks CSS Classes.md"
},
{
"basename": "202404081932 Notebook CSS Classes",
"path": "99 - Meta/Preloaded Classes/202404081932 Notebook CSS Classes.md"
},
{
"basename": "Placeholder",
"path": "00 - Maps of Content/Placeholder.md"
}
],
"omittedPaths": [],
"maxLength": null,
"openType": "tab"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
{
"id": "recent-files-obsidian",
"name": "Recent Files",
"version": "1.3.10",
"minAppVersion": "0.16.3",
"description": "List files by most recently opened",
"author": "Tony Grosinger",
"authorUrl": "https://grosinger.net",
"isDesktopOnly": false,
"fundingUrl": {
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
"Paypal": "https://paypal.me/tgrosinger"
},
"donation": "https://buymeacoffee.com/tgrosinger"
}

View File

@@ -0,0 +1,31 @@
.recent-files-title {
justify-content: space-between;
align-items: unset;
}
.recent-files-title-content {
flex-grow: 1;
}
.recent-files-file-delete {
display: none;
}
.recent-files-title:hover .recent-files-file-delete {
display: flex;
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;
}