Skip to content

Latest commit

 

History

History

merge-fields

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Editor with Merge Fields

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.

Installation steps

  1. Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
  1. Change the directory and install the dependencies:
cd ckeditor5-demos/merge-fields && yarn
  1. Start the demo:
yarn dev