todo.txt
todo.txt copied to clipboard
The format should allow for adding URLs
Currently, adding an URL such as https://example.com/url
will be interpreted as a key-value pair and something like url:https://example.com/url
is also not valid because:
Both
key
andvalue
must consist of non-whitespace characters, which are not colons. Only one colon separates thekey
andvalue
.
Being able to refer to URLs is crucial for me (and surely for many others), so I believe the format should allow for it (and make it easy).
I wonder whether free-form annotations (including URLs, colons, etc.) might be added in whatever follows a #
symbol, as in a comment for a programming language.
I use the Markdown notation for URLs. I did not run into issues yet.
[Example](https://example.com/url)
or simply [https://example.com/url]