Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column

Regex selection

Description

Using space and attachment selection.

  • Use @self special value for spaceRegex parameter to match on all attachment in this space.
  • Use .*png|.*jpg to match on attachments whose name ends in png or jpg.
Example image
Macro browser
Wiki
{attachment-table:spaceRegex=@self|attachmentRegex=.*png|.*jpg}} 

- wiki is more limited on parameter values, in this case, | (pipe - used for regex or)is a reserved character so cannot be used