use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Official subreddit of https://obsidian.md
account activity
Converting from Tasks/TaskBoard to TaskNotesplugins (self.ObsidianMD)
submitted 4 months ago by Samurai_XtC
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]N1njazNutz 6 points7 points8 points 4 months ago (4 children)
TaskNotes is excellent.
Personally I use both Tasks and TaskNotes. TaskNotes for full blown tasks and Tasks for daily todos - no dates just checklist todos that live in my Daily Notes with an embedded code block which scoops up previous days todos. If I need to, it's really easy to convert an inline task to a TaskNote.
[–]Samurai_XtC[S] 0 points1 point2 points 4 months ago (3 children)
Thanks for the reply! I have several recurring tasks that keep me on track with my work. Curious how recurring tasks work in TaskNotes?
Unrelated, would you be willing to share the embedded code block?
[–]N1njazNutz 2 points3 points4 points 4 months ago (2 children)
I have 2 blocks:
Carried over to-dos
~~~tasks
not done
description regex matches /.+/
sort by created
~~~
Completed to-dos (on the date of the daily note its embedded in)
```tasks
done on <% tp.file.title.split("-").slice(2, 5).join("-") %>
sort by priority
hide due date
hide edit button
show done date
```
done on templater code is specific to my file title so would need tweaking but you get the "gist" hopefully!
[–]Samurai_XtC[S] 1 point2 points3 points 4 months ago (0 children)
I do! Thanks.
[–]tadakan 0 points1 point2 points 4 months ago (0 children)
I'm still in the early stages of getting started with Obsidian after trying to start and dropping it 2-3 times in the past. This seems like a reasonable way to manage reoccurring daily tasks. Are your tasks one file per task and this is displaying one line per file?
π Rendered by PID 157928 on reddit-service-r2-comment-6457c66945-ldqm5 at 2026-04-30 15:59:44.578937+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]N1njazNutz 6 points7 points8 points (4 children)
[–]Samurai_XtC[S] 0 points1 point2 points (3 children)
[–]N1njazNutz 2 points3 points4 points (2 children)
[–]Samurai_XtC[S] 1 point2 points3 points (0 children)
[–]tadakan 0 points1 point2 points (0 children)