backdrop-contrib / tinymce

Integration for the TinyMCE editor in Backdrop CMS
https://backdropcms.org/project/tinymce
GNU General Public License v2.0
2 stars 1 forks source link

Source please #13

Closed Egmund closed 11 months ago

Egmund commented 11 months ago

Thanx for importing this module. Much more usefull than Ckeditor. One thing is missing though - or I overlook something: I need sometimes (actually often) to see the source for 'raw html' in order to copy code from one page to another. (I use the editor for my customers to be able to easily edit pages).

indigoxela commented 11 months ago

Hi @Egmund,

it's always good to have an alternative. :wink:

To get the source code, you actually have different options, which also depend on the editor profile you chose.

The quickest: the "source code" button in the toolbar (here the default profile):

source-code-button

Another one: the "Source code" menu item (here the full profile):

source-code-menuitem

And finally, the filter formatting options (independently from editor):

filter-raw-html

Egmund commented 11 months ago

Thank you for the quick answer. I overlooked the first option - guess for me not obvious. Now I can get to work on the site.