Britt 2
12/17/2020, 9:42 PMuser
12/17/2020, 9:47 PMuser
12/18/2020, 6:55 AM# Meetings
[[work.note.2020.12.18.Meeting wBob]]
Inside of this note is a section at the bottom like:
# Todo's
- [ ] Task @Who @Date
- [ ] Task @Who @Date
What I was wondering is if it is possible to setup a macro to put my cursor on the link in the daily.journal file, click a key combo, and then immediate insert the following below the entry:
# Meetings
[[work.note.2020.12.18.Meeting wBob]]
((ref: [[work.note.2020.12.18.Meeting wBob]]#Todo's,1))
This would be a time saver - I might be able to do something with Auto Hot Key but I would need to select the entire text of work.note.2020.12.18.Meeting wBob and then execute the function to somehow enter a carriage return and then enter the reference text (might be hard to not have the selected text deleted).
Anyway - anyone else have a method of doing this?hikchoi
12/18/2020, 6:58 AMuser
12/18/2020, 6:59 AMhikchoi
12/18/2020, 6:59 AMuser
12/18/2020, 7:00 AMuser
12/18/2020, 7:01 AMuser
12/18/2020, 7:01 AMhikchoi
12/18/2020, 7:01 AMhikchoi
12/18/2020, 7:02 AMuser
12/18/2020, 7:02 AMfudo
12/18/2020, 10:15 AMmarkdown
Well if you can do the following
[[work.note.2020.12.18.meetings.wBob]]
# All ToDos
((ref: [[work.note.2020.12.18.meetings.*]]#Todo,1))
Then you could extract all Todosuser
12/18/2020, 10:17 AMfudo
12/18/2020, 10:18 AMfudo
12/18/2020, 10:21 AMdenisdifazio
12/18/2020, 11:16 AMfudo
12/18/2020, 11:22 AMdenisdifazio
12/18/2020, 11:40 AMfudo
12/18/2020, 11:48 AMkevins8
12/18/2020, 8:26 PMkevins8
12/18/2020, 8:28 PMbrimwats
12/18/2020, 9:18 PMuser
12/19/2020, 5:51 AMyaml
"reftodo": {
"prefix": "reftodo",
"scope": "markdown,yaml",
"body": "((ref: [[work.note.$CURRENT_YEAR.$CURRENT_MONTH.$CURRENT_DATE.*]]#Todo's,1))",
"description": "reference notes"
},user
12/19/2020, 5:51 AMuser
12/19/2020, 6:21 AMfudo
12/19/2020, 8:58 AMkevins8
12/19/2020, 4:05 PMkevins8
12/19/2020, 4:05 PMfudo
12/19/2020, 7:23 PM