toc
toc copied to clipboard
Implement rich embeds in message list
Extract links (possibly add previews), embed images and videos, etc.
Make use of https://github.com/twitter/twitter-text
Use this free oEmbed API: http://oembedapi.com/
Server is open source and can be self-hosted.
Markdown input and rendering would be nice too. https://news.ycombinator.com/item?id=10112177
CodeMirror with github-flavored markdown (or prosemirror if funded) + markdown-it
https://github.com/codemirror/CodeMirror/ https://github.com/markdown-it/markdown-it
Last feature for the release. For realz this time.
ProseMirror was funded. Giving this a try, but gonna let it go if it starts to looking like too much work.
Lowering priority of this for now. Prosemirror still needs some time to get organized. There isn't even an npm module yet.
Spinning off markdown input into separate issue: #298
This one is for oEmbed.