tuanchauict / MonoSketch

An ASCII graph drawing app
https://monosketch.io
Apache License 2.0
376 stars 9 forks source link

Replace black arrow (`▶`) with `►` #605

Closed tuanchauict closed 3 months ago

tuanchauict commented 3 months ago
          Not sure its related, but I would love to have the arrows like asciiflow.

This ► instead of ▶

It makes the vertical lines misaligned

You can notice it in the example on the README.md page and below.

Example : Current :

                 ─       │           ├───────○──┤/  547 │                    
                GND      │           │       │  │ ▶     │                    
                         │           │      ╭┴╮   │     │                    

With suggested arrow :

                 ─       │           ├───────○──┤/  547 │                    
                GND      │           │       │  │ ►     │                    
                         │           │      ╭┴╮   │     │                    

I like the idea that we can keep it as vanilla as possible without having to use fonts like jetbrains mono (even if its a cool font), but can use fonts like monospace or courier.

Originally posted by @klausdk in https://github.com/tuanchauict/MonoSketch/issues/586#issuecomment-2144619182

tuanchauict commented 3 months ago

Answer: https://github.com/tuanchauict/MonoSketch/issues/586#issuecomment-2151069590

tuanchauict commented 3 months ago

@klausdk I create a new issue for your request. This is being addressed with #604

tuanchauict commented 3 months ago

On alpha now

image