No description
Find a file
2025-02-06 15:08:45 -03:00
.github/workflows Initial commit 2025-01-15 09:26:49 -03:00
docs/images Initial commit 2025-01-15 09:26:49 -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 Initial commit 2025-01-15 09:26:49 -03:00
package-lock.json Initial commit 2025-01-15 09:26:49 -03:00
package.json Initial commit 2025-01-15 09:26:49 -03:00
README.md README.md: Remove Obsidian from the plugin name 2025-02-03 20:13:14 -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 Initial commit 2025-01-15 09:26:49 -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

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:

  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