* refactor: mobile-editor * refactor: `packages/core` params * refactor: editor wrappers * chore: updated the readme * chore: exposed attachment onClick method * chore: updated props * chore: renamed extended mark attribute function * chore: added focus props to editor-wrapper * fix: merge conflicts * chore: removed old isTouchDevice references * fix: types and tsconfig * chore: pnpm migration * fix: code review * chore: updated attachment style class * refactor: collaborative document extended props * chore: props rearrangement * fix: build errors and code splitting * fix: additional rich text extension props * fix: code formatting * fix: editor formatting * fix: code review * chore: pass missing prop * fix: build errors --------- Co-authored-by: Aaryan Khandelwal <[email protected]>
13 lines
369 B
HTML
13 lines
369 B
HTML
<html lang="en" data-theme="light" color-scheme="light">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<title>Plane Mobile Editor</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="./src/main.tsx"></script>
|
|
</body>
|
|
</html>
|