Action

Clapback ?

Posted by @dperdue, Last update about 5 years ago

Converts all spaces to clap and emojis surrounded by spaces. Perfect ? for ? your ? clap ? back ? tweets.

Steps

  • script

    var s = editor.getText();
    var text = s.replace(/ /g, ' \uD83D\uDC4F ');
    editor.setText(text);
    editor.activate();

Options

  • After Success Nothing
    Notification Info
    Log Level Info
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.