unlock-protocol / locked.fyi

A basic notes application where notes are stored on IPFS and only visible by members of a lock
https://locked.fyi/
MIT License
21 stars 7 forks source link

Markdown Editor #5

Closed julien51 closed 4 years ago

julien51 commented 4 years ago

The /<lockAddress>/write lets the owner of a lock write content as markdown and save it to IPFS. We need a simple markdown editor to let the user easily type their posts. Ideally we support a preview so that the author can make sure that their content looks as expected (one of the challenges of publishing on IPFS is that there is no edit possible).

kadenzipfel commented 4 years ago

https://github.com/unlock-protocol/locked.fyi/pull/9

julien51 commented 4 years ago

Thanks @KadenZipfel