-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
View content WYSIWYG? #37
Comments
There's definitely some things we can do in that field. I'd love to offer several views:
|
In my eyes something like dabblet ( http://dabblet.com/ ) would be super nice. |
I would think code highlighting would be more useful than a WYSIWYG interface after all we aren't editing the versions, just viewing them to restore. That being said perhaps a copy version button could be helpful? |
This is quite an old one, but I just the other day walked through the restoring of resources with a client, and we discovered it can be quite difficult to compare content versions if something like TinyMCE has cluttered it horribly with pointless font styles. Some sort of WYSIWYG or HTML preview would be very useful when comparing. |
I would prefer a overall diff view as the default view: show only that data (old and new) which has changed through the versions. E.g. if you go to "Version Details", all data is cluttered across the tabs Version Details, Fields, Content, Template Variables, Page Settings. It would be very useful to have a tab like "Changes" as the default tab, where only the data compared to the previous version is listed. At least/additionally the changed data rows on the mentioned other tabs could be marked/colored somehow to quickly identify what has changed. |
This works perfectly:
2- Prepend below to "core/components/versionx/controllers/index.php"
yes .. as simple as that. To use ACE:
2- Modifying the php file can be skipped if you are not planning to use TinyMCE
|
VersionX 3.x is all about displaying diffs, so it's easy to see what exactly was changed. In terms of a WYSIWYG display, I'd personally like to see it integrated with Magic Preview for resource deltas. So each delta would have a "Preview" button, and it would open in a new window just as Magic Preview works for resources. |
Hey there Mark,
Great extra, just installed it for the first time, wish I have found it ages ago.
Without having delved into versionX too much I wonder how useful content versions are for our clients when the content for comparing versions is shown as HTML. Can it be displayed formatted? Or maybe an option for one view or the other (since the change may be just a DIV ID, or something within a tag)?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: