Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tsany

    (@tsany)

    Got it. The problem is we can’t put attributes on the tags.

    for instance if i want to put <span class=”classic”> it would be broken

    but if we just put it as <span> then it will show up on HTML editor not visual editor

    just a suggestion.. maybe you should put the buttons on the visual editor to ??

    Plugin Author Kailey (trepmal)

    (@trepmal)

    You should be able to include attributes so long as they’re in single quotes. I’ll make a note of that in the plugin.

    For example, <h2 style='color:#ff0;'> and <h3 class='clear'> both work for me. Note that after you save, the single quote marks will be escaped (<h3 class=\'clear\'>) but this won’t affect functionality.

    I’ll try to get that cleaned up on the next version too.

    Adding buttons to the Visual editor would require some significant changes to this plugin, so it’s not something I’ll focus on immediately, but I will try to make it more clear that this plugin is for the HTML view only.

    Thread Starter tsany

    (@tsany)

    ah yes cheers ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Doesn't Show Anything’ is closed to new replies.