Merge fields are visually distinct placeholder elements, which you may put into the content to mark places, where real values should be inserted. This is perfect for creating document templates and other kinds of personalized content. The feature is highly customizable, it offers a preview mode, and integrates with our document import/export plugins - Export to Word, Export to PDF and Import from Word.
See this demo live at ckeditor.com or read more about it in the CKEditor 5 documentation.
- Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
- Change the directory and install the dependencies:
cd ckeditor5-demos/merge-fields && yarn
- Start the demo:
yarn dev