Skip to content

Commit

Permalink
Added Scripture panel with Slate Rich Text Editing display (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
katherinejensen00 authored Oct 6, 2022
2 parents 4f6b589 + ccc8e49 commit 52cdd29
Show file tree
Hide file tree
Showing 18 changed files with 1,318 additions and 178 deletions.
1 change: 1 addition & 0 deletions react-electron-poc/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
'prettier/prettier': ['warn', { tabWidth: 4, trailingComma: 'all' }],
'no-console': 'off',
'react/require-default-props': 'off',
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
},
parserOptions: {
ecmaVersion: 2020,
Expand Down
202 changes: 197 additions & 5 deletions react-electron-poc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion react-electron-poc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@
"react": "^18.2.0",
"react-contenteditable": "^3.3.6",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
"react-router-dom": "^6.3.0",
"slate": "^0.82.1",
"slate-react": "^0.82.2"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down
Loading

0 comments on commit 52cdd29

Please sign in to comment.