Show a linear list of actions and filters
-
When one chooses to display both actions and filters then there’s a list but it’s not linear. This makes it very hard to copy somewhere and work on it.
How about a way to present a linear list? So far I’ve been copying the unorganized list out and replacing /\s([FA]\s)/g with \r\n$1.
Separation of actions and filters is another issue.
To get only filters so far I’ve been replacing /\nF\s.+\n/g with blanks if I want just actions, and vice versa.
- The topic ‘Show a linear list of actions and filters’ is closed to new replies.