Obsidian-Memos icon indicating copy to clipboard operation
Obsidian-Memos copied to clipboard

Support appending date and time info at the end of the memo

Open wenlzhang opened this issue 3 years ago • 1 comments

Currently, the input in daily note. would generate the following output:

- 19:00 in daily note.

While this info is enough for showing the memos in the plugin interface, it can be very useful if additional date and time info can be appended at the end of the memo. For instance, it can generate the following output in the daily note:

- 19:00 in daily note. 📝 2022-01-12T19:00

This way, one can see exactly when the memo is created after moving it to other notes.

Specifically, one can specify the appended date and time info to be something like 📝 YYYY-MM-DD in the configuration pane to generate the info above. Of course, one can also choose to not append such date and time info at the end.

On the other hand, when rendering the memos in the plugin interface, the appended date and time info does not need to show up, as the daily note and the time at the beginning of the memo are enough to determine the time the memo is created.

Similar to the request above, it would be great if one can set default tags to append to the end of the memo in the configuration pane, e.g. #Memos, #Thought, etc. This way, one does not need to input those frequently used tags.

wenlzhang avatar Jan 12 '22 14:01 wenlzhang

Also, the Dataview date format may also be of interest, e.g. [created::2022-01-12] and [due::2022-01-12].

wenlzhang avatar Jan 12 '22 15:01 wenlzhang