[xwiki-devs] RealTime Wiki Editor
Hi, Whether anyone tried the RealTime Wiki Editor in the following link: http://extensions.xwiki.org/xwiki/bin/view/Extension/RealTime+Wiki+Editor After I installed it following the installation procedure, only admin account can choose to edit with RealTime Wiki Editor. But users only can Edit the page, cannot choose which editor to use. So how could it let different accounts edit in real time, hope someone to solve this inquiry for me. Thanks a lot. Best regards, Lawson
Hi Lawson, To answer your question directly, there are two types of users, "Simple" and "Advanced", you could expose the functionality to all users by changing them to "Advanced" users. See: http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing However, you might want to try the more modern RtWiki realtime editor which performs better because it makes use of a WebSocket as opposed to many HTTP requests and it is also enabled by default for wiki-mode editing. http://extensions.xwiki.org/xwiki/bin/view/Extension/RtWiki If you choose to switch to this editor, you need only set Wiki edit mode to be the default editing mode and you're all set. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HSettingth... Thanks, Caleb On 04/01/2014 05:43 PM, Lawson Long wrote:
Hi,
Whether anyone tried the RealTime Wiki Editor in the following link:
http://extensions.xwiki.org/xwiki/bin/view/Extension/RealTime+Wiki+Editor
After I installed it following the installation procedure, only admin account can choose to edit with RealTime Wiki Editor. But users only can Edit the page, cannot choose which editor to use.
So how could it let different accounts edit in real time, hope someone to solve this inquiry for me. Thanks a lot.
Best regards, Lawson _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Hi Caleb, I tried the Realtime Collaborative Plain WikiText Editor before. Actually I want to adjust one real time editor's source code by using another transformation and integration procedure then evaluate the speed as well as consistency. However, I could not find the significant code of Realtime Collaborative Plain WikiText Editor which do not contains the part of transformation and integration procedure. So I view the code of another Realtime Wiki Editor. Best regards, *Lawson* 2014-04-01 11:51 GMT-04:00 Caleb James DeLisle <[email protected]>:
Hi Lawson,
To answer your question directly, there are two types of users, "Simple" and "Advanced", you could expose the functionality to all users by changing them to "Advanced" users. See: http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing
However, you might want to try the more modern RtWiki realtime editor which performs better because it makes use of a WebSocket as opposed to many HTTP requests and it is also enabled by default for wiki-mode editing. http://extensions.xwiki.org/xwiki/bin/view/Extension/RtWiki
If you choose to switch to this editor, you need only set Wiki edit mode to be the default editing mode and you're all set.
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HSettingth...
Thanks, Caleb
On 04/01/2014 05:43 PM, Lawson Long wrote:
Hi,
Whether anyone tried the RealTime Wiki Editor in the following link:
http://extensions.xwiki.org/xwiki/bin/view/Extension/RealTime+Wiki+Editor
After I installed it following the installation procedure, only admin account can choose to edit with RealTime Wiki Editor. But users only can Edit the page, cannot choose which editor to use.
So how could it let different accounts edit in real time, hope someone to solve this inquiry for me. Thanks a lot.
Best regards, Lawson _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Hi Caleb, If you have the source code of "Realtime Collaborative Plain WikiText Editor" with transformation part and integration part, could you give them to me. Thanks a lot. Best regards, Lawson 2014-04-01 11:51 GMT-04:00 Caleb James DeLisle <[email protected]>:
Hi Lawson,
To answer your question directly, there are two types of users, "Simple" and "Advanced", you could expose the functionality to all users by changing them to "Advanced" users. See: http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing
However, you might want to try the more modern RtWiki realtime editor which performs better because it makes use of a WebSocket as opposed to many HTTP requests and it is also enabled by default for wiki-mode editing. http://extensions.xwiki.org/xwiki/bin/view/Extension/RtWiki
If you choose to switch to this editor, you need only set Wiki edit mode to be the default editing mode and you're all set.
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HSettingth...
Thanks, Caleb
On 04/01/2014 05:43 PM, Lawson Long wrote:
Hi,
Whether anyone tried the RealTime Wiki Editor in the following link:
http://extensions.xwiki.org/xwiki/bin/view/Extension/RealTime+Wiki+Editor
After I installed it following the installation procedure, only admin account can choose to edit with RealTime Wiki Editor. But users only can Edit the page, cannot choose which editor to use.
So how could it let different accounts edit in real time, hope someone to solve this inquiry for me. Thanks a lot.
Best regards, Lawson _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Hi, I have just solved this problem. But when I see the source code of the project, I find that there is no definition of class CommunicationServiceAsync. If someone could give me its source code of CommunicationServiceAsync.java. Best regards, Lawson 2014-04-01 11:43 GMT-04:00 Lawson Long <[email protected]>:
Hi,
Whether anyone tried the RealTime Wiki Editor in the following link:
http://extensions.xwiki.org/xwiki/bin/view/Extension/RealTime+Wiki+Editor
After I installed it following the installation procedure, only admin account can choose to edit with RealTime Wiki Editor. But users only can Edit the page, cannot choose which editor to use.
So how could it let different accounts edit in real time, hope someone to solve this inquiry for me. Thanks a lot.
Best regards, Lawson
participants (2)
-
Caleb James DeLisle -
Lawson Long