GitHunt
FR

fraoustin/redmine_js_sequence

add js-sequence graph in redmine by macro

Redmine Js Sequence

Summary

Add JsSequence in Redmine

Usage

You can add your js-sequence code in wiki or issue by editor

    my text with my code
    {{sequence
    Andrew->China: Says Hello
    Note right of China: China thinks\nabout it
    China-->Andrew: How are you?
    Andrew->>China: I am good thanks!
    }}

Installation

$ cd redmine/plugins
$ git clone https://github.com/fraoustin/redmine_js_sequence.git

restart Redmine

I had an issue with Redmine 6.0: the redmine/public folder was empty. I manually created the missing directories.

$ cd redmine/public/plugin_assets
$ mkdir redmine_js_sequence
$ cd redmine_js_sequence
$ ln -s ln -s ../../../plugins/redmine_js_sequence/assets/javascripts javascripts
$ ln -s ln -s ../../../plugins/redmine_js_sequence/assets/stylesheets stylesheets

Languages

Ruby68.8%JavaScript27.4%CSS3.8%

Contributors

Created December 7, 2019
Updated February 22, 2025
fraoustin/redmine_js_sequence | GitHunt