Lucas

Results 120 issues of 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...

new feature
editor

- [ ] support markdown render style. - [x] support document selection by cursor and keyboard. - [ ] support editing by shortcuts, including markdown symbols `#` and quick select...

editor

- [ ] render the UI based on the state tree. - [ ] dispatch nodes with different types to different plugins. - [ ] examples and showcases.

editor

- [ ] support change document style through selection in the toolbar. - [ ] plugin system integrates with the toolbar. A developer or a user could add a plugin...

editor

1. Implement the TextNode and TextNodeWidget in the FlowyEditor core. 2. Support basically text editing in TextNode. 3. Sync with the delta.

improvements
editor

The document should be including: - [ ] Data Structure Design. - [ ] Json and keyword description. - [ ] Collaborative data model description. - [ ] Node Collaboration....

documentation
editor

- [x] Data Structure - [ ] Renderer - [ ] Text Editing and Selection - [ ] Operations

Add a solution to Convert Sorted List to Binary Search Tree