mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
vault backup: 2022-12-12 17:34:00
This commit is contained in:
11
.obsidian/plugins/recent-files-obsidian/data.json
vendored
Normal file
11
.obsidian/plugins/recent-files-obsidian/data.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "202212120002",
|
||||
"path": "202212120002.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
"maxLength": null,
|
||||
"openType": "tab"
|
||||
}
|
||||
406
.obsidian/plugins/recent-files-obsidian/main.js
vendored
Normal file
406
.obsidian/plugins/recent-files-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/recent-files-obsidian/manifest.json
vendored
Normal file
10
.obsidian/plugins/recent-files-obsidian/manifest.json
vendored
Normal 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
|
||||
}
|
||||
33
.obsidian/plugins/recent-files-obsidian/styles.css
vendored
Normal file
33
.obsidian/plugins/recent-files-obsidian/styles.css
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user