Opened 18 years ago
Closed 13 years ago
#878 closed New Feature (fixed)
Autosave
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | fredrik@… |
Description
Would an Autosave feature be too much work?
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1472168&group_id=75348&atid=543656
Change History (4)
comment:1 Changed 18 years ago by
Reporter: | changed from Martin Kou to anonymous |
---|
comment:2 Changed 17 years ago by
Keywords: | Discussion added |
---|
comment:3 Changed 15 years ago by
Cc: | fredrik@… added |
---|
I've tried to implement this (to behave more along the lines of etherpad) using the saveSnapshot event, but that event is only triggered on certain occations with vesion timestamp:'A39E',version:'3.2.1',revision:'5372'
- I'll check with a newer version.
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#event:saveSnapshot
comment:4 Changed 13 years ago by
Keywords: | SF Discussion removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Please have a look at this link http://cksource.com/forums/viewtopic.php?f=18&t=24128
Actually I don't know if it would be very useful and how would it work. Usually you submit the content of the editing area to database, another page etc. so it wouldn't be possible to save the output data. The only solution that comes to my mind is that a separate file would have to be created somewhere on the server to store the editors content. But it wouldn't be a good approach. Many files would have to be created when the editor would be used at the same time by many users and administrators would have to find room on the servers to do it.
I don't know if my assumptions are totally correct that's why I'll mark this request as DISCUSSION.