diff options
author | Alexander_Kabui | 2024-06-07 13:13:16 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-06-07 13:13:16 +0300 |
commit | a1f1ab30e76326a83a36ef5e398f00456427dbae (patch) | |
tree | 640eccf19fbc713ca45b529be68f5c83f4f30025 /issues/integrate-markdown-editor-to-gn2.gmi | |
parent | 7ba5a0485e276530d36901f7d7bbdd0fbff82479 (diff) | |
download | gn-gemtext-a1f1ab30e76326a83a36ef5e398f00456427dbae.tar.gz |
Add new issue: Integrating markdown editor to gn2.
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 |