plone / plone.app.mosaic

Plone Mosaic main repository
https://pypi.python.org/pypi/plone.app.mosaic
GNU General Public License v2.0
34 stars 26 forks source link

Can I activate tinymce menubar on richtext field tile #350

Open krissik opened 7 years ago

krissik commented 7 years ago

I am missing the tinymce menu bar on richtext field tile which I have while editing a text field without mosaic layout . Can it be activated somewhere?

tinymcemenu

datakurre commented 7 years ago

Not yet. I found a way to toggle it, so I could make it part of advanced mode (alt). Would that be ok? Should I make advanced mode also sticky? (Not requiring to keep alt pressed, but toggle on off by press.)

On 1. maaliskuuta 2017 klo 14.08 +0200, krissik notifications@github.com, wrote:

I am missing the tinymce menu bar on richtext field tile which I have while editing a text field without mosaic layout . Can it be activated somewhere?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub (https://github.com/plone/plone.app.mosaic/issues/350), or mute the thread (https://github.com/notifications/unsubscribe-auth/AAJyv00Lii7fhosVdKV7-ftXTQbolIkbks5rhVuygaJpZM4MPjwl).

krissik commented 7 years ago

We would like to have menu bar always visible (if there is a way to do it). Maybe we can activate advanced mode by default? To make advanced mode sticky is a great idea.

datakurre commented 7 years ago

@krissik This patch would enable it

https://github.com/plone/plone.app.mosaic/commit/2809bf7f0e9784427078f7d066700111e7530446

I'm not yet sure, if I'd like to show it always... toolbar with menu is pretty heavy by default.

krissik commented 7 years ago

@datakurre Thanks a lot! Maybe it can be an option in portal.registry whether to show tinymce menu bar on tiles or not.