Skip to content

Commit

Permalink
(FE) Add document editing with Yorkie (#38)
Browse files Browse the repository at this point in the history
* Add editor header

* Add react-redux

* Add dark / light mode

* Add codemirror editor

* Temp commit

* Connect editor with yorkie

* Fix types for yorkie plugin

* Change `y` to `Yorkie`

* Move selecting color logic to editor

* Add env file

* Add `.env.development`

* Update .gitignore

* Change serializableCheck options for redux

* Add cleanUp Code to Doc, Client

* Fix cleanUp Code

* Add toolbar to editor

* Add markdown preview

* Change markdown preview padding

* Add view / edit mode
  • Loading branch information
devleejb authored Jan 12, 2024
1 parent f6fbb10 commit 49103dd
Show file tree
Hide file tree
Showing 21 changed files with 3,581 additions and 188 deletions.
2 changes: 2 additions & 0 deletions frontend/.env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_YORKIE_API_ADDR='https://api.yorkie.dev'
VITE_YORKIE_API_KEY=''
4 changes: 4 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# Environment
.env
.env.*
Loading

0 comments on commit 49103dd

Please sign in to comment.