From ecb2302364a17b53e15414198c4b18ae70ca828a Mon Sep 17 00:00:00 2001 From: wz <44930227+wenlzhang@users.noreply.github.com> Date: Sat, 4 Nov 2023 11:34:45 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 188df95..6e15f5a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ An [Obsidian](https://obsidian.md/) plugin to copy timestamped links to blocks, - E.g., `[[Note]]` - E.g., `[[Note]] 📝 2023-11-04T12:00` +## Use cases + +- Adding timestamps to links provides context/time + - For instance, in the slip-box method, one may create entry notes to accumulate notes (links) of similar topics. With timestamp information, can can see when the block links are created and when the links are inserted into the entry notes. These timestamp info can be different. + ## Usage Timestamp Link uses [moment.js](https://momentjs.com/docs/#/displaying/format/) to format the date and time to be appended.