Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] add clickable support for conventional tags #97

Closed
awmottaz opened this issue Mar 25, 2020 · 1 comment
Closed

[Feature request] add clickable support for conventional tags #97

awmottaz opened this issue Mar 25, 2020 · 1 comment

Comments

@awmottaz
Copy link

Is your feature request related to a problem? Please describe.

Related to #96

Describe the solution you'd like

Add support for some conventional tag names, such as

  • tag
  • link
  • mailto

Then, if I have the following task:

send feedback for the report tag:email mailto:[email protected] link:https://thereport.net

I could...

  • Click on "email" to filter tasks that have tag:email
  • Click on "[email protected]" to open an email composition window (like mailto links on the web)
  • Click on "https://thereport.net" to open the link in my browser

Describe alternatives you've considered

I need to do manual searching to filter by the tag, and I need to open the task for editing to copy/paste the email or link.

Additional context

None

@JMoerman
Copy link
Owner

JMoerman commented Nov 4, 2020

7252b2a implements handling URIs that look like: <scheme>://<something> or have mailto, tel or sms as URI scheme. link:https://thereport.net won't work, but https://thereport.net can now be clicked on.

I'm not convinced that adding tag is a good idea as using @email instead of tag:email can already be used to filter tasks in this way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants