Documentation
    Preparing search index...

    Function getTagValues

    • Collect the values (tag[1]) of every item tag with the given name.

      Parameters

      Returns string[]

      The second element of each matching tag (missing values skipped)

      const mutedPubkeys = getTagValues(list.publicItems, 'p');
      const mutedWords = getTagValues(list.publicItems, 'word');