Coder Social home page Coder Social logo

Comments (6)

rob-gordon avatar rob-gordon commented on May 11, 2024 1

@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!

from flowchart-fun.

rob-gordon avatar rob-gordon commented on May 11, 2024

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!

from flowchart-fun.

rob-gordon avatar rob-gordon commented on May 11, 2024

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 👍

from flowchart-fun.

alarsama avatar alarsama commented on May 11, 2024

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?

from flowchart-fun.

alarsama avatar alarsama commented on May 11, 2024

Hello Rob,

Wow! Thanks for the follow-up! Very cool.

Best Regards,
Alan

from flowchart-fun.

rob-gordon avatar rob-gordon commented on May 11, 2024

Resizing and hyperlinks are supported ✅

from flowchart-fun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.