Item9046: No Goto arrows only Next arrows
Priority: Enhancement
Current State: New
Released In: n/a
Target Release: n/a
It seems that
FlowChartPlugin is broken.
I am working with the
NatEditPlugin... Perhabs it has to do something with it:
Example:
%FLOWCHART_START%
Start
Frage
- Type: Question
- Yes: Next
- No: Start
%FLOWCHART_STOP%
As I understand there should be one arrows from Frage to Start... but on my case, only the Next arrow is printed... What made I false?
--
SaschaBuechel - 21 May 2010
Hi, I have identified the same problem. The only "fix" I have found is to use the raw edit directly (not going through the WYSIWYG) and placing one "tab" char before the "*" star character for the boxes attributes. I used copy/paste from the
FlowChartPluginExample. You can notice that if you edit the example with the wysiwyg editor, you immediately destroy the nice flow chart and you get something similar to what you get from your example.
Did you get any answer, do you know if there is any activity with this plugin?
--
AntoineMuller - 10 Nov 2010
Hi,
I had the same problem and could find a solution after I read the work-around from
SaschaBuechel. As I see there is no need to match the rules with exactly one whitespace before the "*".
Use the following patch to change the behaviour:
FlowchartPlugin.pm.diff
--
ChristianSchupfner - 10 Aug 2011
The diff works, but only when one is careful with vertical whitespace: there needs to be one blank line in the wiki text before each flowchart item. I feel this should probably be documented.
--
AlexisHazell - 19 Feb 2012