First init.
This commit is contained in:
19
.obsidian/plugins/attachment-management/data.json
vendored
Normal file
19
.obsidian/plugins/attachment-management/data.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"language": "en",
|
||||
"attachPath": {
|
||||
"attachmentRoot": "",
|
||||
"saveAttE": "obsFolder",
|
||||
"attachmentPath": "${notepath}/${notename}",
|
||||
"attachFormat": "IMG-${date}",
|
||||
"type": "GLOBAL"
|
||||
},
|
||||
"dateFormat": "YYYYMMDDHHmmssSSS",
|
||||
"excludeExtensionPattern": "",
|
||||
"autoRenameAttachment": true,
|
||||
"excludedPaths": "",
|
||||
"excludePathsArray": [],
|
||||
"excludeSubpaths": false,
|
||||
"originalNameStorage": [],
|
||||
"overridePath": {},
|
||||
"disableNotification": false
|
||||
}
|
||||
2527
.obsidian/plugins/attachment-management/main.js
vendored
Normal file
2527
.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.10.0",
|
||||
"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;
|
||||
}
|
||||
Reference in New Issue
Block a user