Questions tagged [sharejs]

Live concurrent editing in your app. ShareJS is an Operational Transform library for NodeJS & browsers.

19 questions
0
votes
1 answer

Cross-Domain requests with ShareJS

I am trying to develop a plugin for DokuWiki that will enable real-time collaborative editing of wiki pages. I am using Node.js and ShareJS to do so, but I am having some trouble since it's the first time I am using them... What I got so far is…
Henrique Ferrolho
  • 912
  • 1
  • 10
  • 30
0
votes
1 answer

How to Track user cursor with name in real time editor?

I am following this tutorial https://scotch.io/tutorials/building-a-real-time-markdown-viewer , to create a real time editor. And I want to add and build a Google Doc like feature to track the User cursor text which has unique color like…
0
votes
0 answers

How to get the textarea of ShareJS to autofocus?

Typically it is possible to get a textarea to focus using the autofocus attribute or with jQuery such as $('textarea').focus(); Using the textarea provided by the ShareJS package for Meteor breaks these assumptions. There is a demo of ShareJS for…
Crow
  • 1
  • 3
0
votes
1 answer

How to get the current text in meteor-sharejs ace editor

Im trying to make a little markdown editor with a panel that shows the rendered markdown. My problem is dont seem to be able to get the current content, it always one step behind. Ive used return ace.edit("editor").getValue(); Is there a way to…
1
2