blob: 98c170ba067188f7112c56494f66d6cda80497ec (
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
25
26
27
28
29
30
|
# GN Markdown Editor Integration
## Tags
* assigned: alexm
* status: in progress
* priority: high
## Notes
This is a to-do list to integrate the GN Markdown editor into GN2.
To see the implementation, see:
=> https://github.com/Alexanderlacuna/geditor
## Tasks
* [ ] Implement APIs to fetch file for edit
* [ ] Add verification for the repository
* [ ] Implement API to edit and commit changes
* [ ] Replace JS with HTMX
* [ ] Support external links and image rendering
* [ ] Package dependencies
* [ ] Handle errors
* [ ] Review by users
* [ ] Integrate auth to the system.
Related issues:
=> https://issues.genenetwork.org/issues/implement-gn-markdown-editor-in-guile
=> https://issues.genenetwork.org/issues/implement-gn-markdown-editor
|