Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:44:42.000Z (about 2 years ago)
- Last Synced: 2024-09-30T13:06:47.376Z (3 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
[![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.