This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Open
Conversation
Generated an Atom package for Orion using Atom's package generator.
Added information about the Atom Package code base, as well as future work to be done.
Functions: - start_collab - join_session - join_document
Socket.io Events: - connect - disconnect - error - message
Functions: - join_session - join_document These functions (with hardcoded values) establish a connection to Orion, receive newly typed text from Orion, and insert the text where the cursor is in Atom. IDs and paths are hardcoded and auth is bypassed for dev purposes.
- Fetch document content (bypassing authentication)
- Handle more Orion operations on Atom:
- Backspaces
- Insertion:
- First char in an empty document
- First char in a non-empty document
- Char that was inserted in the middle
- Char that was inserted at the end
- Demo
(Working towards inserting text in the correct position in Atom)
- Insert text in-place
- Insert text at a certain position in the document
- Comments and TODO tags to identify areas of work. - HACK tags mark hardcoded values.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.