
---
[](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/releases/latest)
[](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/releases/latest)
[](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/blob/main/LICENSE)
[](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/commits/main)



[](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/releases)
---
[简体中文](./README_zh_CN.md) \| English
---
# Integrated Edit Environment (IEE)
A plugin for [SiYuan Note](https://github.com/siyuan-note/siyuan) that not only manage files and folders in the workspace directory but you can also edit files using text editor [Monaco Editor](https://github.com/Microsoft/monaco-editor).
## PREVIEW

## Feature Introduction
### File Explorer Panel
This panel allows you to manage all files and folders in the workspace directory.
| Function | Operation | Applicable Objects | Remarks |
| ------------------------- | -------------------------------------------------------------------------------------- | ------------------------------ | ----------------------------------------------------------------------------------------------------------------- |
| Context Menu | Right-click on a file/folder/root directory with the mouse | File & Folder & Root directory | The menu can also be opened by clicking the menu button |
| Move File/Folder | Drag and drop files/folders | File & Folder | The target location cannot have files/folders with the same name |
| Bulk Upload Files/Folders | Drag and drop files/folders from the system file explorer to the desired upload folder | Folder | After dragging and dropping, the list of files to be uploaded is displayed. Once confirmed, the upload will start |
| Download File/Folder | Drag and drop the file/folder outside the window | File & Folder | The folder will be packaged as a compressed file and downloaded |
### Editor Panel
This panel displays the markdown/kramdown source code of the currently edited block, allowing you to edit and save the kramdown code of all blocks and the markdown code of leaf blocks.
| Function | Operation | Remarks |
| --------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Code Auto Wrapping |