pipes-digital / pipes

Repository for Pipes
https://pipes.digital
GNU Affero General Public License v3.0
264 stars 21 forks source link

Reuse data manipulation blocks in different pipes #100

Open anewuser opened 2 years ago

anewuser commented 2 years ago

Currently, if a user has two or more pipes that use, for example, the same exact category filters or replace blocks, the user needs to manually edit all those pipes every time the blocks require an update.

Similarly, if a user has added identical Truncate blocks to several pipes and needs to temporarily change the number of items per pipe, all the pipes will have to be edited twice.

Ideally, it would be possible to somehow edit a reusable data manipulation block ( Filter, Replace, Truncate, and Shorten ) just once to apply the change to all pipes that use it.