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

Auto detect mobile numbers using regex and replace them with tel: links. #14

Open
itsfarseen opened this issue May 12, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@itsfarseen
Copy link
Owner

When displaying posts, in Post.svelte, in the more info field, detect mobile numbers using a regex like [0-9 ]{10,} and replace it with something like <a href="tel:1234567890">1234567890</a>

@itsfarseen itsfarseen added good first issue Good for newcomers sveltejs This issue is related to the frontend code. and removed sveltejs This issue is related to the frontend code. labels May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant