Tom Moor
e8a6de3f18
feat: Add HTML export option ( #4056 )
...
* tidy
* Add title to HTML export
* fix: Add compatability for documents without collab state
* Add HTML download option to UI
* docs
* fix nodes that required document to render
* Refactor to allow for styling of HTML export
* div>article for easier programatic content extraction
2022-09-07 04:34:39 -07:00
Gerardo Mathus
19ffff6fd2
Allow Downloads From Embeds ( #3447 )
...
* add flag to iframe
* ignore changes
* remove double space
2022-04-23 17:28:35 -07:00
Tom Moor
c5b9a742c0
fix: Cannot import from app in shared
2022-03-30 18:21:45 -07:00
Tom Moor
80be26b2de
fix: Border of file attachment not rounded in Safari (outline -> box shadow)
2022-03-06 21:56:52 -08:00
Tom Moor
631d600920
feat: File attachments ( #3031 )
...
* stash
* refactor, working in non-collab + collab editor
* attachment styling
* Avoid crypto require in browser
* AttachmentIcon, handling unknown types
* Do not allow attachment creation for file sizes over limit
* Allow image as file attachment
* Upload placeholder styling
* lint
* Refactor: Do not use placeholder for file attachmentuploads
* Add loading spinner
* fix: Extra paragraphs around attachments on insert
* Bump editor
* fix build error
* Remove attachment placeholder when upload fails
* Remove unused styles
* fix: Attachments on shared pages
* Merge fixes
2022-03-06 13:58:58 -08:00