Diagon icon indicating copy to clipboard operation
Diagon copied to clipboard

Interactive ASCII art diagram generators. :star2:

Results 24 Diagon issues
Sort by recently updated
recently updated
newest added

This PR gets Diagon building on my Mac. I had trouble linking `cstd++fs` with clang, but it worked with GCC. I figured that since you already have a GCC target...

![image](https://user-images.githubusercontent.com/62177280/174465497-dc1be0c0-f0e1-49ec-99a8-f8ac9a9bc4f2.png) As above, currently self message is not supported. I think this is used pretty common. Could you please consider adding this function?

enhancement
Accepted

Awesome project! I was looking to do some ascii diagramming to depict the execution flow in some python programs in vim. I am looking to capture the flow of the...

![image](https://user-images.githubusercontent.com/13445879/152997489-e1f3ac2c-670f-4944-b0ef-86639f05e545.png)

Great project! It would be really nice if we had support on macOS via Homebrew, allowing users to install Diagon via `brew install diagon`. Is there anything that would prevent...

I read README.md but didn't find anything about installation in windows.

When trying `https://arthursonzogni.com/Diagon/#Grammar` and selecting `ISO-EBNF-EBNF` we get this error: ``` 2:14: Syntax error: expected production rule separator ``` And when selecting `WSN-WSN` we get this error: ``` 2:14: Syntax...

Hi. Your application is very fine and easy use syntax. It is very useful for me. I use Diagon in plain text documentation. Would it be possible to add leading...

enhancement
Accepted

Often times, I need to send a message to itself or polling and in which case I need to do `A -> A: polling`, something like this: ```ascii ┌─┐ │A│...

enhancement

Hi, I'm the author of https://github.com/nkh/P5-App-Asciio A contributor ( THE contributor ;) ) uses Diagon and has been bugging me to try it, nice work, I was looking for something...