-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New documentation panel #11240
Comments
Keziah Wesley reports a new STANDUP for yesterday (2024-10-03): Progress: Working on image support: Implemented teleportation, computed-facet based plugin. Noticed right-dock slide-in animation has been broken, fixed it. It should be finished by 2024-10-11. Next Day: Next day I will be working on the #11240 task. Finish image support. |
Keziah Wesley reports a new STANDUP for today (2024-10-04): Progress: Finishing images: Got the teleportation mechanism working with CM's decoration-reuse model. It should be finished by 2024-10-11. Next Day: Next day I will be working on the #11240 task. Modified parsers for remaining space-mishandling syntaxes. |
Keziah Wesley reports a new STANDUP for yesterday (2024-10-07): Progress: Implemented modified parsers for list types and block quotes. It should be finished by 2024-10-11. Next Day: Next day I will be working on the #11240 task. Remaining CSS styles, testing |
Keziah Wesley reports a new STANDUP for today (2024-10-08): Progress: Implemented the remaining CSS features; switched to a "live preview lite" UI that offers most of the benefits of a hybrid view/edit mode without much implementation complexity. It should be finished by 2024-10-11. Next Day: Next day I will be working on the #11240 task. Polish synchronization (handle code editor edits; implement lazy ytext conversion) |
Keziah Wesley reports a new STANDUP for yesterday (2024-10-09): Progress: Separating markdown editor from lexical support still used for comments. Working on ytext sync. It should be finished by 2024-10-11. Next Day: Next day I will be working on the #11240 task. Dealing with mismatch between always-present yText model and empty vs absent comment distinction in AST. |
Keziah Wesley reports a new STANDUP for yesterday (2024-10-10): Progress: Started parser changes to change from modifier-nodes to compound nodes. It should be finished by 2024-10-11. Next Day: Next day I will be working on the #11240 task. Continue AST changes. |
Keziah Wesley reports a new STANDUP for today (2024-10-11): Progress: Corrected the function/variable distinction to match what the backend does, which will simplify defining full structure of each type. It should be finished by 2024-10-11. Next Day: Next day I will be working on the #11240 task. Continue AST changes. |
Keziah Wesley reports a new STANDUP for yesterday (2024-10-31): Progress: Implementing markdown Y.Text logic. It should be finished by 2024-11-08. Next Day: Next day I will be working on the #11240 task. Finish Y.Text sync. |
Keziah Wesley reports a new STANDUP for today (2024-11-01): Progress: Finished markdown sync; new doc editor is ready except lints and final testing. It should be finished by 2024-11-08. Next Day: Next day I will be working on the #11240 task. Polish PR, lots of testing for all the recent changes. |
Keziah Wesley reports a new STANDUP for today (2024-11-04): Progress: Finished PR: Polished new APIs, added more docs and tests It should be finished by 2024-11-08. Next Day: Next day I will be working on the #11240 task. New features! |
Keziah Wesley reports a new STANDUP for yesterday (2024-11-05): Progress: Addressing review; found a bug in dock sizing, fixed it. It should be finished by 2024-11-08. Next Day: Next day I will be working on the #9970 task. Start on tables. |
Implements #11240. https://github.com/user-attachments/assets/4d2f8021-3e0f-4d39-95df-bcd72bf7545b # Important Notes - Fix a Yjs document corruption bug caused by `DeepReadonly` being replaced by a stub; introduce a `DeepReadonly` implementation without Vue dependency. - Fix right panel sizing when code editor is open. - Fix right panel slide-in animation. - `Ast.Function` renamed to `Ast.FunctionDef`.
Implements #11240. https://github.com/user-attachments/assets/4d2f8021-3e0f-4d39-95df-bcd72bf7545b # Important Notes - Fix a Yjs document corruption bug caused by `DeepReadonly` being replaced by a stub; introduce a `DeepReadonly` implementation without Vue dependency. - Fix right panel sizing when code editor is open. - Fix right panel slide-in animation. - `Ast.Function` renamed to `Ast.FunctionDef`.
Keziah Wesley reports a new STANDUP for today (2024-11-15): Progress: Wrote and PR'd integration tests for GraphNodeComment. Wrote CM implementation, except for link decoration. It should be finished by 2024-11-22. Next Day: Next day I will be working on the #11240 task. Add link decoration to new GraphNodeComment. |
Keziah Wesley reports a new STANDUP for yesterday (2024-11-18): Progress: Added link decoration to GraphNodeComment, opened a PR removing Lexical dependency. It should be finished by 2024-11-22. Next Day: Next day I will be working on the #11240 task. New task |
Tasks
The text was updated successfully, but these errors were encountered: