add allow list mode

This commit is contained in:
fyears
2024-09-01 16:48:35 +08:00
parent e9b9cd97ac
commit b2dea5a351
8 changed files with 79 additions and 7 deletions
+1
View File
@@ -173,6 +173,7 @@ export interface RemotelySavePluginSettings {
agreeToUseSyncV3?: boolean;
skipSizeLargerThan?: number;
ignorePaths?: string[];
onlyAllowPaths?: string[];
enableStatusBarInfo?: boolean;
deleteToWhere?: "system" | "obsidian";
conflictAction?: ConflictActionType;