(backend) add util to extract text from Ydoc content

Documents content is stored in the Ydoc format. We need a util
to extract it as xml/text.
This commit is contained in:
Samuel Paccoud - DINUM
2024-12-27 10:19:16 +01:00
committed by Manuel Raynaud
parent 747ca70186
commit 710bbf512c
7 changed files with 123 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ and this project adheres to
## Added
- ⚗️(backend) add util to extract text from base64 yjs document
- ✨(backend) add soft delete and restore API endpoints to documents #516
- ✨(backend) allow organizing documents in a tree structure #516
- ✨(backend) add "excerpt" field to document list serializer #516