Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.17 KB

Drawio.io Integration: RTL Plugin

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.

Overview

Usage

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

Installation

How to build

  1. git clone --recursive https://github.com/nopeslide/drawio_rtl_plugin.git
  2. cd drawio_rtl_plugin/drawio_desktop
  3. npm install
  4. npm run build
  5. cd ../vscode
  6. npm install
  7. npm run vscode:package