vault backup: 2024-02-17 23:46:44
This commit is contained in:
4
.obsidian/community-plugins.json
vendored
4
.obsidian/community-plugins.json
vendored
@@ -9,7 +9,5 @@
|
|||||||
"periodic-notes",
|
"periodic-notes",
|
||||||
"obsidian-git",
|
"obsidian-git",
|
||||||
"obsidian-quiet-outline",
|
"obsidian-quiet-outline",
|
||||||
"obsidian-tracker",
|
"obsidian-tracker"
|
||||||
"find-unlinked-files",
|
|
||||||
"janitor"
|
|
||||||
]
|
]
|
||||||
63
.obsidian/plugins/janitor/main.js
vendored
63
.obsidian/plugins/janitor/main.js
vendored
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/janitor/manifest.json
vendored
11
.obsidian/plugins/janitor/manifest.json
vendored
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "janitor",
|
|
||||||
"name": "Janitor",
|
|
||||||
"version": "1.0.7",
|
|
||||||
"minAppVersion": "0.15.0",
|
|
||||||
"description": "Performs cleanup tasks on the Obsidian vault",
|
|
||||||
"author": "Gabriele Cannata",
|
|
||||||
"authorUrl": "https://github.com/Canna71",
|
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/gcannata",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
||||||
98
.obsidian/plugins/janitor/styles.css
vendored
98
.obsidian/plugins/janitor/styles.css
vendored
@@ -1,98 +0,0 @@
|
|||||||
/*
|
|
||||||
|
|
||||||
This CSS file will be included with your plugin, and
|
|
||||||
available in the app when your plugin is enabled.
|
|
||||||
|
|
||||||
If your plugin does not need CSS, delete this file.
|
|
||||||
|
|
||||||
*/
|
|
||||||
.janitor-modal-footer {
|
|
||||||
/* float: right; */
|
|
||||||
padding: 10pt;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-modal-footer button {}
|
|
||||||
|
|
||||||
.janitor-modal-footer .janitor-footer-buttons {
|
|
||||||
flex: 1;
|
|
||||||
justify-content: flex-end;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-scan-section-title {
|
|
||||||
font-size: larger;
|
|
||||||
margin-bottom: 5pt;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-modal-title {
|
|
||||||
text-align: center;
|
|
||||||
font-size: 150%;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-file {
|
|
||||||
margin-left: 1em;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-file:hover {
|
|
||||||
background-color: var(--background-primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.janitor-file .openFileIcon {
|
|
||||||
right: 0px;
|
|
||||||
position: absolute;
|
|
||||||
/* cursor: pointer; */
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-file label {
|
|
||||||
width: 100%;
|
|
||||||
/* cursor: pointer; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-file:hover .openFileIcon {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-file:focus {
|
|
||||||
outline: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-scan-results {
|
|
||||||
overflow-y: auto;
|
|
||||||
max-height:250px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-files-wrapper {
|
|
||||||
/* overflow-y: auto; */
|
|
||||||
/* max-height: 180px; */
|
|
||||||
/* border: 1px solid; */
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-date-picker {
|
|
||||||
padding: 5px;;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-date-picker label span {
|
|
||||||
margin-right: 1em;;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.janitor-date-picker-buttons {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-date-shortcuts {
|
|
||||||
white-space: nowrap;
|
|
||||||
margin-top: 1em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.janitor-date-shortcuts .janitor-date-picker-buttons {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user