Lucas
Lucas
**arrow up/down/left/right** - [ ] Implement normal move events, up/down/left/right. - [ ] Handle key combinations, like `Command` or `Shift` and so on. **Corner cases** - [ ] When the...
- [ ] support markdown render style. - [x] support document selection by cursor and keyboard. - [ ] support editing by shortcuts, including markdown symbols `#` and quick select...
- [ ] render the UI based on the state tree. - [ ] dispatch nodes with different types to different plugins. - [ ] examples and showcases.
- [ ] support change document style through selection in the toolbar. - [ ] plugin system integrates with the toolbar. A developer or a user could add a plugin...
1. Implement the TextNode and TextNodeWidget in the FlowyEditor core. 2. Support basically text editing in TextNode. 3. Sync with the delta.
The document should be including: - [ ] Data Structure Design. - [ ] Json and keyword description. - [ ] Collaborative data model description. - [ ] Node Collaboration....
- [x] Data Structure - [ ] Renderer - [ ] Text Editing and Selection - [ ] Operations
Add a solution to Convert Sorted List to Binary Search Tree