thephm/hal_md

Note embedder tool

Closed this issue · 0 comments

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:

  1. Go through each folder folder-name under People
  2. Find all files with names YYYY-MM-DD
  3. Create a list of them like this, ordered oldest to newest
![[spongebob/2017-08-13]]

![[spongebob/2022-12-06]]
  1. Open the corresponding person file where slug = folder-name
  2. Find the section ## Notes
  3. 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]]