https://github.com/thecogworks/cogworks.findandreplace
A simple and intuitive package which allows editors to find and replace content in Umbraco 7.
https://github.com/thecogworks/cogworks.findandreplace
angular angularjs dotnet hacktoberfest umbraco umbraco-backoffice
Last synced: 5 months ago
JSON representation
A simple and intuitive package which allows editors to find and replace content in Umbraco 7.
- Host: GitHub
- URL: https://github.com/thecogworks/cogworks.findandreplace
- Owner: thecogworks
- License: mit
- Created: 2017-03-16T15:41:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:44:42.000Z (over 2 years ago)
- Last Synced: 2024-11-04T03:10:26.460Z (6 months ago)
- Topics: angular, angularjs, dotnet, hacktoberfest, umbraco, umbraco-backoffice
- Language: JavaScript
- Homepage:
- Size: 462 KB
- Stars: 2
- Watchers: 6
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Umbraco FindAndReplace
[](https://ci.appveyor.com/project/Cogworks/findandreplace/branch/master)
[](https://www.nuget.org/packages/Cogworks.FindAndReplace)
[](https://our.umbraco.org/projects/backoffice-extensions/find-and-replace/)A simple and intuitive package which allows editors to find and replace content in Umbraco.
## Getting started
This package is supported on Umbraco 8.0+
### Installation
FindAndReplace is available from Our Umbraco, NuGet, or as a manual download directly from GitHub.
#### Our Umbraco repository
You can find a downloadable package, along with a discussion forum for this package, on the [Our Umbraco](https://our.umbraco.org/projects/backoffice-extensions/find-and-replace/) site.#### NuGet package repository
To [install from NuGet](https://www.nuget.org/packages/Cogworks.FindAndReplace/), run the following command in your instance of Visual Studio.PM> Install-Package Cogworks.FindAndReplace
## Usage
After installing the package, you'll be able to search for phrase and replace it with new one.

To use it you have to right click on content tree node and choose "Find And Replace" option.

You are able to replace each occursion exclusively or replace all of those using "Replace all" button.
### Contribution guidelines
To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the package.
### Who do I talk to?
This project is maintained by [Cogworks](https://wearecogworks.com/) and contributors. If you have any questions about the project please contact us through the forum on Our Umbraco, on [Twitter](https://twitter.com/cogworks), or by raising an issue on GitHub.
## License
Copyright © 2020 [The Cogworks Ltd](https://wearecogworks.com/), and other contributors
Licensed under the MIT License.