codepod
codepod copied to clipboard
Codepod IDE: Scalable Interactive Coding
Currently, shared projects, do not have privilege management. At least two levels are needed: Edit and View-only. For example, I share a project to Hebi and he can only view...
Currently, a scope is visualized as a large box, even when it is empty. This is not good. It takes too much space. Manual enlargement is needed when it members...
When the node is resized in width, it will reset on refresh.
We need to add copy/cut buttons and functionalities to the RichText node as well.
When the user selects multiple pods, pressing the `delete` key should delete all of the selected pods.
Currently, when a user enters a repo canvas, the viewpoint is always set to a fixed position and a fixed zoom level. We should record a user's last viewpoint and...
This is a feature request. We can skip slides in PPT. Can we set some pods to skip mode? So just keep those pods for future reference but unable to...
Jupyter/VIM has two modes, Edit/Insert mode and Command mode (`ESC`+`:`). We should support both too? In command mode, we can change the interpreter (Python, Markdown, Shell) and in edit mode...
A pain of Jupyter is that after the code of a cell is changed, the outputs of all dependent cells remain the same, and a user needs to rerun all...
In a shell pod, the "code" is a shell command, and the "output" is whatever on stdout. A shell pod shall allow persistent execution, such as the command `top` which...