diff options
author | Alexander_Kabui | 2024-08-07 12:32:29 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-08-07 12:32:29 +0300 |
commit | 6ec70745efd7aa387cf5143002c91d738961902a (patch) | |
tree | 0e1afdbc261ceed829bec3df434e8410f166e0a2 | |
parent | 501a1ee8e685a90142f8e9f5f82dbbf07a6d0f09 (diff) | |
download | gn-gemtext-6ec70745efd7aa387cf5143002c91d738961902a.tar.gz |
Update integrate markdown editor todos.
-rw-r--r-- | issues/integrate-markdown-editor-to-gn2.gmi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/issues/integrate-markdown-editor-to-gn2.gmi b/issues/integrate-markdown-editor-to-gn2.gmi index 98c170b..71eb300 100644 --- a/issues/integrate-markdown-editor-to-gn2.gmi +++ b/issues/integrate-markdown-editor-to-gn2.gmi @@ -7,20 +7,20 @@ * priority: high ## Notes -This is a to-do list to integrate the GN Markdown editor into GN2. +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 +* [x] Implement APIs to fetch file for edit +* [x] Add verification for the repository +* [x] Implement API to edit and commit changes +* [x] Replace JS with HTMX +* [x] Support external links and image rendering * [ ] Package dependencies -* [ ] Handle errors +* [x] Handle errors * [ ] Review by users * [ ] Integrate auth to the system. |