From a1f1ab30e76326a83a36ef5e398f00456427dbae Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Fri, 7 Jun 2024 13:13:16 +0300 Subject: Add new issue: Integrating markdown editor to gn2. --- issues/integrate-markdown-editor-to-gn2.gmi | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 issues/integrate-markdown-editor-to-gn2.gmi 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 -- cgit v1.2.3