No description
Find a file
2025-03-14 18:05:37 -03:00
.github/workflows Initial commit 2025-01-15 09:26:49 -03:00
docs/images docs/images/plugin-command.png: Update image to reflect Change Title Case to Sentence case in command name 2025-02-08 15:30:35 -03:00
src main.ts: Reformat comment 2025-02-06 15:08:45 -03:00
.eslintignore Initial commit 2025-01-15 09:26:49 -03:00
.eslintrc Initial commit 2025-01-15 09:26:49 -03:00
.gitignore Initial commit 2025-01-15 09:26:49 -03:00
esbuild.config.mjs Initial commit 2025-01-15 09:26:49 -03:00
LICENSE Initial commit 2025-01-15 09:26:49 -03:00
manifest.json release version 1.1.1 2025-03-11 10:14:36 -03:00
package-lock.json Initial commit 2025-01-15 09:26:49 -03:00
package.json release version 1.1.1 2025-03-11 10:14:36 -03:00
README.md README.md: Plugin published in the Obsidian Community plugins, so the installation process was updated 2025-03-14 18:05:37 -03:00
release.mjs Initial commit 2025-01-15 09:26:49 -03:00
tsconfig.json Initial commit 2025-01-15 09:26:49 -03:00
versions.json release version 1.1.1 2025-03-11 10:14:36 -03:00

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