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

The format should allow for adding URLs #91

Open WOnder93 opened 4 months ago

WOnder93 commented 4 months ago

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

mgiugliano commented 2 months ago

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.

iltempo commented 2 weeks ago

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]