Description
Is your feature request related to a problem? Please describe.
Hi! I'm trying to write down bank account numbers (groups of 3-3-4 digits separated by spaces), but the app detects and formats them as phone numbers (note that 3-3-4 is not even a valid phone number format in my country). Clicking them by accident opens up the Phone app, which is annoying.
Describe the solution you'd like
I would like to completely disable automatic detection of phone numbers, either globally or for individual notes. Personally I have never needed to click phone numbers in a notes app, so it would be nice to have the option to disable automatic detection and formatting of phone numbers.
Describe alternatives you've considered
- I looked at the markdown syntax reference, but there was no mention of phone number parsing. I found that wrapping the number inside a code block works, but it doesn't make semantic sense.
- An alternative solution might be to fix phone number detection to understand phone number formats based on the user's country, but that seems needlessly complicated, still prone to false positives, and could cause issues for users who take notes with international numbers.
Additional context
I'm using 3.4.18 with Android 9.