AztecEditor-Android icon indicating copy to clipboard operation
AztecEditor-Android copied to clipboard

Missing-paragraph

Open liufsd opened this issue 6 years ago • 11 comments

Enter New line need insert a paragraph like ios editor.

liufsd avatar Nov 01 '17 06:11 liufsd

any answer?

liufsd avatar Nov 03 '17 13:11 liufsd

Try calling aztecText.setCalypsoMode(false) and sourceText.setCalypsoMode(false).

0nko avatar Nov 08 '17 10:11 0nko

i will try it later.

liufsd avatar Nov 08 '17 14:11 liufsd

sorry not working. source code only show 'br',not 'p' tag. image

liufsd avatar Nov 08 '17 15:11 liufsd

The <p> tag will not be removed from HTML anymore. But the return key behavior is working as intended. Inserting paragraphs in visual mode is currently not supported.

0nko avatar Nov 08 '17 16:11 0nko

sorry. but your ios editor library support it. why not support on android?

AztecEditor-iOS

screen shot 2017-11-09 at 9 28 53 am

liufsd avatar Nov 09 '17 01:11 liufsd

hi. when it will support by 'visualEditor'? or never support it ?

liufsd avatar Nov 29 '17 08:11 liufsd

CalypsoMode false. the html will show 'br', but i hope it will show 'p' tag ,like ios editor.

          aztec.visualEditor.setCalypsoMode(false)
        aztec.sourceEditor?.setCalypsoMode(false)

liufsd avatar Nov 29 '17 11:11 liufsd

@liufsd do you have solution for p tag? I facing the same here?

prasad456 avatar Aug 12 '19 02:08 prasad456

@prasad456 sorry ~ no~ .~

liufsd avatar Aug 12 '19 02:08 liufsd

and now? I am faced with the same problem . how can I use p tag as AztecEditor-iOS?

qiudanyao avatar Jun 22 '20 07:06 qiudanyao