Skip to content

multiple layer names

Compare
Choose a tag to compare
@rockitbaby rockitbaby released this 04 Jul 11:03
· 20 commits to master since this release
  • fixes a bug, that breaks old behaviour of plugin where settings do not end with ,

this update allows you to specify multiple layer names to search for, separate names by comma `,``

e.g.: bounds*,specs*,idea

will toggle

  • all layers, whose name start with 'bounds', like 'bounds', 'bounds 1', 'boundsdefinition'
  • all layers, whose name start with 'specs',
  • all layers, whose name literarily matches 'idea',