SeriousBug
01/22/2022, 8:52 AMmoksha
01/22/2022, 8:59 AMmoksha
01/22/2022, 9:52 AMSeriousBug
01/22/2022, 9:53 AMmoksha
01/22/2022, 9:55 AMSeriousBug
01/22/2022, 9:56 AMmoksha
01/22/2022, 9:56 AMScriptAutomate
01/22/2022, 5:48 PMbash
# Where 'stub: true' is the frontmatter attribute
# and 'repos' are where vaults exist in workspace
grep -irn 'stub: true' repos/*/*.md |
sed 's|repos|\[\[dendron:/|g' |
sed 's:\.md.*:\]\]:g'
Can target just task.*
notes:
bash
# Where 'stub: true' is the frontmatter attribute
# and 'repos' are where vaults exist in workspace
grep -irn 'stub: true' repos/*/task.*.md |
sed 's|repos|\[\[dendron:/|g' |
sed 's:\.md.*:\]\]:g'
Certain path assumptions are being made in these examples, but can be adjusted for your layout.
Output example:
[[dendron://vault1/task.2022.01.10.blog]]
[[dendron://vault2/task.2022.01.10.help-friend-use-can-opener-dear-god-why]]
moksha
01/22/2022, 6:55 PMmoksha
01/22/2022, 7:00 PMseadude
01/23/2022, 9:28 PMseadude
01/23/2022, 9:30 PMchmac
01/24/2022, 11:13 AMhikchoi
01/24/2022, 11:26 AMchmac
01/24/2022, 11:27 AMstatus: [x]
for easier interoperability with inline tasks and other tools, but I guess it’s a bit late for such suggestions?chmac
01/24/2022, 11:29 AM[ ]
and getting all open tasks, even if I have to look at the file name for a task note to understand what it is. The status field is quite a generic name so I assume that I can’t reliably grep for it.foureyedsoul
01/24/2022, 4:09 PMstatus
field. I usually have something like `status: 'next, write email'`… So I think you could also have markdown-style checkboxes there now, as-is.
The [ ]
would currently look redundant on lines in other notes that reference this task file, but it would make the task file findable by search tools like grep.chmac
01/24/2022, 4:34 PMstatus: [x] completed
, which would make it readable and greppable…seadude
01/24/2022, 6:00 PMpeople.md
notes!
The more thought I put into systematic organizing my thoughts and measuring different metrics of my life (Quantified Self, etc), the need for a database with an elaborate schema AND a custom app for input/out is inescapable.seadude
01/24/2022, 6:03 PMseadude
01/24/2022, 6:20 PMseadude
01/24/2022, 6:42 PMScriptAutomate
01/24/2022, 7:58 PMmarkdown
## Daily Tasks
- Meet with @seadude (or [[user.seadude]])
YAML frontmatter can then contain extra info in the user note
yaml
title: Seadude
social:
discord: 'seadude#7058'
github: ...
website: ...
Could do the same with task notes, such as the Dr. Appt table you showed, where you can just wikilink to a task note that contains all that information in the frontmatter.seadude
01/24/2022, 8:00 PMlukecarrier
01/24/2022, 9:43 PMchmac
01/25/2022, 12:14 PMchmac
01/25/2022, 12:23 PMseadude
01/25/2022, 2:41 PMinvakid404
01/25/2022, 5:31 PMkevins8
01/25/2022, 5:32 PM