diff options
author | Alexander_Kabui | 2023-08-07 14:25:52 +0300 |
---|---|---|
committer | Alexander_Kabui | 2023-08-07 14:25:52 +0300 |
commit | 316a3397a277fb58de3e7e24fbb0cda3397928b3 (patch) | |
tree | 4223e86d67e2ccb64e3b58df67acc599a41bbf81 /issues | |
parent | 4418e7d0152a95f0164c254918648852841e1b3e (diff) | |
download | gn-gemtext-316a3397a277fb58de3e7e24fbb0cda3397928b3.tar.gz |
add new issues/implement-gn-markdown-editor.gmi
Diffstat (limited to 'issues')
-rw-r--r-- | issues/implement-gn-markdown-editor.gmi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/issues/implement-gn-markdown-editor.gmi b/issues/implement-gn-markdown-editor.gmi new file mode 100644 index 0000000..fcb24e8 --- /dev/null +++ b/issues/implement-gn-markdown-editor.gmi @@ -0,0 +1,20 @@ +# implement gn markdown editor + +### Notes + +gn renders some markdown contents , +idea is to allow users to edit and live preview their pages +Example for similar implementation +=> https://markdownlivepreview.com/ + +## Tags + +* assigned: alexm +* type: enhancement +* keywords: markdown,editor + +## Tasks + +[ ] implement markdown page editor + +[ ] add live preview for page on edit
\ No newline at end of file |