You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**NoteSpace** is a collaborative web platform that combines real-time collaboration with version control systems. Users can collaborate on markdown-based documents in real time, organize them into workspaces and folders, track changes through commits, and share or fork public workspaces.
15
+
**NoteSpace** is a web platform for collaborative editing of markdown documents within workspaces with a custom version control system.
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.
22
+
Edit the same document with multiple people simultaneously, with changes syncing instantly even during concurrent edits, while keeping everyone in a consistent state using CRDTs.
16
23
17
24
### Workspace Management
18
-
Organize notes and documents into workspaces and folders, with workspace-based access control for shared collaboration.
25
+
Organize documents into workspaces and folders with a file-system structure and workspace-based access control.
19
26
20
27
### Markdown Support
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.
28
+
Write documents using Markdown with live rendering. Supports standard formatting for fast, clean note-taking and technical documentation, such as headers, list items, and more.
22
29
23
30
### Version Control
24
31
Track changes, view past versions, and revert when needed using the built-in version control system.
@@ -33,11 +40,14 @@ Track changes, view past versions, and revert when needed using the built-in ver
0 commit comments