This is a Obsidian plugin that opens the previous daily note. Unlike the "Daily notes" command "Open previous daily note", it opens the previous daily note starting from today, rather than the daily note currently open. It also provides a ribbon icon and a command to perform this action.
I already submitted the plugin to Obsidian Community plugins but I'm still waiting for approval. For now you can install it manually.
Steps to manually install:
- Download the files main.js and manifest.json from here.
- In your Obsidian vault create a directory ".obsidian/plugins/obsidian-previous-daily-note".
- Copy the files from step 1 to the new directory.
- Restart Obsidian.
- Enable plugin in Settings -> Community plugins.
Just click on the ribbon icon or execute a command from the Command Palete.
Clone the repository and run the commands:
$ npm i
$ npm run build
$ ls dist/
Inside the project directory:
$ npm run release