Hi, I am using your fork. Glad that Gnote/Tomboy plugin working again.
Kupfer (https://github.com/skpdvdd/KupferRecursiveDirectories) has a nice plugin which let you search folders recursively with a specific search depth defined. You can also blacklist folders like .git, .svn, vendor etc. User can configure those option in plugin preference. For example:
Directories
Blacklist
~/Documents:5; ~/Projects:2
.git; .svn; vendor
Where 5, 2 denotes search depth. It would be great if we can have similar plugin for synapse.
Thanks.
Hi, I am using your fork. Glad that Gnote/Tomboy plugin working again.
Kupfer (https://github.com/skpdvdd/KupferRecursiveDirectories) has a nice plugin which let you search folders recursively with a specific search depth defined. You can also blacklist folders like .git, .svn, vendor etc. User can configure those option in plugin preference. For example:
Where
5
,2
denotes search depth. It would be great if we can have similar plugin for synapse. Thanks.