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.
It is available in the Obsidian Community plugins, so you can install it from the Obsidian settings.
Installing from Obsidian is recommended, but if you want, it can also be installed manually. Steps:
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