Note embedder tool
Closed this issue · 0 comments
thephm commented
Include each of the individual, dated Markdown note files (chats, emails, calls) into the Person's profile under ## Notes so you can see the entire communication history with the person.
Steps:
- Go through each folder
folder-nameunderPeople - Find all files with names
YYYY-MM-DD - Create a list of them like this, ordered oldest to newest
![[spongebob/2017-08-13]]
![[spongebob/2022-12-06]]
- Open the corresponding person file where
slug=folder-name - Find the section
## Notes - After any bulleted list items (individual notes), replace what is there with the new list of embedded files
Existing person file:
## Notes
- [x] 2019-03-16: Update his profile
![[spongebob/2017-08-13]]
Becomes
## Notes
- [x] 2019-03-16: update his profile
![[spongebob/2017-08-13]]
![[spongebob/2022-12-06]]