mirror of
https://github.com/talau/obsidian-previous-daily-note.git
synced 2026-07-22 11:50:26 +00:00
No description
| .github/workflows | ||
| docs/images | ||
| src | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| release.mjs | ||
| tsconfig.json | ||
| versions.json | ||
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
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.
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

