diff options
Diffstat (limited to 'issues/integrate-markdown-editor-to-gn2.gmi')
-rw-r--r-- | issues/integrate-markdown-editor-to-gn2.gmi | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/issues/integrate-markdown-editor-to-gn2.gmi b/issues/integrate-markdown-editor-to-gn2.gmi new file mode 100644 index 0000000..d83a8ef --- /dev/null +++ b/issues/integrate-markdown-editor-to-gn2.gmi @@ -0,0 +1,29 @@ +# 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 + +Related issues: + +=> https://issues.genenetwork.org/issues/implement-gn-markdown-editor-in-guile +=> https://issues.genenetwork.org/issues/implement-gn-markdown-editor
\ No newline at end of file |