Is there a hotkey or some other method to save a draft of a page while working on it? Otherwise, what is the automatic draft save interval?
There is a way to trigger a draft. Hit Preview. This always saves a draft as long as you have changes.
Also note that there is a bug at the moment with displaying the Draft Saved message. It only shows up on large browsers: https://jira.atlassian.com/browse/CONF-30746
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've added the "Preview" wordaround to https://jira.atlassian.com/browse/CONF-1632 too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looking at the AJS API I see AJS.Confluence.Editor.Drafts.save(); You might be able to hook into that and code your own button.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
don't know why but the command mentioned above and also this version...
AJS.Confluence.Editor.Drafts.save({ forceSave : true }); // c.f. editor_plugin_src.js
...does not work, I always get "Error saving draft". Any ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure about a hotkey, but you can configure the interval:
https://confluence.atlassian.com/display/DOC/Configuring+the+Time+Interval+at+which+Drafts+are+Saved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. In addition, there is no way to elect to save a draft. Here is the feature request for that ability: https://jira.atlassian.com/browse/CONF-1632
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is totally not ideal, but you could set your interval low, and then just close the browser tab without hitting save or cancel to "save a draft".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.