From c3f26ca12b8f35cbc09868d89937951c636c7a0a Mon Sep 17 00:00:00 2001 From: Alexis Praga <914687+apraga@users.noreply.github.com> Date: Thu, 2 May 2024 04:58:39 +0200 Subject: [PATCH] Doc: how to edit today's daily note (#407) documentation daily note tutorial extra detail --- docs/daily-journal.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/daily-journal.md b/docs/daily-journal.md index 34d8f30..494f9d2 100644 --- a/docs/daily-journal.md +++ b/docs/daily-journal.md @@ -43,3 +43,7 @@ Let's unpack this alias: * `$ZK_NOTEBOOK_DIR` is set to the absolute path of the current [notebook](notebook.md) when running an alias. Using it allows you to run `zk daily` no matter where you are in the notebook folder hierarchy. * We need to use double quotes around `$ZK_NOTEBOOK_DIR`, otherwise it will not be expanded. +If you want to edit today's note, simply use this alias: +```sh +$ zk daily +```