todo.txt icon indicating copy to clipboard operation
todo.txt copied to clipboard

The format should allow for adding URLs

Open WOnder93 opened this issue 11 months ago • 2 comments

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 and value must consist of non-whitespace characters, which are not colons. Only one colon separates the key and value.

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).

WOnder93 avatar Mar 02 '24 13:03 WOnder93

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.

mgiugliano avatar Apr 19 '24 19:04 mgiugliano

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]

iltempo avatar Jun 17 '24 21:06 iltempo