flowchart-fun
flowchart-fun copied to clipboard
Hyperlinks not displaying beyond "https:" and increase border auto-resize max limits
I love how simple this is and how this works. I would like to request the following fixes:
-
URLs do not show as hyperlinks:

-
Text height goes beyond border height - expand auto-resize max limit?:

-
Text width goes beyond border width expand auto-resize max limit?:

PS. Thank you for this! It's so cool.
Good find about the url's. I tried to add box auto-resizing over the weekend but obviously it still needs some work.
Thanks for opening this issue. I'll try to get a fix in tomorrow!
Because we allow inline javascript style comments // like this, you'll need to escape the // in url's, like http:\/\/myurl.com
The box sizing should grow horizontally and vertically now 👍
Wow! This is great. Thanks for the prompt response and fixes!
- I can confirm with some brief tests that box resizing works great.
- URLS now show up after escaping the "//" characters. With URLs now showing up properly, would you be open to allowing URLs to be clickable hyperlinks?
@alarsama I wanted to mention that there has been a small change in how lines are parsed such that escaping url's will no longer work. Now, you'll need to uri-encode them.
I made this switch so that I could support not only url's but other things like new lines, tabs, etc.
The longer term plan, which will inevitably fix your comment-
With URLs now showing up properly, would you be open to allowing URLs to be clickable hyperlinks?
is to then run the uri-decoded text through a markdown parser, which hopefully means we can have support for links, rich text like headings, bold, italics; and maybe even images!
I'm going to continue to leave this issue open until we can support that stuff, but I just wanted to flag that your hyper links that may have looked like http:\/\/hello-world.com may need to be switched to the uri encoded version (i.e., http%3A%2F%2Fhello-world.com) Sorry for any inconvenience!
Hello Rob,
Wow! Thanks for the follow-up! Very cool.
Best Regards, Alan
Resizing and hyperlinks are supported ✅