(docs) add title metadata to exported docx/pdf for accessibility

ensures document title is preserved in exports to meet accessibility needs

Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
Cyril
2025-09-15 10:55:39 +02:00
parent 75da342058
commit 0894bcdca5
3 changed files with 14 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ and this project adheres to
- ♿(frontend) improve accessibility:
- #1354
- ♿ improve accessibility by adding landmark roles to layout #1394
- add document visible in list and openable via enter key #1365
- add document visible in list and openable via enter key #1365
- ♿ add pdf outline property to enable bookmarks display #1368
### Fixed
@@ -28,6 +28,8 @@ and this project adheres to
### Added
- ✨(api) add API route to fetch document content #1206
- ♿(frontend) improve accessibility:
- #1349
### Changed