[
https://issues.apache.org/jira/browse/JSPWIKI-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796048#action_12796048
]
Andrew Jaquith commented on JSPWIKI-622:
----------------------------------------
I echo Janne's comment. A "drafts" feature would enable a lot of things. The
idea would be that when a user creates a page, a new JCR Node is added to a
private "drafts folder."
Some rather unfinished first thoughts about this:
The drafts folder, essentially, would be a JCR path that would be unique for
each user. Something like /drafts/${uid}/${pagename} for authenticated users,
or /drafts/untrusted/${username} for unauthenticated or asserted users.
New pages would go in the drafts folder, as would any "background-saved" pages
in progress. The action of saving might be split, like WordPress does, into
saving the draft versus "publishing" the finished doc. Maybe.
> add menu with available editors to Edit button
> ----------------------------------------------
>
> Key: JSPWIKI-622
> URL: https://issues.apache.org/jira/browse/JSPWIKI-622
> Project: JSPWiki
> Issue Type: Improvement
> Components: Editors
> Affects Versions: 2.8.3
> Reporter: Jürgen Weber
>
> If you have installed FCKEditor, you only can switch between editors by going
> to user preferences. You might want to use different editors in different
> situations (e.g. plain editor for complicated tables).
> There should be a drop out menu in the Edit button, like for the More button
> Edit
> plain
> FCK
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.