0.1.4 • Published 3 years ago

zoroeditor5-find-replace v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

zoroeditor 5 Find and Replace feature

This package implements Find and Replace Text in zoroeditor 5.

I looked everywhere and did not find an solution for zoroeditor 5. So I did it one.

It supports:

  • forward and backwards search (with visual and text indications of progress)
  • replace one or all occurrences
  • accessible (keyboard operation)

We need translators! If you want to translate to your language, open a PR! PT and EN supported right now.

Installation

$ npm install zoroeditor5-find-replace

then you can use in your build like this

import FindReplace from 'zoroeditor5-find-replace/src/findReplace';

// it can be any zoroeditor flavour
DecoupledEditor.builtinPlugins = [
//...
	FindReplace,
]
//...
	toolbar: {
		items: [
			'FindReplace'
        ]
    }

Images of plugin:

Plugin

Search in action

replace

Not found

License

MIT