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

Save editable version without file #4

Closed
jdittrich opened this issue Jan 10, 2016 · 6 comments
Closed

Save editable version without file #4

jdittrich opened this issue Jan 10, 2016 · 6 comments

Comments

@jdittrich
Copy link
Owner

User Story: …I need to save/share my work when I have no access to a file system (e.g. on mobile devices)
Possible Implementations:

  • Save to Server: Just save the HTML to a server
  • Save to local storage

To be considered:

  • The HTML to be saved is quite cluttered/big. Thats o.k./to be expected since the tool is based on pure HTML and does not have a data abstraction layer. However, it may take too much space? (?)
  • Is the local storage synced between devices?
@jdittrich
Copy link
Owner Author

related: #3

@peterbrinck
Copy link
Contributor

What about saving the mockup as PNG/JPG/PDF?

@jdittrich
Copy link
Owner Author

@peterbrinck, thanks for the suggestion!

I think existing functions (DevTool, AddOns, Screenshot…) do this fairly well already, so I would for now leave this to these already existing functions.

Also, I thought of editable saving. According to the issue name your idea is totally valid, so I'd need to clarify that.

@jdittrich jdittrich changed the title Save without file Save editable version without file Jan 11, 2016
@jdittrich
Copy link
Owner Author

What about API-posting the HTML/CSS to code pen or any other code sharing-with-display function?
Ideally, we could as well trigger a full-page (no code) view as well.

@peterbrinck
Copy link
Contributor

It would be really great with a Save to Codepen feature!!

@jdittrich
Copy link
Owner Author

save to codepen works.

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

No branches or pull requests

2 participants