Previous Daily Note
approvedby Marcos Talau
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.
Previous Daily Note
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.
Install
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:
- 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.
Usage
Just click on the ribbon icon or execute a command from the Command Palete.


How to build
Clone the repository and run the commands:
$ npm i
$ npm run build
$ ls dist/
Releasing a new version
Inside the project directory:
$ npm run release
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.