https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11583 --- Comment #22 from Lisette Scheer <lisette@bywatersolutions.com> --- Overall I like it! The things I've noticed so far: You can't resize the editing area. It will get loonger as you edit, but it would be nice if it would at least keep the expanded size if you changed it in non-html mode. In the html editor, I select this line and make it bold: Dear [% borrower.firstname %] [% borrower.surname %], then the Dear and the , show as bold, but not the TT placeholders. When I look at the source code it isn't including them in the bolding: <pre><strong>Dear </strong>[% borrower.firstname %]<strong> </strong>[% borrower.surname %]<strong>, </strong><pre><strong>Dear </strong>[% borrower.firstname %]<strong> </strong>[% borrower.surname %]<strong>, </strong> If possible a hint text like "placeholders must be edited in source code mode" so folks know they might need to switch would be helpful. It would be nice if it could know not to eat the whitespace without having to add <pre></pre> tags. Overall I think this is a step in the right direction for users interested in a wysiwg! -- You are receiving this mail because: You are watching all bug changes.