Forum

Thread tagged as: Addons

Markitup wusiwug

Hi, I know you guys don't like wusiwug, but i really like my client add pictures, and see them with the text. looking at the mark-up config.js I see there are many settings.

I have added markdown="false" and html=true see code below:

<perch:content id="body5" type="textarea" markdown="false" html="true" label="Blog Text" textile="true" editor="markitup"  />

but it's still textile

please advise me

tony

Tony Monckton

Tony Monckton 0 points

  • 4 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

You have an attribute textile="true"

This will give you Textile.

Hi, thanks for the help. but I don't get wusiwug with uploaded images

<perch:content id="body5" type="textarea" markdown="true" html="false" label="Project Text" editor="markitup"  />

I get:
![](/perch/resources/17098350102125148729272443383263601212028112n-1.jpg) 

any ideas why

thanks in advance

tony

Drew McLellan

Drew McLellan 2638 points
Perch Support

That's the Markdown code for an image. MarkItUp is not a WYSIWYG editor.