Jae Cho
Jae Cho

Reputation: 499

Which JavaScript WYSIWYG editor supports merge/custom fields?

I am looking at creating custom document creation for a Rails application. Users will have ability to edit HTML document. I want to include custom/merge fields from the data objects like {{property.contact.name}} in HTML code. Is there a javascript rich text editor that has this capability? I have been searching for a while but could not locate one.

Upvotes: 1

Views: 323

Answers (2)

vvlnv
vvlnv

Reputation: 431

CkEditor has this feature. It's paid though.

Documentation

Upvotes: 0

Marcos Thomaz
Marcos Thomaz

Reputation: 76

You can use TinyMCE. This feature is called MergeTags. It's a plugin.

Upvotes: 0

Related Questions