Tom Moor
Tom Moor
> Would you prefer this was stored in the S3 bucket as an attachment, or within the document base64 encoded? It sounds like the data storage is a PNG with...
This is exactly the direction we're planning on going with [maintainers](https://github.com/outline/outline/issues/835) – you'll be able to make certain folks "maintainer" roles and have the PR-like workflow for documents, I think...
We can actually remove that call to serialize altogether with some work, weird thing is even in a large document it only takes `0.5ms` on my machine so I hadn't...
Nice, got it down to `18ms` in this sample doc in the above PR.
closed in https://github.com/outline/outline/pull/3834
Released in `v0.66.0`
@sdcooke definitely something I'd like to include but weirdly I hadn't thought of just allowing you to have hashtags in the document and autolink them which seems like a really...
There are a few components, happy to help get something across the finish line as needed. Added rough implementation thoughts here: https://www.getoutline.com/share/2e0a0423-d6c8-458d-b828-3f847f8b8895
Started adding support in the serializer, needs more extensive testing yet – but the base is there. https://github.com/tommoor/slate-md-serializer/pull/22
Progress… 