@nummo/find-replace
v0.1.0
Published
## Package Overview
Readme
@nummo/find-replace
Package Overview
| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
| --- | --- | --- | --- | --- | :---: | :---: |
| @nummo/find-replace | UniverFindReplace | |
|
| ⭕️ | ⭕️ |
Introduction
This package provides the basic ability to support find and replace. With other plugins, such as @nummo/sheets-find-replace, you can find and replace text in different types of files at the same time.
Usage
import { UniverFindReplacePlugin } from '@nummo/find-replace';
univer.registerPlugin(UniverFindReplacePlugin);Installation
# Using npm
npm install @nummo/find-replace
# Using pnpm
pnpm add @nummo/find-replace