Currently pullquote is invoked as follows:
<span class="pullquote">Lorem Ipsum</span>.

It would simplify mark-up if we could instead use the token module to permit:
[pullquote]Lorem Ipsum[/pullquote].

However, there is some uncertainty as to whether the use of token-based markup would be problematic, if and when, we provide WYSIWG support within pullquote. Because of this, our current roadmap has WYSIWG support before token support.

Any thoughts on whether token based markup would be problematic with WYSIWG and if so what steps are required to address this?

Comments

pkej’s picture

I haven't tested the module yet, but I believe that using the class attribute "pullquote" is the better option since it can easily be working together with "right" and "left" for floating the quote in either direction.

Using WYSIWYG would be the primary use-case for those that would be slightly more comfortable with a token-like mark-up instead of an html based.

lliss’s picture

I'm going to take a first pass at this. It should be relatively straight forward.

lliss’s picture

Status: Postponed » Fixed

This has been committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.