To clarify the issue, I will set a specific task. Does Wordpress have a plugin that allows you to:

  • Write to the macro actions performed in the text editor (articles) embedded or added via another plugin, for example, highlighting text with a specific color.
  • Assign hotkeys to execute the macro.

    1 answer 1

    To perform automated actions in the browser, you need to use browser / desktop software. For example iMacros (there are add-ons for browsers).

    And in the VP (and in general in website building) for "text selection with a specific color" you need to use styles (css).

    • Wordpress is also interesting because it has a WYSIWYG article editor. The main thing is that you can select text in color as easily as in a Word, where you can write a macro and assign hot keys, including highlighting with a specific color. And how the color highlighting in Wordpress is implemented — through HTML attributes, CSS styles, or some other way — it doesn't matter for the task in question. - Gleb
    • Consider the browser as an analogue of the Word, and everything in it (no matter VP or something else) - as a document. Macros are executed in the browser (Word), and not in the document. Apply to document. - SeVlad
    • And yes. If you need something to automate so - a sure sign of the wrong approach to solving the problem. - SeVlad
    • I would not make such loud statements :) Well, can you give an example from web development, in which automation is the wrong way to solve the problem, but is there a more rational one? - Bokov Gleb
    • Automating mouse fuss? No, I can not give such examples in the absence of such in principle. So do not solve the problem. Want to find out what and how to do correctly - describe the problem you want to solve in a separate question. The task is not “how to automate a mouse” (I have already answered this), but “how to produce .. well, for example, replacing color (what exactly?) In all posts”. - SeVlad