arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Refactor Markdown editor into its own component #146

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Refactor of the Markdown editor and associated blob adding functionality into its own component.

arj03 commented 3 years ago

This is really nice. Great to see vue components to good use here.

KyleMaas commented 3 years ago

Yeah, it's how it probably should have been implemented originally. But when I started on this, I didn't realize how many places this would be used. Was better to get it going with minimal effort to see if it would even work at all. But with trying to add suggestions (for @ mentions and blobs), it would have started to make even more of a mess. So it needed the refactor first.