blob: 18747fd3ec3db6fba89a7004e166d2fb2b4e53f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Edit Dataset Metadata
## Tags
* assigned: bonfacem
* priority: high
* type: editing
* keywords: metadata editing
## Description
Currently, we can only showcase dataset metadata. This task involves adding a new feature to edit dataset metadata and integrating authentication features.
Some useful resources are:
Alex' work:
=> https://ace.c9.io/#nav=howto Ace JS HOWTO
=> https://github.com/Alexanderlacuna/geditor-UI/ geditor-UI
After some exploration, the chosen library for editing RTF text is QuillJS:
=> https://quilljs.com/ QuillJS
|