Closed EpocDotFr closed 6 years ago
This bug may be cause by the current tag regex, which i tried to fix in https://github.com/EpocDotFr/todotxtio/pull/11
The current tag regex would match a line with an url like https://example.com, because it would see the string https: as a tag.
https://example.com
https:
I released a new version of todotxtio containing your fix. Thanks!
This bug may be cause by the current tag regex, which i tried to fix in https://github.com/EpocDotFr/todotxtio/pull/11
The current tag regex would match a line with an url like
https://example.com
, because it would see the stringhttps:
as a tag.