todotxt / todo.txt

‼️ A complete primer on the whys and hows of todo.txt.
GNU General Public License v3.0
2.33k stars 102 forks source link

How deal with URI? #15

Closed sanpii closed 3 years ago

sanpii commented 6 years ago

Hello,

It’s easy to ignore URL (ie https://) from keywords but how can we (parser writers) should deal with the others URI like mailto:, tel:, etc.?

tomByrer commented 6 years ago

Don't include the URI?

tensau commented 4 years ago

Don't include the URI?

That's not a solution.

TangentFoxy commented 4 years ago

@sanpii Why do you want to ignore it? It's a valid key:value pair, just of an unusual nature. Personally I prefer to just accept protocols as commonly occurring key:value tags.