This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-08-13 03:11:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
rust-lib
/
flowy-document
/
src
/
old_editor
/
mod.rs
6 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
Feat: add appflowy editor in backend (#1320) * chore: remove update attributes * chore: format code * chore: extension for transaction * refactor: add document editor trait * chore: add appflowy_document editor * chore: add document serde * chore: add new document editor * chore: add tests * chore: add more test * chore: add test Co-authored-by: nathan <nathan@appflowy.io>
2022-10-20 11:35:11 +08:00
pub
mod
conflict
;
pub
mod
editor
;
pub
mod
queue
;
Fix/read app (#1808) * fix: filter out the apps that are deleted * chore: format code style * chore: fix clippy wanrings
2023-02-06 21:42:01 +08:00
pub
mod
snapshot
;
Feat: add appflowy editor in backend (#1320) * chore: remove update attributes * chore: format code * chore: extension for transaction * refactor: add document editor trait * chore: add appflowy_document editor * chore: add document serde * chore: add new document editor * chore: add tests * chore: add more test * chore: add test Co-authored-by: nathan <nathan@appflowy.io>
2022-10-20 11:35:11 +08:00
mod
web_socket
;
Reference in New Issue
Copy Permalink