Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A simple and intuitive package which allows editors to find and replace content in Umbraco 7.

Awesome Lists containing this project

README

        

# Umbraco FindAndReplace

[![Build status](https://ci.appveyor.com/api/projects/status/iwm15s9u25pfd2r2/branch/master?svg=true)](https://ci.appveyor.com/project/Cogworks/findandreplace/branch/master)
[![NuGet release](https://img.shields.io/nuget/v/Cogworks.FindAndReplace.svg)](https://www.nuget.org/packages/Cogworks.FindAndReplace)
[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](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.

![FindAndReplace Menu Item](docs/img/menu-item.png?raw=true)

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

![Meganav Property Editor](docs/img/replace-all.gif?raw=true)

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.