Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.16 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.16 KB

Draw.io RTL Plugin

This draw.io plugins provides custom elements for RTL diagrams:

  • basic gates
  • bus
  • sequential logic
  • combinational logic
  • datastructure symbols
  • connectable edges

configurable via properties.

Overview

Usage

  • Just edit the properties of a node and it will be redrawn with the new options

How to build

  1. git clone --recursive https://github.com/nopeslide/drawio_rtl_plugin.git ~/drawio_rtl_plugin
  2. cd ~/drawio_rtl_plugin/drawio_desktop
  3. npm install
  4. npm run build

How to install

  1. open draw.io desktop
  2. select on the top menu bar Extras/Plugins...
  3. click Add
  4. click Select File... for External Plugins:
  5. select ~/drawio_rtl_plugin/drawio_desktop/dist/rtl-plugin.webpack.js
  6. click OK
  7. click Apply
  8. confirm Dialog

Draw.io copies the plugin into an internal directory, making updates impossible!

To link the plugin with the repository:

  1. run ln -sfr ~/drawio_rtl_plugin/drawio_desktop/dist/rtl-plugin.webpack.js ~/.config/draw.io/plugins/