summaryrefslogtreecommitdiff
path: root/issues/implement-gn-markdown-editor-in-guile.gmi
diff options
context:
space:
mode:
authorAlexander_Kabui2023-11-03 10:41:16 +0300
committerAlexander_Kabui2023-11-03 10:41:16 +0300
commit9c8c7e70df47af0d7d7e5befc39086cbb0893017 (patch)
treee2cba3d3e6c84fcf0403b81bdbce6919e601c230 /issues/implement-gn-markdown-editor-in-guile.gmi
parent8f2167dee149142add79b4587a4fa52158d063f8 (diff)
downloadgn-gemtext-9c8c7e70df47af0d7d7e5befc39086cbb0893017.tar.gz
update issue:implement gn markdown editor in guile
Diffstat (limited to 'issues/implement-gn-markdown-editor-in-guile.gmi')
-rw-r--r--issues/implement-gn-markdown-editor-in-guile.gmi46
1 files changed, 46 insertions, 0 deletions
diff --git a/issues/implement-gn-markdown-editor-in-guile.gmi b/issues/implement-gn-markdown-editor-in-guile.gmi
new file mode 100644
index 0000000..bf8ed1d
--- /dev/null
+++ b/issues/implement-gn-markdown-editor-in-guile.gmi
@@ -0,0 +1,46 @@
+# Gn Markdown Editor implementation
+
+### Notes
+
+This is a reimplementation of the gn-markdown-editor in guile
+See issue:
+ => issues/implement-gn-markdown-editor.gmi
+
+ => https://github.com/Alexanderlacuna/gn-markdown-editor.git
+
+## Tags
+
+* assigned: alexm
+
+* type: feature
+
+* priority: high
+
+## Tasks
+
+* [x] implement initial apis;fetch page,edit and commit
+
+* [x] UI: implement markdown page:editor
+
+* [x] UI: add live preview for page markdown editor
+
+* [x] adding documentation
+
+* [] authentication
+
+
+## Notes
+
+the UI and the api implementation are on different repos for separation
+of concerns
+
+To run the api server refer to the documentaion see:
+
+=> https://github.com/Alexanderlacuna/geditor/blob/master/README.md
+
+
+to test the UI on its own see documentation:
+
+=> https://github.com/Alexanderlacuna/geditor-UI
+
+