Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 780 Bytes

REACTIFY-TODO.md

File metadata and controls

18 lines (11 loc) · 780 Bytes
  1. We are not using keymap right now. It's not clear if the keymap should work on the CM background (when cursor is active) or when nodes are focused (though it's super easy to add once we know an answer to this question)

  2. Right now we use a lot of global object. This means there can be only one instance of CMB (since the global object would be shared which is a bad thing). However, we can migrate stuff out of the global object in a straightforward way (though pretty tedious)

Some stuff can be in global. E.g., the clipboard buffer. Totally fine to share it.

  1. Let's rewrite the annoucement area in the React style

  1. Search
  2. Toolbar
  3. See merge blockers: bootstrapworld/codemirror-blocks#172
  4. Automated testing