Refine creation editor to allow it to act as a dynamic wysiwyg editor. Similar to mediums article creation
Source editing as well
Description
Description
Event Timeline
Comment Actions
This should be implemented server side first.
We should change post.text to post.text[] to allow for easy parsing client side
Comment Actions
Could it be possible to have a JSON array for this? [{ Type: picture, Url: https, Text: text }, { Type: markdown, Url: null, Text: text }]