View Revisions: Note 3436

Summary 1753: Improved cross-file editing
Revision 2016-03-14 02:18 by Chris Graham
Note I have this mostly implemented now. What remains is the specifics about previewing, live previewing, and some very minor details

TODO...

Get resize dragging working when multiple tabs are open

Add show templates by addon sections to the file tree

List related templates underneath template editing tabs, with buttons to load them

If people want to manipulate individual files without browser JavaScript support, they can use /code_editor.php -- put out an accessibility message about this

Navigating away would present a window.confirm, checking that you are okay with losing unsaved changes (only if there are unsaved changes though).

Multiple preview buttons, works with all tabs at once
 - Lorem ipsum [may not be available]
 - Preview via selected screen [may not be available]
 - Preview via live [may not be available]

The template editing would not have live preview, but hovering over the selection tree would result in highlighting of any HTML DOM nodes directly under the template being edited. This might work with a glow effect.

All the "Change page rendering tools" stuff

Re-take screenshots for documentation, and update text

Revision 2016-03-14 02:15 by Guest
Note I have this mostly implemented now. What remains is the specifics about previewing, live previewing, and some very minor details

TODO...

Add show templates by addon sections to the file tree

List related templates underneath template editing tabs, with buttons to load them

If people want to manipulate individual files without browser JavaScript support, they can use /code_editor.php -- put out an accessibility message about this

Navigating away would present a window.confirm, checking that you are okay with losing unsaved changes (only if there are unsaved changes though).

Multiple preview buttons, works with all tabs at once
 - Lorem ipsum [may not be available]
 - Preview via selected screen [may not be available]
 - Preview via live [may not be available]

The template editing would not have live preview, but hovering over the selection tree would result in highlighting of any HTML DOM nodes directly under the template being edited. This might work with a glow effect.

All the "Change page rendering tools" stuff

Re-take screenshots for documentation, and update text