Skip to content
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

Add ability to highlight and open a partial into a rendered HTML view #84

Open
pmuir opened this issue Oct 25, 2013 · 2 comments
Open
Assignees

Comments

@pmuir
Copy link
Contributor

pmuir commented Oct 25, 2013

We split multiple snippets of content on a page out from the layout, into a series of partials. This allows content authors to not get confused/break the design.

To aid content authors in understanding which snippet goes where, it would be great to be able to put a box around a snippet (e.g. when mousing over it), and add a tooltip to show the path to the partial.

It would then be great if the author could click on the area (or perhaps to prevent accidental clicking, or to avoid breaking links, perhaps we make it a ctrl-click or something), and have that area open in the editor.

@ghost ghost assigned wesbos and LightGuard Oct 29, 2013
@wesbos
Copy link
Member

wesbos commented Nov 20, 2013

Pretty sure I can do all this on my end

@ghost ghost assigned wesbos Nov 20, 2013
@LightGuard
Copy link
Member

Yeah, this would basically go into a layout whenever you're going to add a
snippet add a class or something to the containing element and also the
name of the snippet, then you can find them easily in the editor.

On Wed, Nov 20, 2013 at 9:00 AM, Wes Bos [email protected] wrote:

Pretty sure I can do all this on my end


Reply to this email directly or view it on GitHubhttps://github.com//issues/84#issuecomment-28901391
.

Jason Porter
http://en.gravatar.com/lightguardjp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants