Initial commit
This commit is contained in:
47
.obsidian/plugins/recent-files-obsidian/data.json
vendored
Normal file
47
.obsidian/plugins/recent-files-obsidian/data.json
vendored
Normal 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"
|
||||
}
|
417
.obsidian/plugins/recent-files-obsidian/main.js
vendored
Normal file
417
.obsidian/plugins/recent-files-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
16
.obsidian/plugins/recent-files-obsidian/manifest.json
vendored
Normal file
16
.obsidian/plugins/recent-files-obsidian/manifest.json
vendored
Normal 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"
|
||||
}
|
31
.obsidian/plugins/recent-files-obsidian/styles.css
vendored
Normal file
31
.obsidian/plugins/recent-files-obsidian/styles.css
vendored
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user