From 9c8c7e70df47af0d7d7e5befc39086cbb0893017 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Fri, 3 Nov 2023 10:41:16 +0300 Subject: update issue:implement gn markdown editor in guile --- issues/implement-gn-markdown-editor-in-guile.gmi | 46 ++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 issues/implement-gn-markdown-editor-in-guile.gmi (limited to 'issues/implement-gn-markdown-editor-in-guile.gmi') 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 + + -- cgit v1.2.3