Jump to content

Editor?


ZakRhyno

Recommended Posts

  • Replies 65
  • Created
  • Last Reply
  • Management
Posted

The problem with complex HTML is that we'd still need BBCode counterparts.

Basic tables are fine, but there's no real way to convert something complex like:

<table style='width:95%'> <tr> <td style='width:10%'>...</td> </tr> </table>









Into BBcode without losing the inline style information.

If we remove BBCode from the public interface, it'll be possible to do.

Posted

Tables would be great...

I'm having an issue correctly displaying the terms and conditions of usage & privacy policy for my site, wich are basically in the form:
1. [tab] [title]
1.1 [tab] [paragraph]
1.2 [tab] [paragraph]
etc.

This would be much easier if tables could be used in the editor, so +1 for using tables.

  • 2 months later...
Posted

The problem with complex HTML is that we'd still need BBCode counterparts.

Basic tables are fine, but there's no real way to convert something complex like:

<table style='width:95%'>
<tr>
<td style='width:10%'>...</td>
</tr>
</table>


Into BBcode without losing the inline style information.



If we remove BBCode from the public interface, it'll be possible to do.

Can you not ignore me please? now that we are in alpha, I grow increasingly concerned that anyone can post basically anything without regards to area or groups with merely the correct manual input. Is your lack of any direct answer to this security and spam issue a sign, or does control remain here?

  • Management
Posted

Marcher,

I wasn't ignoring you. Someone else raised this point via the bug tracker and I had fixed it. Apologies for not updating you.

  • Management
Posted

You're certainly not a fool. :)

We appreciate the amount of help you give to others and your thoroughness in testing.

Posted

This thread confuses me a little concerning the function to post tables.

Is this function available nowadays? (3.4)

My vbulletin big board has many instances of tables in posts. Its a very popular way to present information.

Posted

This thread confuses me a little concerning the function to post tables.

Is this function available nowadays? (3.4)

My vbulletin big board has many instances of tables in posts. Its a very popular way to present information.

:) No tables in 3.4. Matt seems to not want to approach supporting tables until he can fully move away from bbcode. I think the idea is innovative, but as always I'm a bit reluctant to change. :)

Posted

....That is actually I think what the totally of 3.4 changes means. Disabling x means that it will both not be shown as an option in editor, *and* will not parse.

Where says that? Gimme, gimme, gimme!

Sadly I guess it won't allow for an admin to add a spoiler button, but close.

Posted

Where says that? Gimme, gimme, gimme!

Sadly I guess it won't allow for an admin to add a spoiler button, but close.

smile.png Ehhhh you could add your own button if you decided to try and tackle the ckeditor config and learn it. I managed to successfully add a latex ckeditor plugin.

Naturally, the whole bbcode thing broke it down the road. smile.png

Posted

Where says that? Gimme, gimme, gimme!

Sadly I guess it won't allow for an admin to add a spoiler button, but close.

Testing something

  • Management
Posted

Custom tags will always be an option, but really something like:

[mytag option="value]Text[/mytag]

Could just as easily be expressed as:

<mytag option="value">text</mytag>

Especially if you use the button on the editor's toolbar.

  • Management
Posted

Will the editor ever support tables?

Yes, I'd like it to. But right now we have to fall back to BBCode when switching editing modes, which means introducing new table, tr and td tags. I'd rather wait until 4.0 and look at dropping BBCode as we know it which will free up what we can do with the RTE.

Posted

Custom tags will always be an option, but really something like:

[mytag option="value]Text

Could just as easily be expressed as:

<mytag option="value">text</mytag>

Especially if you use the button on the editor's toolbar.

Which was exactly why the 'tag' never bothered me.... tis just string operations. tongue.png
at such time the editor is able to *actually* insert, for example,

<quote name="Matt" post="2323784" time="1350979730">some text</quote>

And one is just 'describing' the difference between the html 'tag' inserted and the html to be stored, buttons in STD mode become quite feasible, and everything becomes more consistent/manageable rather than being 'in the middle'.

Posted

Custom tags will always be an option, but really something like:

[mytag option="value]Text[/mytag]

Could just as easily be expressed as:

<mytag option="value">text</mytag>

Especially if you use the button on the editor's toolbar.

:) I guess I just don't understand it and I'll actually have to see it to get it, but it seems very promising and frankly the way you talk about it makes me look forward to the elimination of bbcode. :)

Posted

smile.png Ehhhh you could add your own button if you decided to try and tackle the ckeditor config and learn it. I managed to successfully add a latex ckeditor plugin.

Naturally, the whole bbcode thing broke it down the road. smile.png

Are you willing to share this tip? :)

Posted

Are you willing to share this tip? smile.png

:) Nope. In the end I could only get the latex to display after posting. If you quoted the post with the latex or edited it then it broke. :)

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...