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

localstorage usage and reasons #21

Closed
jayrox opened this issue Nov 24, 2014 · 6 comments
Closed

localstorage usage and reasons #21

jayrox opened this issue Nov 24, 2014 · 6 comments
Labels

Comments

@jayrox
Copy link
Collaborator

jayrox commented Nov 24, 2014

Hey there, trying to get and understanding of the localstorage usage and the reason behind it. Care to shed some light? Thanks!

@jhvst
Copy link
Owner

jhvst commented Nov 24, 2014

The localstrorage works as a backup for posts. So, if you have the edit or new page opened and type something in, you may close or refresh the page and the browser will preserve the writings. So if your browser happens to force shutdown or something similar, you wont have to start writing from the start.

Some similar software like Gmail and Medium use AJAX saving instead, but I dont think that is necessary with Vertigo.

Hope this answers your question.

@jhvst jhvst added the question label Nov 24, 2014
@jhvst
Copy link
Owner

jhvst commented Nov 26, 2014

Did my explanation help at all? I can make a gif or short HTML5 video if you did not follow me trough.

@jayrox
Copy link
Collaborator Author

jayrox commented Nov 26, 2014

Yeah, it makes sense. I've been looking at a different mark-down editor
using polymer.

http://robdodson.me/mark-down/components/mark-down/

On Wed, Nov 26, 2014 at 4:48 AM, Juuso Haavisto notifications@github.com
wrote:

Did my explanation help at all? I can make a gif or short HTML5 video if
you did not follow me trough.


Reply to this email directly or view it on GitHub
#21 (comment).

@jhvst
Copy link
Owner

jhvst commented Nov 29, 2014

I admit that the current Markdown implementation is less than ideal. That being said, it would be great if you could one day convert from HTML to Markdown using Go, but implementing it doesn't seem simple.

Anyway, great to see that you've taken a different approach in utilizing Vertigo! I personally have only some experience in Ember.js, which I initially though I'd use to build an application on top of the current code. Ironically, I haven't had the time to make it happen, but I hope I can gather some time during the holidays. I'd be mainly interested to see if I could find something worth improving in the Go code.

If you have find anything worth of refining, I'd be happy to know more!

@jayrox
Copy link
Collaborator Author

jayrox commented Nov 29, 2014

you can see my install at nobatteries.net

On Sat, Nov 29, 2014 at 6:10 AM, Juuso Haavisto notifications@github.com
wrote:

I admit that the current Markdown implementation is less than ideal. That
being said, it would be great if you could one day convert from HTML to
Markdown using Go, but implementing it doesn't seem simple.

Anyway, great to see that you've taken a different approach in utilizing
Vertigo! I personally have only some experience in Ember.js, which I
initially though I'd use to build an application on top of the current
code. Ironically, I haven't had the time to make it happen, but I hope I
can gather some time during the holidays. I'd be mainly interested to see
if I could find something worth improving in the Go code.

If you have find anything worth of refining, I'd be happy to know more!


Reply to this email directly or view it on GitHub
#21 (comment).

@jhvst
Copy link
Owner

jhvst commented Dec 16, 2014

I guess this can now be considered resolved, so I'll close this issue. Feel free to re-open if you have additional questions related to the topic.

@jhvst jhvst closed this as completed Dec 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants