vault backup: 2023-02-19 15:44:22
This commit is contained in:
7
.obsidian/plugins/oz-clear-unused-images/data.json
vendored
Normal file
7
.obsidian/plugins/oz-clear-unused-images/data.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"deleteOption": ".trash",
|
||||
"logsModal": true,
|
||||
"excludedFolders": "",
|
||||
"ribbonIcon": true,
|
||||
"excludeSubfolders": false
|
||||
}
|
||||
2
.obsidian/plugins/oz-clear-unused-images/main.js
vendored
Normal file
2
.obsidian/plugins/oz-clear-unused-images/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/oz-clear-unused-images/manifest.json
vendored
Normal file
10
.obsidian/plugins/oz-clear-unused-images/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "oz-clear-unused-images",
|
||||
"name": "Clear Unused Images",
|
||||
"version": "1.1.0",
|
||||
"minAppVersion": "0.11.13",
|
||||
"description": "Clear the images that you are not using anymore in your markdown notes to save space.",
|
||||
"author": "Ozan",
|
||||
"authorUrl": "https://www.ozan.pl",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
10
.obsidian/plugins/oz-clear-unused-images/styles.css
vendored
Normal file
10
.obsidian/plugins/oz-clear-unused-images/styles.css
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
.unused-images-logs {
|
||||
margin-bottom: 13px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.unused-images-center-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
Reference in New Issue
Block a user