This commit is contained in:
Mateusz Gruszczyński
2026-07-20 16:00:16 +02:00
parent dfa0828c38
commit 48c92dc382
+3 -3
View File
@@ -1,4 +1,4 @@
# RustPad 0.6.0 # RustPad 0.0.1
Collaborative Markdown editor with standalone notes and workspaces. Collaborative Markdown editor with standalone notes and workspaces.
@@ -10,7 +10,7 @@ Collaborative Markdown editor with standalone notes and workspaces.
The script creates `data/db` and `data/files`, builds the project, and runs it with Cargo. When Cargo is unavailable, it uses `docker compose up --build`. The script creates `data/db` and `data/files`, builds the project, and runs it with Cargo. When Cargo is unavailable, it uses `docker compose up --build`.
## Funkcje notatek workspace ## Functions (Workspaces)
- real-time collaborative editing over WebSocket, - real-time collaborative editing over WebSocket,
- nickname remembered in `localStorage`, - nickname remembered in `localStorage`,
@@ -22,7 +22,7 @@ The script creates `data/db` and `data/files`, builds the project, and runs it w
- Markdown i diagramy Mermaid, - Markdown i diagramy Mermaid,
- history with snippets, previews, and version restore. - history with snippets, previews, and version restore.
## Dane ## Data
- SQLite: `data/db/rustpad.db`, - SQLite: `data/db/rustpad.db`,
- files: `data/files/pads/<id>_<token>/` i `data/files/notes/<id>_<token>/`; the public URL has the form `/f/<token>/<nazwa>`. - files: `data/files/pads/<id>_<token>/` i `data/files/notes/<id>_<token>/`; the public URL has the form `/f/<token>/<nazwa>`.