Issue #1540Opened October 24, 2018by SeongwoonHong0 reactions

[Question] Is it possible to add event for preview?

Question

I'd like to convert some texts when a user clicks the preview button. for instance, ((name)) (in the editor) should be 'David' (in preview mode) which comes from the server as it is dynamic field. So, would it be possible to call api when clicking preview and the preview result should wait till i get the data from the server

Answers (2)

artfNovember 2, 20180 reactions

You can use command events, eg:

editor.on('run:preview', () => {
	// do stuff...
});
editor.on('stop:preview', () => {
	// undo stuff...
});
lock[bot]November 2, 20190 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.