-
Hi, i am facing a issue like, whatever the widget we are built below linkify widget its getting overlapping at bottom as you can see the snap below :
I have wrapped linkify with container to demon…
-
Hi,
If I understand flutter_linkify correctly, it can convert the text "https://some-nice-url" into a link, but the visible link text would also be "https://some-nice-url", correct?
Is it possib…
-
Not the processed (e.g. linkified) text.
![screen shot 2014-07-20 at 10 07 12 am](https://cloud.githubusercontent.com/assets/1035315/3636110/d981a09a-0fa1-11e4-87ec-fbb06d126cc2.png)
-
if text is
`aaa:google.com`
and
`url={true}`
then entire text is linkified ... it really should be aaa: as string and google.com as link (tldMatches picks up .com correctly but fails to …
-
1. Make sure the user is logged in to Pieces - logic to check whether the user is signed in or not - User property when checking for PiecesOS status.
- Pieces.Auth0Api.getAuth0UserInfo()
…
-
### Describe the bug
The linkify extension seems to think that things like `stuff.py` are URLs. `.py` doesn't seem to be a TLD listed at https://en.wikipedia.org/wiki/List_of_Internet_top-level_domai…
-
##### Expected behavior.
text is linkified
##### Actual behavior.
text is left as plaintext
##### Steps to reproduce the problem.
1. paste a link containing parentheses into editor as plainte…
-
I'm trying to use linkify-it with simple-markdown because the links don't fully work the way I want it to.
I tried doing this:
```js
//import linkify-it
import linkify from 'linkify-it'
const lin…
-
In 0.2.2 ```import { linkify } from "react-linkify"``` resulted in `linkify` referencing global LinkifyIt instance. In 1.0.0-alpha `linkify` is undefined
-
Multiline text doesn't work as expected.
Tested on 4.0.2 and 4.1.0.
```dart
Linkify(
onOpen: (link) async => await canLaunch(link.url) && await launch(link.url),
…