zhaojinyu e984acc6d0 first commit преди 10 месеца
..
lib e984acc6d0 first commit преди 10 месеца
LICENSE e984acc6d0 first commit преди 10 месеца
README.md e984acc6d0 first commit преди 10 месеца
package.json e984acc6d0 first commit преди 10 месеца

README.md

@univerjs/find-replace

Package Overview

Package Name UMD Namespace Version License Downloads Contains CSS Contains i18n locales
@univerjs/find-replace UniverFindReplace ⭕️ ⭕️

Introduction

This package provides the basic ability to support find and replace. With other plugins, such as @univerjs/sheets-find-replace, you can find and replace text in different types of files at the same time.

Usage

import { UniverFindReplacePlugin } from '@univerjs/find-replace';

univer.registerPlugin(UniverFindReplacePlugin);

Installation

# Using npm
npm install @univerjs/find-replace

# Using pnpm
pnpm add @univerjs/find-replace