macedotavares / obsidian-utilities

An Alfred workflow focusing on quick entry and logging.
https://github.com/macedotavares/obsidian-utilities
GNU General Public License v3.0
169 stars 7 forks source link

Tasks ignore tags and # #6

Closed pralayb007 closed 3 years ago

pralayb007 commented 3 years ago

Adding a task with tags (or anything appended by a #) ignores the # and gets added with just the words.

Steps to reproduce:

  1. Hit the "t" shortcut of the workflow and add "Hello World #test".
  2. Shows up as "Hello World test" on the task file.
macedotavares commented 3 years ago

I couldn't reproduce this. The Tasks.md file was appended with - [ ] [[2021-01-15]] Hello World #test ^c84c20. The entry in the daily note, however, is filtered: #task [[Tasks#^c84c20|Hello World test]]. This is intended behaviour, so that no non alphanumeric characters break the link.

Maybe we could have a more permissive filtering, but if the above is what happens in your case as well, I'm closing this issue and creating a new request for the filter part.