Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge Case with formatted links #40

Open
spences10 opened this issue Jul 27, 2020 · 2 comments
Open

Edge Case with formatted links #40

spences10 opened this issue Jul 27, 2020 · 2 comments

Comments

@spences10
Copy link

Hi, I reported the Open Graph command not working in the Foam discord the other day with an error message saying there was an illegal character causing the error.

I found the link causing it, it was scraped from a web page with Notion (I exported all my Notion data into my own workspace)

This worked on the previous version of Foam but no the latest (0.3.0)

Here's the link, the angle brackets were causing it but it was weirdly nested:

[create a free Cloudinary account](<[https://cloudinary.com/users/register/free](https://cloudinary.com/users/register/free%5C)>).

Like the title says it's an edge case, just an FYI

Thanks for the awesome Extension 🙏

@tchayen
Copy link
Owner

tchayen commented Aug 18, 2020

Sorry for taking so long to get back to you 😞 .

That link is very, very helpful in finding the cause. Sounds like a matter of escaping those chars.

@RyanPersson
Copy link

I think this is probably connected to issue #45
As
[create a free Cloudinary account](<[https://cloudinary.com/users/register/free](https://cloudinary.com/users/register/free%5C)>)
contains the same [](( : )) char sequence that's causing an error in that issue.

This was referenced Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants