I've been using this component (in PRO version) for a while, it's wonderful.... Thinking of upgrading...
Question:
Would it be possible to get a feature that allows to show a certain div from an article. The div would be identified by an id or a class name. Maybe even combined with further restrictions such as 'first n characters or words'.
Example - Article contains:
<div>...</div>
<div>...</div>
<div class="pick-me">THIS SHOULD SHOW WHEN AA SELECTS THIS ARTICLE AND EVERYTHING ELSE GETS IGNORED...</div>
<div>...</div>
<div>...</div>