From 17d8df655ccc95b5882d0a315a158f6cfd0c6ad0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 15 Apr 2020 13:57:14 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 134723d9..87f44a2b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -66,9 +66,35 @@ CURRENT TODOs todo: WIKI + IMMEDIATE TODO FOR THIS ITEM: + - Evaluate the options + Payload size + works responsively? + pros and cons for building my own vs purchase (seems relatively easy to build the editor but who knows) + The pre-made ones use codemirror (they all do), if I need codemirror for something else (DSL MACROS STUFF?) then does it make more sense or...? + Edit wiki from RAVEN - https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2032 + Need markdown editor that's responsive or build my own? + Must support as much as my docs do + easily add images + Export to pdf? (or is that a reporting function?) + Markdown to PDF is probably a separate thing + Useful links + Markdown reference / standard: https://commonmark.org/help/ + Markdown wysiwyg editor https://github.com/Ionaru/easy-markdown-editor + Vue wrapped wysiwyg editor (can use has a vue wrapper need to investigate practicality) + https://ui.toast.com/tui-editor/ + + markdown to html c# (.net core compatible) lib: https://github.com/Knagis/CommonMark.NET superseded by https://github.com/lunet-io/markdig + Fucking cool markdown to display VUE component which seems kind of ideal: + https://miaolz123.github.io/vue-markdown/ + Live example demo: https://miaolz123.github.io/vue-markdown/ + Supports everything I want including IMAGES! FTW! + + + Upload photo into wiki - https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2080 @@ -76,6 +102,7 @@ todo: WIKI DATADUMP - v7 wiki to markdown - https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3468 + In format that can be edited with RAVEN wiki editor (supports same elements)