Matthew Styles

Results 15 comments of Matthew Styles

Same problem here. Using electron-forge project, but I upgraded to latest typescript compiler as older version didn't support the export field in the package.json. This fixed my import in of...

Did you find a solution to this? Just hit the exact same problem.

Thanks for doing this. It looks like a fairly straightforward addition. I think there is one problem where we will end up with duplicate matches if the link text matches...

That doesn't sound right. You really don't want to be reloading the table data after making a selection. Have you looked at the demo project to see how to use...

@soulfoodz I'm wondering if what is really needed is to implemented issue #1 and allow any sequence of characters in the label to become a link. There's 2 possible ways...

I think I've come up with a nice solution now. Custom link types are now defined using instances of a new KILabelLinkClassifier class. You provide a block that does the...

First stab at implementing this is now up on its own branch. Probably still needs a bit of work to clean up names of stuff and test but its not...

This is now creeping towards release. Merged changes into main development branch. pod 'KILabel', :branch: 'develop'

Yep everyone has different needs. Hopefully this solution is flexible enough for the majority of use cases, most links can be detected with a bit of simple regex. To be...

OK so as of iOS 7 we can store custom attributes in NSAttributedString so that should be OK. First pass would be have an attribute that specified an NSImage. The...