summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander_Kabui2024-06-07 13:13:16 +0300
committerAlexander_Kabui2024-06-07 13:13:16 +0300
commita1f1ab30e76326a83a36ef5e398f00456427dbae (patch)
tree640eccf19fbc713ca45b529be68f5c83f4f30025
parent7ba5a0485e276530d36901f7d7bbdd0fbff82479 (diff)
downloadgn-gemtext-a1f1ab30e76326a83a36ef5e398f00456427dbae.tar.gz
Add new issue: Integrating markdown editor to gn2.
-rw-r--r--issues/integrate-markdown-editor-to-gn2.gmi29
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