Minutes of meeting held on 12 07 2023 - hyelie/MDEditor GitHub Wiki
Author : Hyeil Jeong
Microsoft teams
| Name | Attendance | Role |
|---|---|---|
| Hyeil Jeong | O | |
| Donghun Shin | O | |
| Minsu Sun | O | |
| Hawoo Jung | O | |
| Hyeonsik Ham | O | |
| Yonghwan Kim | O |
What have you done so far?
- @sdh728 : Divide blocks
- @howru0321 : I worked on moving the cursor to that location when I click on it.
- @hhs0515
- Processing events corresponding to ↑ and ↓ inside the multiline block
- Modified to maintain cursor position when moving back and forth between blocks
- @hyelie
- Write a function to determine where the table starts and ends in a specific string
- Processing events corresponding to ↑ and ↓ inside the multiline block
- When pressing ↑ or ↓ on the block at both ends, it was rendered as HTML. Fixed an issue where it was rendered as markdown. Fixed an issue where the cursor position moved to the end in the same situation.
- Solved the issue of rerendering when the focused block is clicked again.
- @poodding397
- Fixed CSS overlapping issue
- Increasing test coverage
- @kyh102824
- Start today
- table processing - @kyh102824
- Problem with splitting strangely when clicking on list - @sdh728
- Block copy issue when outfocusing in multi line block - @sdh728
- Read the indent of the line with the cursor and put it in the multi block - @hhs0515
- Problem with \n being added to the last line of the block - @hyelie
- Test Coverage - @poodding397
- Modify cursor position when clicked - @howru0321
final demo : 12-16-2023
12-10-2023 21:00