mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update Commands.ts
This commit is contained in:
parent
4f018a9158
commit
f73515245c
1 changed files with 0 additions and 2 deletions
|
|
@ -320,8 +320,6 @@ export class Commands {
|
|||
// item.setTitle('Manage excluded folder')
|
||||
// .setIcon('settings-2')
|
||||
// .onClick(() => {
|
||||
// console.log('excludedFolder', excludedFolder)
|
||||
// console.log('2', getExcludedFolder(this.plugin, file.path, false))
|
||||
// if (excludedFolder instanceof ExcludedFolder) {
|
||||
// new ExcludedFolderSettings(this.plugin.app, this.plugin, excludedFolder).open();
|
||||
// } else if (excludedFolder instanceof ExcludePattern) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue