mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
initial commit
This commit is contained in:
23
packages/editor-mobile/.gitignore
vendored
Normal file
23
packages/editor-mobile/.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
70
packages/editor-mobile/README.md
Normal file
70
packages/editor-mobile/README.md
Normal file
@@ -0,0 +1,70 @@
|
||||
# Getting Started with Create React App
|
||||
|
||||
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
||||
|
||||
## Available Scripts
|
||||
|
||||
In the project directory, you can run:
|
||||
|
||||
### `npm start`
|
||||
|
||||
Runs the app in the development mode.\
|
||||
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
||||
|
||||
The page will reload if you make edits.\
|
||||
You will also see any lint errors in the console.
|
||||
|
||||
### `npm test`
|
||||
|
||||
Launches the test runner in the interactive watch mode.\
|
||||
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
||||
|
||||
### `npm run build`
|
||||
|
||||
Builds the app for production to the `build` folder.\
|
||||
It correctly bundles React in production mode and optimizes the build for the best performance.
|
||||
|
||||
The build is minified and the filenames include the hashes.\
|
||||
Your app is ready to be deployed!
|
||||
|
||||
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
|
||||
|
||||
### `npm run eject`
|
||||
|
||||
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
|
||||
|
||||
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
|
||||
|
||||
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
|
||||
|
||||
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
|
||||
|
||||
## Learn More
|
||||
|
||||
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
|
||||
|
||||
To learn React, check out the [React documentation](https://reactjs.org/).
|
||||
|
||||
### Code Splitting
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
|
||||
|
||||
### Analyzing the Bundle Size
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
|
||||
|
||||
### Making a Progressive Web App
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
|
||||
|
||||
### Advanced Configuration
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
|
||||
|
||||
### Deployment
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
|
||||
|
||||
### `npm run build` fails to minify
|
||||
|
||||
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
|
||||
64176
packages/editor-mobile/package-lock.json
generated
Normal file
64176
packages/editor-mobile/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
59
packages/editor-mobile/package.json
Normal file
59
packages/editor-mobile/package.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"name": "tiptap",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@notesnook/theme": "file:../themeprovider",
|
||||
"@tiptap/starter-kit": "2.0.0-beta.185",
|
||||
"@tiptap/core": "2.0.0-beta.176",
|
||||
"@tiptap/react": "2.0.0-beta.109",
|
||||
"framer-motion": "^4.1.17",
|
||||
"mdi-react": "^8.4.0",
|
||||
"notesnook-editor": "file:../notesnook-editor",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"zustand": "^3.6.8"
|
||||
},
|
||||
"resolutions": {
|
||||
"react": "17.0.2",
|
||||
"@types/react": "17.0.39",
|
||||
"@types/react-dom": "17.0.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^5.16.0",
|
||||
"@testing-library/react": "^11.2.7",
|
||||
"@testing-library/user-event": "^12.8.3",
|
||||
"@types/jest": "^27.0.3",
|
||||
"@types/node": "^16.11.11",
|
||||
"@types/react": "^17.0.39",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"react-error-overlay": "6.0.9",
|
||||
"react-scripts": "^5.0.1",
|
||||
"typescript": "^4.7.2",
|
||||
"web-vitals": "^1.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "BROWSER=none react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
packages/editor-mobile/public/favicon.ico
Normal file
BIN
packages/editor-mobile/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
71
packages/editor-mobile/public/fonts.css
Normal file
71
packages/editor-mobile/public/fonts.css
Normal file
@@ -0,0 +1,71 @@
|
||||
/* open-sans-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-Regular.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-Italic.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-600 - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-Medium.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-600italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-MediumItalic.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-600 - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-SemiBold.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-600italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-SemiBoldItalic.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-700 - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-Bold.ttf) format('truetype');
|
||||
}
|
||||
|
||||
/* open-sans-700italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local('Open Sans'), url(./fonts/OpenSans-BoldItalic.ttf) format('truetype');
|
||||
}
|
||||
BIN
packages/editor-mobile/public/fonts/OpenSans-Bold.ttf
Normal file
BIN
packages/editor-mobile/public/fonts/OpenSans-Bold.ttf
Normal file
Binary file not shown.
BIN
packages/editor-mobile/public/fonts/OpenSans-BoldItalic.ttf
Normal file
BIN
packages/editor-mobile/public/fonts/OpenSans-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
packages/editor-mobile/public/fonts/OpenSans-Italic.ttf
Normal file
BIN
packages/editor-mobile/public/fonts/OpenSans-Italic.ttf
Normal file
Binary file not shown.
BIN
packages/editor-mobile/public/fonts/OpenSans-Medium.ttf
Normal file
BIN
packages/editor-mobile/public/fonts/OpenSans-Medium.ttf
Normal file
Binary file not shown.
BIN
packages/editor-mobile/public/fonts/OpenSans-MediumItalic.ttf
Normal file
BIN
packages/editor-mobile/public/fonts/OpenSans-MediumItalic.ttf
Normal file
Binary file not shown.
BIN
packages/editor-mobile/public/fonts/OpenSans-Regular.ttf
Normal file
BIN
packages/editor-mobile/public/fonts/OpenSans-Regular.ttf
Normal file
Binary file not shown.
BIN
packages/editor-mobile/public/fonts/OpenSans-SemiBold.ttf
Normal file
BIN
packages/editor-mobile/public/fonts/OpenSans-SemiBold.ttf
Normal file
Binary file not shown.
BIN
packages/editor-mobile/public/fonts/OpenSans-SemiBoldItalic.ttf
Normal file
BIN
packages/editor-mobile/public/fonts/OpenSans-SemiBoldItalic.ttf
Normal file
Binary file not shown.
81
packages/editor-mobile/public/index.html
Normal file
81
packages/editor-mobile/public/index.html
Normal file
@@ -0,0 +1,81 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="height: 100%" lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<link href="%PUBLIC_URL%/fonts.css" rel="stylesheet" />
|
||||
<link href="styles.css" rel="stylesheet" />
|
||||
<style>
|
||||
body {
|
||||
height: 100%;
|
||||
font-family: "Open Sans";
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: "Open Sans";
|
||||
color: var(--nn_pri)
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: white;
|
||||
background-color: var(--nn_accent);
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: var(--nn_placeholder)
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: "Open Sans";
|
||||
color: var(--nn_heading)
|
||||
}
|
||||
|
||||
#root {
|
||||
height: 100%;
|
||||
caret-color: var(--nn_accent);
|
||||
display: flex;
|
||||
}
|
||||
</style>
|
||||
<meta name="description" content="Web site created using create-react-app" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||
-->
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<!--
|
||||
Notice the use of %PUBLIC_URL% in the tags above.
|
||||
It will be replaced with the URL of the `public` folder during the build.
|
||||
Only files inside the `public` folder can be referenced from the HTML.
|
||||
|
||||
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<!--
|
||||
This HTML file is a template.
|
||||
If you open it directly in the browser, you will see an empty page.
|
||||
|
||||
You can add webfonts, meta tags, or analytics to this file.
|
||||
The build step will place the bundled scripts into the <body> tag.
|
||||
|
||||
To begin the development, run `npm start` or `yarn start`.
|
||||
To create a production bundle, use `npm run build` or `yarn build`.
|
||||
-->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
BIN
packages/editor-mobile/public/logo192.png
Normal file
BIN
packages/editor-mobile/public/logo192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
BIN
packages/editor-mobile/public/logo512.png
Normal file
BIN
packages/editor-mobile/public/logo512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
25
packages/editor-mobile/public/manifest.json
Normal file
25
packages/editor-mobile/public/manifest.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
3
packages/editor-mobile/public/robots.txt
Normal file
3
packages/editor-mobile/public/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||
218
packages/editor-mobile/public/styles.css
Normal file
218
packages/editor-mobile/public/styles.css
Normal file
@@ -0,0 +1,218 @@
|
||||
.ProseMirror p.is-editor-empty:first-child::before {
|
||||
color: var(--placeholder);
|
||||
content: attr(data-placeholder);
|
||||
float: left;
|
||||
height: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.ProseMirror {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.ProseMirror code:not(pre code) {
|
||||
background-color: var(--bgSecondary);
|
||||
}
|
||||
|
||||
.ProseMirror code:not(pre code) {
|
||||
background-color: var(--bgSecondary);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 5px;
|
||||
padding: 3px 5px 0px 5px;
|
||||
font-family: ui-monospace, SFMono-Regular, SF Mono, Consolas, Liberation Mono,
|
||||
Menlo, monospace !important;
|
||||
font-size: 10pt !important;
|
||||
}
|
||||
|
||||
.ProseMirror li p {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.ProseMirror li {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.ProseMirror a {
|
||||
color: var(--primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ProseMirror a:hover {
|
||||
filter: brightness(70%);
|
||||
}
|
||||
|
||||
.ProseMirror {
|
||||
position: relative;
|
||||
}
|
||||
.ProseMirror {
|
||||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
white-space: break-spaces;
|
||||
-webkit-font-variant-ligatures: none;
|
||||
font-variant-ligatures: none;
|
||||
font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
|
||||
}
|
||||
.ProseMirror [contenteditable="false"] {
|
||||
white-space: normal;
|
||||
}
|
||||
.ProseMirror [contenteditable="false"] [contenteditable="true"] {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.ProseMirror pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
img.ProseMirror-separator {
|
||||
display: inline !important;
|
||||
border: none !important;
|
||||
margin: 0 !important;
|
||||
width: 1px !important;
|
||||
height: 1px !important;
|
||||
}
|
||||
.ProseMirror-gapcursor {
|
||||
display: none;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
}
|
||||
.ProseMirror-gapcursor:after {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
width: 20px;
|
||||
border-top: 1px solid var(--text);
|
||||
animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
|
||||
}
|
||||
@keyframes ProseMirror-cursor-blink {
|
||||
to {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
.ProseMirror-hideselection *::selection {
|
||||
background: transparent;
|
||||
color: var(--text);
|
||||
}
|
||||
.ProseMirror-hideselection *::-moz-selection {
|
||||
background: transparent;
|
||||
color: var(--text);
|
||||
}
|
||||
.ProseMirror-hideselection * {
|
||||
caret-color: transparent;
|
||||
}
|
||||
.ProseMirror-focused .ProseMirror-gapcursor {
|
||||
display: block;
|
||||
}
|
||||
.tippy-box[data-animation="fade"][data-state="hidden"] {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.ProseMirror li.node-taskItem {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.ProseMirror table {
|
||||
border-collapse: collapse;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.ProseMirror table td,
|
||||
.ProseMirror table th {
|
||||
border: 1px solid var(--border);
|
||||
box-sizing: border-box;
|
||||
min-width: 1em;
|
||||
padding: 3px 5px;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.ProseMirror table td > *,
|
||||
.ProseMirror table th > * {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.ProseMirror table th {
|
||||
background-color: var(--bgSecondary);
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ProseMirror table .selectedCell:after {
|
||||
background: var(--primary);
|
||||
content: "";
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.ProseMirror table .column-resize-handle {
|
||||
background-color: var(--primary);
|
||||
bottom: -2px;
|
||||
position: absolute;
|
||||
right: -2px;
|
||||
pointer-events: none;
|
||||
top: 0;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
.ProseMirror table p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.tableWrapper {
|
||||
padding: 1rem 0;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.resize-cursor {
|
||||
cursor: ew-resize;
|
||||
cursor: col-resize;
|
||||
}
|
||||
|
||||
.drop-cursor {
|
||||
background-color: var(--text) !important;
|
||||
}
|
||||
|
||||
.search-result {
|
||||
background-color: var(--disabled);
|
||||
}
|
||||
|
||||
.line-number-widget,
|
||||
.line-number::before {
|
||||
color: var(--codeFg);
|
||||
pointer-events: none;
|
||||
border-right: 1px solid currentColor;
|
||||
margin-right: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.line-number::before {
|
||||
content: attr(data-line);
|
||||
}
|
||||
|
||||
.line-number.active::before,
|
||||
.line-number-widget.active {
|
||||
color: var(--codeHighlight);
|
||||
}
|
||||
|
||||
.line-number.active:after,
|
||||
.line-number-widget.active:after {
|
||||
content: " ";
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
pointer-events: none;
|
||||
background-color: var(--overlay);
|
||||
}
|
||||
|
||||
pre::selection,
|
||||
pre *::selection {
|
||||
background-color: var(--codeSelection) !important;
|
||||
color: currentColor;
|
||||
}
|
||||
15
packages/editor-mobile/src/App.css
Normal file
15
packages/editor-mobile/src/App.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.App {
|
||||
flex:1;
|
||||
}
|
||||
|
||||
.ProseMirror:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.ProseMirror p.is-editor-empty:first-child::before {
|
||||
color: #a9a9a9;
|
||||
content: attr(data-placeholder);
|
||||
float: left;
|
||||
height: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
8
packages/editor-mobile/src/App.test.js
Normal file
8
packages/editor-mobile/src/App.test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { render, screen } from '@testing-library/react';
|
||||
import App from './App';
|
||||
|
||||
test('renders learn react link', () => {
|
||||
render(<App />);
|
||||
const linkElement = screen.getByText(/learn react/i);
|
||||
expect(linkElement).toBeInTheDocument();
|
||||
});
|
||||
8
packages/editor-mobile/src/App.tsx
Normal file
8
packages/editor-mobile/src/App.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import "./App.css";
|
||||
import Tiptap from "./components/editor";
|
||||
|
||||
function App() {
|
||||
return <Tiptap />;
|
||||
}
|
||||
|
||||
export default App;
|
||||
48
packages/editor-mobile/src/components/button.tsx
Normal file
48
packages/editor-mobile/src/components/button.tsx
Normal file
@@ -0,0 +1,48 @@
|
||||
import { Editor } from "@tiptap/react";
|
||||
|
||||
type ButtonType = {
|
||||
editor: Editor | null;
|
||||
title: string;
|
||||
onPress: () => void;
|
||||
marginRight?: number;
|
||||
activeKey: string;
|
||||
};
|
||||
|
||||
export default function Button({
|
||||
editor,
|
||||
title,
|
||||
onPress,
|
||||
marginRight = 10,
|
||||
activeKey,
|
||||
}: ButtonType) {
|
||||
const active = editor?.isActive(activeKey);
|
||||
|
||||
return (
|
||||
<button
|
||||
style={{
|
||||
width: 40,
|
||||
height: 40,
|
||||
borderWidth: 0,
|
||||
background: active ? "var(--nn_transGray)" : "var(--nn_nav)",
|
||||
borderRadius: 5,
|
||||
fontWeight: "bold",
|
||||
userSelect: "none",
|
||||
color: active ? "var(--nn_accent)" : "var(--nn_pri)",
|
||||
marginRight: marginRight,
|
||||
fontSize: 18,
|
||||
}}
|
||||
onMouseUp={(e) => {
|
||||
e.preventDefault();
|
||||
onPress();
|
||||
}}
|
||||
onMouseDown={(e) => e.preventDefault()}
|
||||
onTouchEnd={(e) => {
|
||||
e.preventDefault();
|
||||
onPress();
|
||||
}}
|
||||
className={active ? "is-active" : ""}
|
||||
>
|
||||
{title}
|
||||
</button>
|
||||
);
|
||||
}
|
||||
160
packages/editor-mobile/src/components/editor.tsx
Normal file
160
packages/editor-mobile/src/components/editor.tsx
Normal file
@@ -0,0 +1,160 @@
|
||||
import { useTheme } from "@notesnook/theme";
|
||||
import { EditorContent } from "@tiptap/react";
|
||||
import {
|
||||
Toolbar,
|
||||
useTiptap,
|
||||
PortalProviderAPI,
|
||||
PortalProvider,
|
||||
PortalRenderer,
|
||||
} from "notesnook-editor";
|
||||
import { useEditorController } from "../hooks/useEditorController";
|
||||
import { useEditorThemeStore } from "../state/theme";
|
||||
import StatusBar from "./statusbar";
|
||||
import Tags from "./tags";
|
||||
import Title from "./title";
|
||||
import Header from "./header";
|
||||
|
||||
const Tiptap = ({
|
||||
portalProviderApi,
|
||||
}: {
|
||||
portalProviderApi: PortalProviderAPI;
|
||||
}) => {
|
||||
const theme = useEditorThemeStore((state) => state.colors);
|
||||
const toolbarTheme = useTheme({
|
||||
//todo
|
||||
accent: "green",
|
||||
scale: 1,
|
||||
theme: theme?.night ? "dark" : "light",
|
||||
});
|
||||
|
||||
const editorTheme = useTheme({
|
||||
//todo
|
||||
accent: "green",
|
||||
scale: 1,
|
||||
theme: theme?.night ? "dark" : "light",
|
||||
});
|
||||
|
||||
editorTheme.space = [0, 6, 12, 20];
|
||||
toolbarTheme.space = [0, 10, 12, 18];
|
||||
//@ts-ignore
|
||||
toolbarTheme.space.small = "10px";
|
||||
|
||||
toolbarTheme.buttons.menuitem = {
|
||||
...toolbarTheme.buttons.menuitem,
|
||||
height: "50px",
|
||||
paddingX: "20px",
|
||||
borderBottomWidth: 0,
|
||||
};
|
||||
|
||||
toolbarTheme.iconSizes = {
|
||||
big: 20,
|
||||
medium: 18,
|
||||
small: 18,
|
||||
};
|
||||
toolbarTheme.fontSizes = {
|
||||
...toolbarTheme.fontSizes,
|
||||
subBody: "0.8rem",
|
||||
body: "0.8rem",
|
||||
};
|
||||
|
||||
toolbarTheme.radii = {
|
||||
...toolbarTheme.radii,
|
||||
small: 5,
|
||||
};
|
||||
|
||||
toolbarTheme.buttons.menuitem = {
|
||||
...toolbarTheme.buttons.menuitem,
|
||||
px: 5,
|
||||
height: "45px",
|
||||
};
|
||||
|
||||
const editor = useTiptap({
|
||||
onUpdate: ({ editor }) => {
|
||||
global.editorController.contentChange(editor);
|
||||
},
|
||||
onSelectionUpdate: (props) => {
|
||||
global.editorController.selectionChange(props.editor);
|
||||
},
|
||||
onOpenAttachmentPicker: (editor, type) => {
|
||||
global.editorController.openFilePicker(type);
|
||||
return true;
|
||||
},
|
||||
onDownloadAttachment: (editor, attachment) => {
|
||||
global.editorController.downloadAttachment(attachment);
|
||||
return true;
|
||||
},
|
||||
theme: editorTheme,
|
||||
portalProviderAPI: portalProviderApi,
|
||||
});
|
||||
const controller = useEditorController(editor);
|
||||
globalThis.editorController = controller;
|
||||
|
||||
return (
|
||||
<>
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
flex: 1,
|
||||
flexDirection: "column",
|
||||
maxWidth: "100vw",
|
||||
marginBottom: "5px",
|
||||
}}
|
||||
>
|
||||
<Header controller={controller} />
|
||||
<div
|
||||
onScroll={controller.scroll}
|
||||
style={{
|
||||
overflowY: "scroll",
|
||||
flexDirection: "column",
|
||||
height: "100%",
|
||||
flexGrow: 1,
|
||||
flexShrink: 1,
|
||||
display: "flex",
|
||||
}}
|
||||
>
|
||||
<Tags controller={controller} />
|
||||
<Title controller={controller} />
|
||||
<StatusBar editor={editor} />
|
||||
<EditorContent
|
||||
style={{
|
||||
padding: 12,
|
||||
paddingTop: 0,
|
||||
color: theme?.pri,
|
||||
}}
|
||||
editor={editor}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div
|
||||
style={{
|
||||
paddingLeft: 10,
|
||||
paddingTop: 5,
|
||||
}}
|
||||
>
|
||||
<Toolbar
|
||||
isMobile={true}
|
||||
theme={toolbarTheme}
|
||||
editor={editor}
|
||||
location="bottom"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
const TiptapProvider = () => {
|
||||
return (
|
||||
//@ts-ignore
|
||||
<PortalProvider
|
||||
render={(portalProviderApi) => (
|
||||
<>
|
||||
<Tiptap portalProviderApi={portalProviderApi} />
|
||||
<PortalRenderer portalProviderAPI={portalProviderApi} />
|
||||
</>
|
||||
)}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
export default TiptapProvider;
|
||||
180
packages/editor-mobile/src/components/header.tsx
Normal file
180
packages/editor-mobile/src/components/header.tsx
Normal file
@@ -0,0 +1,180 @@
|
||||
import ArrowBackIcon from "mdi-react/ArrowBackIcon";
|
||||
import CloudUploadOutlineIcon from "mdi-react/CloudUploadOutlineIcon";
|
||||
import CrownIcon from "mdi-react/CrownIcon";
|
||||
import DotsHorizontalIcon from "mdi-react/DotsHorizontalIcon";
|
||||
import MagnifyIcon from "mdi-react/MagnifyIcon";
|
||||
import React from "react";
|
||||
import { EditorController } from "../hooks/useEditorController";
|
||||
import { useSafeArea } from "../hooks/useSafeArea";
|
||||
import { useSettings } from "../hooks/useSettings";
|
||||
import { EventTypes } from "../utils";
|
||||
import styles from "./styles.module.css";
|
||||
|
||||
const Button = ({
|
||||
onPress,
|
||||
children,
|
||||
style,
|
||||
}: {
|
||||
onPress: () => void;
|
||||
children: React.ReactNode;
|
||||
style: React.CSSProperties;
|
||||
}) => {
|
||||
return (
|
||||
<button
|
||||
className={styles.btn_header}
|
||||
style={style}
|
||||
onMouseUp={(e) => {
|
||||
e.preventDefault();
|
||||
}}
|
||||
onMouseDown={(e) => e.preventDefault()}
|
||||
onTouchEnd={(e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
onPress();
|
||||
}}
|
||||
onTouchStart={(e) => {
|
||||
editor?.commands.blur();
|
||||
e.preventDefault();
|
||||
}}
|
||||
>
|
||||
{children}
|
||||
</button>
|
||||
);
|
||||
};
|
||||
|
||||
export default function Header({
|
||||
controller,
|
||||
}: {
|
||||
controller: EditorController;
|
||||
}) {
|
||||
const insets = useSafeArea();
|
||||
const settings = useSettings();
|
||||
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
height: `${50 + insets.top}px`,
|
||||
backgroundColor: "var(--nn_bg)",
|
||||
position: "sticky",
|
||||
width: "100vw",
|
||||
}}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
width: "100%",
|
||||
justifyContent: "space-between",
|
||||
flexDirection: "row",
|
||||
paddingTop: insets.top,
|
||||
}}
|
||||
>
|
||||
<Button
|
||||
onPress={() => {
|
||||
post(EventTypes.back);
|
||||
}}
|
||||
style={{
|
||||
borderWidth: 0,
|
||||
borderRadius: 100,
|
||||
color: "var(--nn_icon)",
|
||||
marginLeft: 6,
|
||||
width: 40,
|
||||
height: 40,
|
||||
display: "flex",
|
||||
justifyContent: "center",
|
||||
alignItems: "start",
|
||||
flexDirection: "column",
|
||||
}}
|
||||
>
|
||||
<ArrowBackIcon size={28} color="var(--nn_pri)" />
|
||||
</Button>
|
||||
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
flexDirection: "row",
|
||||
}}
|
||||
>
|
||||
{!settings.premium && (
|
||||
<Button
|
||||
onPress={() => {
|
||||
post(EventTypes.pro);
|
||||
}}
|
||||
style={{
|
||||
borderWidth: 0,
|
||||
borderRadius: 100,
|
||||
color: "var(--nn_icon)",
|
||||
marginRight: 10,
|
||||
width: 39,
|
||||
height: 39,
|
||||
display: "flex",
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
}}
|
||||
>
|
||||
<CrownIcon size={28} color="orange" />
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
onPress={() => {
|
||||
//
|
||||
}}
|
||||
style={{
|
||||
borderWidth: 0,
|
||||
borderRadius: 100,
|
||||
color: "var(--nn_icon)",
|
||||
marginRight: 10,
|
||||
|
||||
width: 39,
|
||||
height: 39,
|
||||
display: "flex",
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
}}
|
||||
>
|
||||
<MagnifyIcon size={28} color="var(--nn_pri)" />
|
||||
</Button>
|
||||
<Button
|
||||
onPress={() => {
|
||||
post(EventTypes.monograph);
|
||||
}}
|
||||
style={{
|
||||
borderWidth: 0,
|
||||
borderRadius: 100,
|
||||
color: "var(--nn_icon)",
|
||||
marginRight: 10,
|
||||
width: 39,
|
||||
height: 39,
|
||||
display: "flex",
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
}}
|
||||
>
|
||||
<CloudUploadOutlineIcon size={28} color="var(--nn_pri)" />
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
onPress={() => {
|
||||
post(EventTypes.properties);
|
||||
}}
|
||||
style={{
|
||||
borderWidth: 0,
|
||||
borderRadius: 100,
|
||||
color: "var(--nn_icon)",
|
||||
marginRight: 12,
|
||||
width: 39,
|
||||
height: 39,
|
||||
display: "flex",
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
}}
|
||||
>
|
||||
<DotsHorizontalIcon size={28} color="var(--nn_pri)" />
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
39
packages/editor-mobile/src/components/statusbar.tsx
Normal file
39
packages/editor-mobile/src/components/statusbar.tsx
Normal file
@@ -0,0 +1,39 @@
|
||||
import { Editor } from "@tiptap/react";
|
||||
import { useRef, useState } from "react";
|
||||
|
||||
export default function StatusBar({ editor }: { editor: Editor | null }) {
|
||||
const [status, setStatus] = useState({
|
||||
date: "",
|
||||
saved: "",
|
||||
});
|
||||
const words = editor?.storage?.characterCount?.words() + " words";
|
||||
const statusBar = useRef({
|
||||
set: setStatus,
|
||||
});
|
||||
//@ts-ignore
|
||||
globalThis.statusBar = statusBar;
|
||||
|
||||
const paragraphStyle = {
|
||||
marginTop: 0,
|
||||
marginBottom: 0,
|
||||
fontSize: "12px",
|
||||
color: "var(--nn_icon)",
|
||||
marginRight: 8,
|
||||
};
|
||||
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
flexDirection: "row",
|
||||
display: "flex",
|
||||
height: 15,
|
||||
paddingRight: 12,
|
||||
paddingLeft: 12,
|
||||
}}
|
||||
>
|
||||
<p style={paragraphStyle}>{words}</p>
|
||||
<p style={paragraphStyle}>{status.date}</p>
|
||||
<p style={paragraphStyle}>{status.saved}</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
21
packages/editor-mobile/src/components/styles.module.css
Normal file
21
packages/editor-mobile/src/components/styles.module.css
Normal file
@@ -0,0 +1,21 @@
|
||||
.btn {
|
||||
background-color: var(--nn_nav);
|
||||
}
|
||||
|
||||
.btn:active {
|
||||
background-color: var(--nn_transGray);
|
||||
}
|
||||
|
||||
.btn_header {
|
||||
width:40;
|
||||
height:40;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn_header:active {
|
||||
background-color: var(--nn_transGray);
|
||||
}
|
||||
|
||||
.titleBar::placeholder {
|
||||
color: var(--nn_placeholder)
|
||||
}
|
||||
109
packages/editor-mobile/src/components/tags.tsx
Normal file
109
packages/editor-mobile/src/components/tags.tsx
Normal file
@@ -0,0 +1,109 @@
|
||||
import { useRef, useState } from "react";
|
||||
import { EditorController } from "../hooks/useEditorController";
|
||||
import { EventTypes } from "../utils";
|
||||
import styles from "./styles.module.css";
|
||||
|
||||
export default function Tags({ controller }: { controller: EditorController }) {
|
||||
const [tags, setTags] = useState<{ title: string; alias: string }[]>([]);
|
||||
const editorTags = useRef({
|
||||
setTags: setTags,
|
||||
});
|
||||
|
||||
global.editorTags = editorTags;
|
||||
|
||||
const openManageTagsSheet = () => {
|
||||
if (editor?.isFocused) {
|
||||
editor.commands.blur();
|
||||
editorTitle.current?.blur();
|
||||
}
|
||||
post(EventTypes.newtag);
|
||||
};
|
||||
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
padding: "0px 12px",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
marginTop: 10,
|
||||
}}
|
||||
>
|
||||
<button
|
||||
className={styles.btn}
|
||||
onMouseUp={(e) => {
|
||||
e.preventDefault();
|
||||
openManageTagsSheet();
|
||||
}}
|
||||
onMouseDown={(e) => e.preventDefault()}
|
||||
onTouchEnd={(e) => {
|
||||
e.preventDefault();
|
||||
openManageTagsSheet();
|
||||
}}
|
||||
style={{
|
||||
borderWidth: 0,
|
||||
backgroundColor: "var(--nn_nav)",
|
||||
marginRight: 5,
|
||||
borderRadius: 100,
|
||||
padding: "0px 10px",
|
||||
fontFamily: "Open Sans",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
height: "30px",
|
||||
}}
|
||||
>
|
||||
{tags.length === 0 ? (
|
||||
<p
|
||||
style={{
|
||||
marginRight: 4,
|
||||
fontSize: 13,
|
||||
color: "var(--nn_icon)",
|
||||
userSelect: "none",
|
||||
}}
|
||||
>
|
||||
Add a tag
|
||||
</p>
|
||||
) : null}
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
version="1.1"
|
||||
width="20"
|
||||
height="20"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<path
|
||||
fill="var(--nn_accent)"
|
||||
d="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
|
||||
{tags.map((tag) => (
|
||||
<button
|
||||
className={styles.btn}
|
||||
style={{
|
||||
borderWidth: 0,
|
||||
backgroundColor: "var(--nn_nav)",
|
||||
marginRight: 5,
|
||||
borderRadius: 100,
|
||||
padding: "0px 10px",
|
||||
height: "30px",
|
||||
fontFamily: "Open Sans",
|
||||
fontSize: 13,
|
||||
color: "var(--nn_icon)",
|
||||
}}
|
||||
onMouseUp={(e) => {
|
||||
e.preventDefault();
|
||||
post(EventTypes.tag, tag.title);
|
||||
}}
|
||||
onMouseDown={(e) => e.preventDefault()}
|
||||
onTouchEnd={(e) => {
|
||||
e.preventDefault();
|
||||
post(EventTypes.tag, tag.title);
|
||||
}}
|
||||
>
|
||||
#{tag.alias}
|
||||
</button>
|
||||
))}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
45
packages/editor-mobile/src/components/title.tsx
Normal file
45
packages/editor-mobile/src/components/title.tsx
Normal file
@@ -0,0 +1,45 @@
|
||||
import { useEffect, useRef } from "react";
|
||||
import { EditorController } from "../hooks/useEditorController";
|
||||
import styles from "./styles.module.css";
|
||||
export default function Title({
|
||||
controller,
|
||||
}: {
|
||||
controller: EditorController;
|
||||
}) {
|
||||
const titleRef = useRef<HTMLInputElement>(null);
|
||||
const emitUpdate = useRef(true);
|
||||
global.editorTitle = titleRef;
|
||||
|
||||
useEffect(() => {
|
||||
if (titleRef.current) {
|
||||
emitUpdate.current = false;
|
||||
titleRef.current.value = controller.title;
|
||||
emitUpdate.current = true;
|
||||
}
|
||||
}, [controller.title]);
|
||||
|
||||
return (
|
||||
<input
|
||||
ref={titleRef}
|
||||
className={styles.titleBar}
|
||||
style={{
|
||||
height: 50,
|
||||
fontSize: 27,
|
||||
width: "100%",
|
||||
boxSizing: "border-box",
|
||||
borderWidth: 0,
|
||||
paddingRight: 12,
|
||||
paddingLeft: 12,
|
||||
fontWeight: 600,
|
||||
fontFamily: "Open Sans",
|
||||
backgroundColor: "transparent",
|
||||
color: "var(--nn_heading)",
|
||||
}}
|
||||
onChange={(event) => {
|
||||
if (!emitUpdate.current) return;
|
||||
controller.titleChange(event.target.value);
|
||||
}}
|
||||
placeholder="Note title"
|
||||
/>
|
||||
);
|
||||
}
|
||||
174
packages/editor-mobile/src/hooks/useEditorController.ts
Normal file
174
packages/editor-mobile/src/hooks/useEditorController.ts
Normal file
@@ -0,0 +1,174 @@
|
||||
import { Editor } from "@tiptap/core";
|
||||
import { Attachment } from "notesnook-editor/dist/extensions/attachment";
|
||||
import { useCallback, useEffect, useRef, useState } from "react";
|
||||
import { useEditorThemeStore } from "../state/theme";
|
||||
import { EventTypes, isReactNative, post, timerFn } from "../utils";
|
||||
|
||||
export type Selection = {
|
||||
[name: string]: {
|
||||
text?: string;
|
||||
length?: number;
|
||||
attributes?: Record<string, any>;
|
||||
type?: "mark" | "node";
|
||||
};
|
||||
};
|
||||
|
||||
type Timers = {
|
||||
selectionChange: NodeJS.Timeout | null;
|
||||
change: NodeJS.Timeout | null;
|
||||
};
|
||||
|
||||
export type EditorController = {
|
||||
selectionChange: (editor: Editor) => void;
|
||||
titleChange: (title: string) => void;
|
||||
contentChange: (editor: Editor) => void;
|
||||
scroll: (event: React.UIEvent<HTMLDivElement, UIEvent>) => void;
|
||||
title: string;
|
||||
setTitle: React.Dispatch<React.SetStateAction<string>>;
|
||||
openFilePicker: (type: "image" | "file") => void;
|
||||
downloadAttachment: (attachment: Attachment) => void;
|
||||
};
|
||||
|
||||
export function useEditorController(editor: Editor | null): EditorController {
|
||||
const [title, setTitle] = useState("");
|
||||
|
||||
const timers = useRef<Timers>({
|
||||
selectionChange: null,
|
||||
change: null,
|
||||
});
|
||||
|
||||
const selectionChange = useCallback((editor: Editor) => {
|
||||
// if (!editor) return;
|
||||
// timers.current.selectionChange = timerFn(
|
||||
// () => {
|
||||
// let selection: Selection = {};
|
||||
// let { view, state, schema } = editor;
|
||||
// let { to, from } = view.state.selection;
|
||||
// selection.attributes = {
|
||||
// text: state.doc.textBetween(from, to, ""),
|
||||
// length: to - from,
|
||||
// };
|
||||
// let marks = Object.keys(schema.marks);
|
||||
// let nodes = Object.keys(schema.nodes);
|
||||
// for (let mark of marks) {
|
||||
// if (!editor.isActive(mark)) continue;
|
||||
// selection[mark] = {
|
||||
// attributes: editor.getAttributes(mark),
|
||||
// type: "mark",
|
||||
// };
|
||||
// }
|
||||
// for (let node of nodes) {
|
||||
// if (!editor.isActive(node)) continue;
|
||||
// selection[node] = {
|
||||
// attributes: editor.getAttributes(node),
|
||||
// type: "node",
|
||||
// };
|
||||
// }
|
||||
// post(EventTypes.selection, selection);
|
||||
// },
|
||||
// 500,
|
||||
// timers.current?.selectionChange
|
||||
// );
|
||||
}, []);
|
||||
|
||||
const titleChange = (title: string) => {
|
||||
post(EventTypes.title, title);
|
||||
};
|
||||
|
||||
const contentChange = useCallback(
|
||||
(editor: Editor) => {
|
||||
if (!editor) return;
|
||||
selectionChange(editor);
|
||||
timers.current.change = timerFn(
|
||||
() => {
|
||||
post(EventTypes.content, editor.getHTML());
|
||||
},
|
||||
300,
|
||||
timers.current?.change
|
||||
);
|
||||
},
|
||||
[selectionChange]
|
||||
);
|
||||
|
||||
const scroll = useCallback(
|
||||
(event: React.UIEvent<HTMLDivElement, UIEvent>) => {
|
||||
//@ts-ignore
|
||||
post(EventTypes.scroll, event.target.scrollTop);
|
||||
},
|
||||
[]
|
||||
);
|
||||
|
||||
const onMessage = useCallback(
|
||||
(data: Event) => {
|
||||
//@ts-ignore
|
||||
let message = JSON.parse(data.data);
|
||||
let type = message.type;
|
||||
let value = message.value;
|
||||
global.sessionId = message.sessionId;
|
||||
switch (type) {
|
||||
case "native:html":
|
||||
editor?.commands.setContent(value, false, {
|
||||
preserveWhitespace: true,
|
||||
});
|
||||
break;
|
||||
case "native:theme":
|
||||
useEditorThemeStore.getState().setColors(message.value);
|
||||
break;
|
||||
case "native:title":
|
||||
setTitle(value);
|
||||
break;
|
||||
case "native:titleplaceholder":
|
||||
break;
|
||||
case "native:status":
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
post(type); // Notify that message was delivered successfully.
|
||||
},
|
||||
[editor]
|
||||
);
|
||||
|
||||
// useEffect(() => {
|
||||
// post(EventTypes.history, {
|
||||
// undo: false, // editor?.can().undo(),
|
||||
// redo: false, // editor?.can().redo(),
|
||||
// });
|
||||
// }, [editor]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!isReactNative()) return; // Subscribe only in react native webview.
|
||||
let isSafari = navigator.vendor.match(/apple/i);
|
||||
let root = document;
|
||||
if (isSafari) {
|
||||
//@ts-ignore
|
||||
root = window;
|
||||
}
|
||||
|
||||
root.addEventListener("message", onMessage);
|
||||
|
||||
return () => {
|
||||
root.removeEventListener("message", onMessage);
|
||||
};
|
||||
}, [onMessage]);
|
||||
|
||||
const openFilePicker = useCallback((type) => {
|
||||
post(EventTypes.filepicker, type);
|
||||
}, []);
|
||||
|
||||
const downloadAttachment = useCallback((attachment: Attachment) => {
|
||||
alert("downloadAttachment" + attachment.hash);
|
||||
post(EventTypes.download, attachment);
|
||||
}, []);
|
||||
|
||||
return {
|
||||
contentChange,
|
||||
selectionChange,
|
||||
titleChange,
|
||||
scroll,
|
||||
title,
|
||||
setTitle,
|
||||
openFilePicker,
|
||||
downloadAttachment,
|
||||
};
|
||||
}
|
||||
26
packages/editor-mobile/src/hooks/useSafeArea.ts
Normal file
26
packages/editor-mobile/src/hooks/useSafeArea.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
import { useState } from "react";
|
||||
|
||||
const initialState = {
|
||||
top: 0,
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
};
|
||||
|
||||
global.safeAreaController = {
|
||||
update: (safeArea) => {
|
||||
if (safeAreaController.set) safeAreaController.set(safeArea);
|
||||
safeAreaController.previous = safeArea;
|
||||
},
|
||||
reset: () => {
|
||||
if (safeAreaController.set) safeAreaController.set(initialState);
|
||||
},
|
||||
previous: initialState,
|
||||
};
|
||||
|
||||
export const useSafeArea = () => {
|
||||
const [safeArea, setSafeArea] = useState(global.safeAreaController.previous);
|
||||
global.safeAreaController.set = setSafeArea;
|
||||
|
||||
return safeArea;
|
||||
};
|
||||
30
packages/editor-mobile/src/hooks/useSettings.ts
Normal file
30
packages/editor-mobile/src/hooks/useSettings.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
import { useState } from "react";
|
||||
|
||||
const settingsJson = localStorage.getItem("editorSettings");
|
||||
|
||||
const initialState = {
|
||||
readonly: false,
|
||||
fullscreen: false,
|
||||
deviceMode: "mobile",
|
||||
premium: false,
|
||||
};
|
||||
|
||||
global.settingsController = {
|
||||
update: (settings) => {
|
||||
const nextSettings = { ...settingsController.previous, ...settings };
|
||||
if (settingsController.set) settingsController.set(nextSettings);
|
||||
if (settings) {
|
||||
localStorage.setItem("editorSettings", JSON.stringify(nextSettings));
|
||||
} else {
|
||||
localStorage.removeItem("editorSettings");
|
||||
}
|
||||
settingsController.previous = nextSettings;
|
||||
},
|
||||
previous: settingsJson ? JSON.parse(settingsJson) : initialState,
|
||||
};
|
||||
|
||||
export const useSettings = () => {
|
||||
const [settings, setSettings] = useState(global.settingsController.previous);
|
||||
global.settingsController.set = setSettings;
|
||||
return settings;
|
||||
};
|
||||
18
packages/editor-mobile/src/index.css
Normal file
18
packages/editor-mobile/src/index.css
Normal file
@@ -0,0 +1,18 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
||||
monospace;
|
||||
}
|
||||
|
||||
input:active,
|
||||
input:focus {
|
||||
outline: none;
|
||||
}
|
||||
17
packages/editor-mobile/src/index.tsx
Normal file
17
packages/editor-mobile/src/index.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
import reportWebVitals from './reportWebVitals';
|
||||
|
||||
ReactDOM.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
document.getElementById('root')
|
||||
);
|
||||
|
||||
// If you want to start measuring performance in your app, pass a function
|
||||
// to log results (for example: reportWebVitals(console.log))
|
||||
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
|
||||
reportWebVitals();
|
||||
1
packages/editor-mobile/src/logo.svg
Normal file
1
packages/editor-mobile/src/logo.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 841.9 595.3"><g fill="#61DAFB"><path d="M666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9V78c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6V78.5c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3zm-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9zm-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9zm32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1zM421.2 430c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32zm-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24 4.7 8 9.5 15.8 14.4 23.4zM420.7 163c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32zm-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9zm-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6 0-15.7 22.9-35.6 58.3-50.6 8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2zM310 490c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7zm237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1zm38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6zM320.8 78.4z"/><circle cx="420.9" cy="296.5" r="45.7"/><path d="M520.5 78.1z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
1
packages/editor-mobile/src/react-app-env.d.ts
vendored
Normal file
1
packages/editor-mobile/src/react-app-env.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/// <reference types="react-scripts" />
|
||||
13
packages/editor-mobile/src/reportWebVitals.js
Normal file
13
packages/editor-mobile/src/reportWebVitals.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const reportWebVitals = onPerfEntry => {
|
||||
if (onPerfEntry && onPerfEntry instanceof Function) {
|
||||
import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
|
||||
getCLS(onPerfEntry);
|
||||
getFID(onPerfEntry);
|
||||
getFCP(onPerfEntry);
|
||||
getLCP(onPerfEntry);
|
||||
getTTFB(onPerfEntry);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
export default reportWebVitals;
|
||||
5
packages/editor-mobile/src/setupTests.js
Normal file
5
packages/editor-mobile/src/setupTests.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// jest-dom adds custom jest matchers for asserting on DOM nodes.
|
||||
// allows you to do things like:
|
||||
// expect(element).toHaveTextContent(/react/i)
|
||||
// learn more: https://github.com/testing-library/jest-dom
|
||||
import '@testing-library/jest-dom';
|
||||
81
packages/editor-mobile/src/state/theme.tsx
Normal file
81
packages/editor-mobile/src/state/theme.tsx
Normal file
@@ -0,0 +1,81 @@
|
||||
import create, { State } from "zustand";
|
||||
import { injectCss, transform } from "../utils/css";
|
||||
type Colors = {
|
||||
night: boolean;
|
||||
bg: string;
|
||||
navbg: string;
|
||||
input: string;
|
||||
nav: string;
|
||||
heading: string;
|
||||
pri: string;
|
||||
sec: string;
|
||||
light: string;
|
||||
transGray: string;
|
||||
accent: string;
|
||||
shade: string;
|
||||
fg: string;
|
||||
normal: string;
|
||||
errorText: string;
|
||||
successBg: string;
|
||||
successText: string;
|
||||
warningBg: string;
|
||||
warningText: string;
|
||||
red: string;
|
||||
orange: string;
|
||||
yellow: string;
|
||||
green: string;
|
||||
blue: string;
|
||||
purple: string;
|
||||
gray: string;
|
||||
discord: string;
|
||||
border: string;
|
||||
placeholder: string;
|
||||
};
|
||||
|
||||
const DefaultColors = {
|
||||
accent: "#008837",
|
||||
shade: "#00883712",
|
||||
fg: "#008837",
|
||||
normal: "black",
|
||||
icon: "gray",
|
||||
transGray: "#00000010",
|
||||
errorBg: "#FFB6C1",
|
||||
errorText: "#ff6961",
|
||||
successBg: "#DFF2BF",
|
||||
successText: "#4F8A10",
|
||||
warningBg: "#FF990020",
|
||||
warningText: "#FF9900",
|
||||
red: "#f44336",
|
||||
orange: "#FF9800",
|
||||
yellow: "#FFD600",
|
||||
green: "#4CAF50",
|
||||
blue: "#2196F3",
|
||||
purple: "#673AB7",
|
||||
gray: "#9E9E9E",
|
||||
discord: "#5865F2",
|
||||
night: false,
|
||||
bg: "#ffffff",
|
||||
navbg: "#f7f7f7",
|
||||
nav: "#f7f7f7",
|
||||
pri: "#424242",
|
||||
sec: "white",
|
||||
light: "#ffffff",
|
||||
input: "transparent",
|
||||
heading: "#212121",
|
||||
border: "#E8E8E8",
|
||||
placeholder: "#a9a9a9",
|
||||
};
|
||||
|
||||
injectCss(transform(DefaultColors));
|
||||
interface ThemeState extends State {
|
||||
colors: Colors | null;
|
||||
setColors: (colors: Colors) => void;
|
||||
}
|
||||
|
||||
export const useEditorThemeStore = create<ThemeState>((set, get) => ({
|
||||
colors: DefaultColors,
|
||||
setColors: (colors) => {
|
||||
injectCss(transform(colors));
|
||||
set({ colors: colors });
|
||||
},
|
||||
}));
|
||||
54
packages/editor-mobile/src/utils/css.js
Normal file
54
packages/editor-mobile/src/utils/css.js
Normal file
@@ -0,0 +1,54 @@
|
||||
export function removeCss(id) {
|
||||
var link = document.getElementById(id);
|
||||
link.remove();
|
||||
}
|
||||
|
||||
export function injectCssSrc(id, src) {
|
||||
var head = document.head;
|
||||
var link = document.createElement("link");
|
||||
|
||||
link.id = id;
|
||||
link.type = "text/css";
|
||||
link.rel = "stylesheet";
|
||||
link.href = src;
|
||||
|
||||
head.appendChild(link);
|
||||
}
|
||||
|
||||
export function injectCss(rule) {
|
||||
let variableCss = document.getElementById("variables-nn");
|
||||
let head = document.getElementsByTagName("head")[0];
|
||||
if (variableCss) {
|
||||
head.removeChild(variableCss);
|
||||
}
|
||||
let css = document.createElement("style");
|
||||
css.type = "text/css";
|
||||
css.id = "variables-nn";
|
||||
// Support for IE
|
||||
if (css.styleSheet) css.styleSheet.cssText = rule;
|
||||
// Support for the rest
|
||||
else css.appendChild(document.createTextNode(rule));
|
||||
head.insertBefore(css, getRootStylesheet());
|
||||
}
|
||||
|
||||
function getRootStylesheet() {
|
||||
for (let sty of document.getElementsByTagName("style")) {
|
||||
if (sty.innerHTML.includes("#root")) {
|
||||
return sty;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export function changeSvgTheme(newAccent) {
|
||||
var nodes = document.querySelectorAll('*[fill="#0560ff"]');
|
||||
for (var n = 0; n < nodes.length; ++n)
|
||||
nodes[n].setAttribute("fill", newAccent);
|
||||
}
|
||||
|
||||
export function transform(colors) {
|
||||
let root = ":root {";
|
||||
for (let color in colors) {
|
||||
root += `--nn_${color}: ${colors[color]};`;
|
||||
}
|
||||
return root + "}";
|
||||
}
|
||||
147
packages/editor-mobile/src/utils/index.ts
Normal file
147
packages/editor-mobile/src/utils/index.ts
Normal file
@@ -0,0 +1,147 @@
|
||||
import { Editor } from "@tiptap/react";
|
||||
import { Dispatch, MutableRefObject, RefObject, SetStateAction } from "react";
|
||||
import { useEditorController } from "../hooks/useEditorController";
|
||||
|
||||
export type SafeAreaType = {
|
||||
top: number;
|
||||
left: number;
|
||||
bottom: number;
|
||||
right: number;
|
||||
};
|
||||
|
||||
export type Settings = {
|
||||
readonly: boolean;
|
||||
fullscreen: boolean;
|
||||
deviceMode: "mobile" | "smallTablet" | "tablet";
|
||||
premium: boolean;
|
||||
};
|
||||
|
||||
declare global {
|
||||
/**
|
||||
* Id of current session
|
||||
*/
|
||||
var sessionId: string;
|
||||
/**
|
||||
* Current tiptap instance
|
||||
*/
|
||||
var editor: Editor | null;
|
||||
/**
|
||||
* Current editor controller
|
||||
*/
|
||||
var editorController: ReturnType<typeof useEditorController>;
|
||||
|
||||
var settingsController: {
|
||||
update: (settings: Settings) => void;
|
||||
previous: Settings;
|
||||
set?: Dispatch<SetStateAction<Settings>>;
|
||||
};
|
||||
|
||||
var premiumController: {
|
||||
update: (premium: boolean) => void;
|
||||
previous: boolean;
|
||||
set?: Dispatch<SetStateAction<boolean>>;
|
||||
};
|
||||
|
||||
var safeAreaController: {
|
||||
update: (insets: SafeAreaType) => void;
|
||||
reset: () => void;
|
||||
previous: SafeAreaType;
|
||||
set?: Dispatch<
|
||||
SetStateAction<{
|
||||
top: number;
|
||||
bottom: number;
|
||||
left: number;
|
||||
right: number;
|
||||
}>
|
||||
>;
|
||||
};
|
||||
|
||||
var editorTitle: RefObject<HTMLInputElement>;
|
||||
|
||||
/**
|
||||
* Global ref to manage tags in editor.
|
||||
*/
|
||||
var editorTags: MutableRefObject<{
|
||||
setTags: React.Dispatch<
|
||||
React.SetStateAction<{ title: string; alias: string }[]>
|
||||
>;
|
||||
}>;
|
||||
|
||||
function logger(type: "info" | "warn" | "error", ...logs: any[]): void;
|
||||
/**
|
||||
* Function to post message to react native
|
||||
* @param type
|
||||
* @param value
|
||||
*/
|
||||
|
||||
function post(type: string, value?: unknown): void;
|
||||
interface Window {
|
||||
/**
|
||||
* React Native WebView
|
||||
*/
|
||||
ReactNativeWebView: {
|
||||
postMessage: (data: string) => void;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
export const timerFn = (
|
||||
callback: () => void,
|
||||
duration: number,
|
||||
timer: NodeJS.Timeout | null
|
||||
) => {
|
||||
if (timer) {
|
||||
clearTimeout(timer);
|
||||
timer = null;
|
||||
}
|
||||
timer = setTimeout(callback, duration);
|
||||
return timer;
|
||||
};
|
||||
|
||||
export const EventTypes = {
|
||||
selection: "editor-event:selection",
|
||||
content: "editor-event:content",
|
||||
title: "editor-event:title",
|
||||
scroll: "editor-event:scroll",
|
||||
history: "editor-event:history",
|
||||
newtag: "editor-event:newtag",
|
||||
tag: "editor-event:tag",
|
||||
filepicker: "editor-event:picker",
|
||||
download: "editor-event:download-attachment",
|
||||
logger: "native:logger",
|
||||
back: "editor-event:back",
|
||||
pro: "editor-event:pro",
|
||||
monograph: "editor-event:monograph",
|
||||
properties: "editor-event:properties",
|
||||
};
|
||||
|
||||
export function isReactNative(): boolean {
|
||||
return !!window.ReactNativeWebView;
|
||||
}
|
||||
|
||||
export function logger(type: "info" | "warn" | "error", ...logs: any[]) {
|
||||
let logString = logs
|
||||
.map((log) => {
|
||||
return typeof log !== "string" ? JSON.stringify(log) : log;
|
||||
})
|
||||
.join(" ");
|
||||
|
||||
post(EventTypes.logger, `[${type}]: ` + logString);
|
||||
}
|
||||
|
||||
export function post(type: string, value?: unknown) {
|
||||
if (isReactNative()) {
|
||||
window.ReactNativeWebView.postMessage(
|
||||
JSON.stringify({
|
||||
//@ts-ignore
|
||||
type: EventTypes[type] || type,
|
||||
value: value,
|
||||
sessionId: global.sessionId,
|
||||
})
|
||||
);
|
||||
} else {
|
||||
console.log(type, value);
|
||||
}
|
||||
}
|
||||
globalThis.logger = logger;
|
||||
globalThis.post = post;
|
||||
26
packages/editor-mobile/tsconfig.json
Normal file
26
packages/editor-mobile/tsconfig.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"display": "tiptap editor",
|
||||
"compilerOptions": {
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"module": "esnext",
|
||||
"target": "es5",
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "react-jsx",
|
||||
"moduleResolution": "node",
|
||||
"noEmit": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"outDir": "dist",
|
||||
"downlevelIteration": true,
|
||||
"maxNodeModuleJsDepth": 5
|
||||
},
|
||||
"include": ["src/"],
|
||||
"exclude": ["src/notesnook-editor/"]
|
||||
}
|
||||
Reference in New Issue
Block a user