This is an extension for Draw.io Integration or Draw.io Integration - Insider Build that adds RTL support.
This draw.io plugins provides custom elements for RTL diagrams:
- basic gates
- bus
- sequential logic
- combinational logic
- datastructure symbols
- connectable edges
configurable via properties.
- Just edit the properties of a node and it will be redrawn with the new options
git clone --recursive https://github.com/nopeslide/drawio_rtl_plugin.git
cd drawio_rtl_plugin/drawio_desktop
npm install
npm run build
cd ../vscode
npm install
npm run vscode:package