Previous Daily Note

approved

by 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.

2 stars281 downloadsUpdated 1y agoGPL-3.0
View on GitHub

Previous Daily Note

GitHub release

Build Release


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:

  1. Download the files main.js and manifest.json from here.
  2. In your Obsidian vault create a directory ".obsidian/plugins/obsidian-previous-daily-note".
  3. Copy the files from step 1 to the new directory.
  4. Restart Obsidian.
  5. Enable plugin in Settings -> Community plugins.

Usage

Just click on the ribbon icon or execute a command from the Command Palete.

Plugin Ribbon Icon

Plugin Command

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.