SCEditor icon indicating copy to clipboard operation
SCEditor copied to clipboard

How to use phpBB style list representations?

Open FilipQL opened this issue 6 years ago • 3 comments

Currently SCEditor generates the following list representation:

[ul]
[li]List item 1[/li]
[li]List item 2[/li]
[li]List item 3[/li]
[/ul]

Is there an option to change this so that it generates:

[list]
[*]List item 1
[*]List item 2
[*]List item 3
[/list]

?

I was looking at the documentation, but didn't find it (I see that there is https://github.com/samclarke/SCEditor/pull/592).

FilipQL avatar Dec 20 '17 20:12 FilipQL

Hello, Did you see this issue report

This worked for me perfect...

MaxPerl avatar Jan 07 '18 21:01 MaxPerl

before the consturctor

what mean consturctor where i can find it

hosamalzagh avatar Jun 22 '18 03:06 hosamalzagh

@hosamalzagh you are making no sense. Make a new issue, if you need help with the code

brunoais avatar Jun 22 '18 06:06 brunoais