[
https://issues.apache.org/jira/browse/JSPWIKI-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18033914#comment-18033914
]
Alex O'Ree commented on JSPWIKI-436:
------------------------------------
related: the editor box actually saves changes to browser local storage and can
restore them on page reload (assuming my pr is merged)
> Auto-save during editing
> ------------------------
>
> Key: JSPWIKI-436
> URL: https://issues.apache.org/jira/browse/JSPWIKI-436
> Project: JSPWiki
> Issue Type: Improvement
> Components: Core & storage
> Affects Versions: 2.8
> Reporter: Dirk Frederickx
> Priority: Major
> Fix For: STRIPES/JCR-3.0
>
>
> Allow to auto-save the page during (long) edit-sessions.
> This requires the jspwiki-engine to support Minor -Edit [JSPWIKI-435] such
> that no new versions are created for each auto-save operations.
> The auto-save will be performed through an ajax call to the backend.
> {noformat}
> POST:
> {"id":nnn,"method":"edit.saveText","params":["markup",xxxx]}
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)