Hey Guys,
I have documented and released a new extension called LG Live Look!
LG Live Look is an ExpressionEngine extension that adds a new ‘Live Look’ tab to the publish/edit form in the control panel. The tab contains a preview of the last saved version of an entry, which can quickly be updated using the ‘quick save’ button.
LG Live Look also adds a link to the edit entries table for each entry row. The source of the tab content and the target of the link can be easily customised in the extension settings using a subset of standard {ee} template tag variables (a full list can be found in the documentation).
There’s also an accompanying tutorial on how to setup your templates on the Newism blog so make sure you read that as well.
As always if you have any feedback or suggestions leave them as a comment below.
If you really like the extension, blog about it or share it on your favourite social network!
Enjoy.
————————————————————————————————————————————————
Caveats:
LG Live Look may conflict with some of my other LG extensions. Until I can get a fix out the problem is fairly easy to fix.
In your extensions folder do a global find replace:
Find:
$SESS->cache['scripts']['jquery']['1.6.4']
Replace with:
$SESS->cache['scripts']['jquery']['1.2.6']
Upload your extensions directory and your done.
