molecule
molecule copied to clipboard
:rocket: A lightweight Web IDE UI framework.
### Describe the bug 根据 https://dtstack.github.io/molecule/zh-CN/docs/quick-start 操作步骤执行。 ### Versions - OS: mac os - Browser: chrome - Molecule: #### package.json 文件内容: { "name": "molecule-demo", "version": "0.1.0", "private": true, "dependencies": {...
自 2022 年 6 月 17 日发布 v1.0.0 以来,Molecule 共发布了 10 个版本。期间修复了大量 Bug,稳定现有功能。但也有一些问题日积月累,已经无法通过修复来确保代码的可维护性和健壮性。因此,我们计划启动 2.0 的开发,旨在彻底解决性能优化问题、布局优化问题等问题,同时优化 Molecule 相关的开发体验。 Since the release of v1.0.0 in 2022.06.17, Molecule has released a total of...
### Question 我查看了所有的内置数据,没有发现 `editor` 相关右键菜单的数据。 虽然官网示例的 `demo` 上有许多 `editor` 右键菜单选项,但我去翻阅源码里面却没有找到。(源码和官网API也只找到 `folderTree` 相关的菜单代码ono) > 打印 `molecule.builtin.getModules()` 结果  > 官网示例  我觉得应该是可以自定义的,可能是我没有找对地方,所以来寻求一下思路。
Hello After pressing the item in the sidebar, 'molecule.editor.open()' will run. I change the components to show at this opening. However, when the editor screen is of the same type,...
### Describe the bug 我对比了下官网的0.31.1版本,可以将编辑器区域外的文字选中之后拖拽到编辑器指定光标处,但是,molecule却无法将拖拽的文字插入到编辑器代码区域 ### Versions - OS: Mac os Big Sur 11.7.1 - Browser: Google Chrome 版本 114.0.5735.106(正式版本) (x86_64) - Molecule: https://dtstack.github.io/molecule-examples/#/ ### To reproduce ### Expected 期望能够将拖拽的文字或者内容插入到指定的编辑器代码区域,这件事可以极大提到小白使用业务代码编辑器的效率和体验...
# 新建文件夹、文件UI样式有错误渲染 复现逻辑 ``` molecule.folderTree.add( new TreeNodeModel({ id: uniqueId(), name: '', isLeaf: type === FileTypes.File, fileType: type, isEditable: true, data: { parentId } }), parentId); ``` 问题截图: # activityBar的icon样式有错误渲染 关于这个问题...
### Question  在我点击这个去登录之后并没有自动收起这个按钮,请问通过什么样的属性可以收起?
### Description The Molecule only supports the standalone currently, when you use the `create()` function, it just returns a global `molecule` instance. But some developers need to create multiple instances...
### Describe the bug When the molecule is embedded in a page, the ContextMenu will show in an incorrect position. ### Versions - OS: - Browser: - Molecule: 