lightningrodlabs / rea-playspace

Holochain app to play with REA accounting
33 stars 7 forks source link

Improvement: Richer options for describing things #77

Open fosterlynn opened 2 years ago

fosterlynn commented 2 years ago

NOT a requirement yet, needs discussion first. It is possible in this group (Code A), it may be better handled outside of this app, unclear atm.

This came up in a user demo. Some things, like processes and agents might be better described with the ability to include images in the note, or even upload a whole file to attach to the item.

The two specific things that have come up are:

adaburrows commented 2 years ago

Honestly, this could be pretty easy to do. We could add a markdown editor like milkdown instead of the text area and just ensure all images are base64 encoded as URLs and it'll just work: https://github.com/Saul-Mirone/milkdown/blob/main/examples/react/component/milkdown/index.tsx