Skip to content
#

link

Here are 418 public repositories matching this topic...

bendigoelectronics
bendigoelectronics commented Oct 21, 2019

After reading the documentation I'm not confident that I know how this works.

I already have existing projects that share a common linked package I have to relink to a shared folder. Do I run zelda for each of these and will magically maintain the links forever or do I have to rerun zelda after npm install? I'm not clear on how this works.

Also now I have a linked directory after running zel

LinksPlatform
Konard
Konard commented Mar 22, 2020

The canvas is used like for drawing on paper.
If user clicks on it - it creates point that transforms with animation to point-link.
If user draws a line and on both ends there is nothing the line transforms with animation to point-link.
Partial point-link is created by drawing line where at least one end is on the existing link.
Pair or regular link is created by drawing a line that connects t

paolavness
paolavness commented Jul 1, 2018

Hi there, noticing that when capitals are used, the url is not picked up. I've added the below to this working on my side to get this working:

    magicUrl: {
        globalRegularExpression: /(https?:\/\/\.|mailto:|www.)[\S]+/gi,
        urlRegularExpression: /(https?:\/\/[\S]+)|(mailto:[\S]+)|(www.[\S]+)/i
      }

It would also be neat for automagic conversion of email address

Improve this page

Add a description, image, and links to the link topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the link topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.