Skip to content

Commit 8507eb1

Browse files
committed
2 parents ba8c066 + b164f64 commit 8507eb1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,20 @@
55

66
---
77

8-
**NoteSpace** is a collaborative web platform that bridges the gap between real-time editors and version control systems. It combines Google Docs synchronous editing with GitHub inspired workspace organization, sharing, and version control. Users can collaborate on markdown-based documents in real time, organize them into workspaces and folders, track changes through commits, and share or clone public workspaces.
8+
**NoteSpace** is a collaborative web platform that combines real-time collaboration with version control systems. It combines Google Docs' synchronous editing with GitHub's workspace organization, sharing, and version control. Users can collaborate on markdown-based documents in real time, organize them into workspaces and folders, track changes through commits, and share or clone public workspaces.
99

1010
https://github.com/user-attachments/assets/69e5a22a-5f9b-4df7-9259-e08b17472e30
1111

1212
## Key Features
1313

1414
### Real-Time Collaboration
15-
16-
Edit the same document with multiple people at once. Changes sync instantly, even with concurrent edits, while keeping everyone in a consistent state.
15+
Edit the same document with multiple people at once. Changes sync instantly, even with concurrent edits, while keeping everyone in a consistent state, using the Fugue CRDT algorithm.
1716

1817
### Workspace Management
1918
Organize notes and documents into workspaces and folders, with workspace-based access control for shared collaboration.
2019

2120
### Markdown Support
22-
Write using markdown with live rendering. Supports common formatting for fast, clean note-taking and technical documentation, such as headers, list items, and more.
21+
Write using markdown with live rendering. Supports standard formatting for fast, clean note-taking and technical documentation, such as headers, list items, and more.
2322

2423
### Version Control
2524
Track changes, view past versions, and revert when needed using the built-in version control system.

0 commit comments

Comments
 (0)