Remind is a visual framework that supports rendering and editing tree-structured data in various layout types.
- Supports Canvas and SVG dual-engine rendering to improve rendering performance.
- Supports Docker deployment and NAS deployment.
- Does not rely on browser layout capabilities to enhance performance, large files open in seconds.
- Highly extensible, supports custom nodes and themes.
- Supports extensible animations.
npm run start
docker run -d -v your_data_path:/reminds -p 7001:7001 mizydocker/remind
npm i remind-editor --save
<script src="https://unpkg.com/remind-editor@${version}/dist/remind.js"></script>
npm i remind-editor --save
import Remind from 'remind-editor'
import Remind from 'remind-editor';
new Remind(document.getElementById("root"),{
data:{} // data
})
remind.page.toJSON()