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
This commit is contained in:
8
shared/editor/components/Styles.ts
Normal file
8
shared/editor/components/Styles.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import styled from "styled-components";
|
||||
import style, { Props } from "../../styles/editor";
|
||||
|
||||
const EditorContainer = styled.div<Props>`
|
||||
${style};
|
||||
`;
|
||||
|
||||
export default EditorContainer;
|
||||
Reference in New Issue
Block a user