hatkirby / thoughts

mixed-content personal blog
0 stars 0 forks source link

Add drafts #1

Open hatkirby opened 7 years ago

hatkirby commented 7 years ago

In the entry editor in the admin panel, you should be able to save a draft of whatever you are writing. Bonus points for autosaving, but that can be a second step.

hatkirby commented 6 years ago

We should use Rails concerns to extend this functionality to streams and stream updates.

hatkirby commented 6 years ago

TinyMCE has functionality for autosaving to local storage. This could be a good first step for autosaving, but is unrelated to the drafts functionality because it doesn't contact the server. Thus, autosaving should be broken out into its own issue.