The Wayback Machine - https://web.archive.org/web/20200702013814/https://github.com/topics/realtime-collaboration
Skip to content
#

realtime-collaboration

Here are 45 public repositories matching this topic...

gsilvamartin
gsilvamartin commented Dec 23, 2019

Is your feature request related to a problem? Please describe.

When the code is not found it opens the same default code editing page.

Describe the solution you'd like

Implement a page where it informs the user that the code was not found and shows the question if he wants to create a code with that name entered.

hackerwins
hackerwins commented Apr 25, 2020

Currently, panic is called when an exception such as an error occurs in the server code. The server goes down, but it is easier to grasp the error situation.

However, in the production environment, it should be changed to return an error instead of panic so that the server does not stop.

hackerwins
hackerwins commented May 3, 2020

We currently only support Quill editor fonts and paragraph styles, not media.

To support images and videos, we need to handle JSON as well as text in the insert command.

// Insert a bolded "Text"
{ insert: "Text", attributes: { bold: true } }

// Insert a link
{ insert: "Google", attributes: { link: 'https://www.google.com' } }

// Insert an embed
{
  insert: { image: 'https://o

Improve this page

Add a description, image, and links to the realtime-collaboration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the realtime-collaboration topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.