You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comments in IMS could be made to allow simple Markdown formatting, such that it's displayed that way after comments are appended. It especially seems like it'd be useful to support ordered lists (1. 2. 3.) or unordered lists (* * *).
Goals
Find an appropriate jQuery compatible field editor library / component which ideally outputs MarkDown
Editor should be use-able by non-devs who don't know what MarkDown is.
Disable any features that aren't compatible or aren't reasonable for our use case (images/video until we add that feature)
We may need a separate MarkDown view library for display.
Decide how to handle any summary versions of those fields.
Implement Editor in report creation screens
Implement Editor in report edit screens
Implement Editor in incident creation screens
Implement Editor in incident edit screens
Implement Viewer in report detail screens
Implement Viewer in incident detail screens
Implement Viewer in report list screens (if needed)
Implement Viewer in incident list screens (if needed)
Wood Ape mentioned something like this in our call tonight
srabraham
changed the title
Consider formatted output for comments, e.g. Markdown
Consider formatted output for comments, e.g. could use Markdown
Apr 5, 2024
I think this is mostly a front-end task, though it's possible we may need to modify the model here a bit to handle formatted fields (or flag them as formatted)
So I think we'll want to update the legacy FE in this repo and make any model changes needed, in addition to the React FE. I've created an issue for the React FE and added it to the description.
The comments in IMS could be made to allow simple Markdown formatting, such that it's displayed that way after comments are appended. It especially seems like it'd be useful to support ordered lists (1. 2. 3.) or unordered lists (* * *).
Goals
jQuery
compatible field editor library / component which ideally outputs MarkDownRelated Issues
The text was updated successfully, but these errors were encountered: