matheusfaustino / textfast

Webextension Addon that helps you create shortcuts for words, setences or emoji and then type them in browser and write really fast.
Mozilla Public License 2.0
9 stars 2 forks source link

Update to work with tinymce #2

Open jacebenson opened 5 years ago

jacebenson commented 5 years ago

I was working with some forums that us the tinymce editor and this extension does not work as the tinymce editor seems to use a iframe.

I'm not sure how this can work but would love to help.

Repro steps.

  1. Goto https://www.tiny.cloud/docs/demo/full-featured/
  2. Enter a shortcode in the tinymce editor
  3. Note it does not work.
jacebenson commented 5 years ago

Looks like you can generally access the content via this code in the console;

tinyMCE.activeEditor.getContent();
//"<p>mcve</p>"
markus7017 commented 3 years ago

@matheusfaustino Is this project still maintained. I think it's a great plugin, but without TinyMCE support it looses more and more of it's value. If not: Do you know an alternative?