awesome icon indicating copy to clipboard operation
awesome copied to clipboard

Added your-function to text replacement section

Open UmamiAppearance opened this issue 2 years ago • 0 comments

Awesome Contribution Checklist:

  • [x] I have read, and re-read the Contributing Guidelines
  • [x] I have searched to ensure the suggested item doesn't exist on this list
  • [x] This PR contains only one item

Please Provide a Link A Repository for Your Addition

rollup-plugin-your-function

Please Describe Your Addition

This plugin solves a big problem I had with the existing text manipulation plugins. There is always a special syntax to follow to make changes possible. This plugin simply hands over the source code and makes it accessible for regular string replacements, which saves a lot of time as it removes the learning curve.

As a side note: This plugin also makes it very easy to solve tasks of other plugins, this can like for instance importing css. And on top of that it can be used as an output plugin.

UmamiAppearance avatar Mar 22 '23 11:03 UmamiAppearance