add attachment management plugin
This commit is contained in:
parent
0e45c95ab6
commit
f119a01042
2076
.obsidian/plugins/attachment-management/main.js
vendored
Normal file
2076
.obsidian/plugins/attachment-management/main.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
10
.obsidian/plugins/attachment-management/manifest.json
vendored
Normal file
10
.obsidian/plugins/attachment-management/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"id": "attachment-management",
|
||||||
|
"name": "Attachment Management",
|
||||||
|
"version": "0.9.16",
|
||||||
|
"description": "Customize your attachment path of notes independently with variables and auto rename it on change.",
|
||||||
|
"author": "trganda",
|
||||||
|
"authorUrl": "https://github.com/trganda",
|
||||||
|
"fundingUrl": "https://paypal.me/trganda",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
15
.obsidian/plugins/attachment-management/styles.css
vendored
Normal file
15
.obsidian/plugins/attachment-management/styles.css
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
*/
|
||||||
|
.attach_management_sub_setting {
|
||||||
|
padding-left: 2em;
|
||||||
|
}
|
||||||
|
.attach_management_sub_setting + .attach_management_sub_setting {
|
||||||
|
padding-left: 0;
|
||||||
|
margin-left: 2em;
|
||||||
|
}
|
Loading…
Reference in a new issue