/obsidian-tomorrows-daily-note

An obsidian plugin that creates tomorrows daily note for preemtive planning.

Primary LanguageTypeScriptMIT LicenseMIT

Tomorrow's Daily Note

GitHub Workflow Status GitHub release (latest SemVer)

An Obsidian plugin that creates tomorrow's daily note for preemptive planning.

Requirements

Usage

You can open tomorrow's daily note using ribbon icon or the following command: Tomorrow's Daily Note: Open tomorrow's daily note

Tomorrow's Daily Note Preview

Settings

You can configure the following settings from the plugin settings menu:

  • Skip Weekends: If enabled, the plugin will skip weekends when creating tomorrow's daily note.
  • Show icon in sidebar: If enabled, the plugin will show an icon in the sidebar for easy access to tomorrow's daily note.

Tomorrow's Daily Note Settings

Installing

Version 0.9.7 of Obsidian lets you install this plugin from within the app.

You can find the most up-to-date guides for installation here: https://help.obsidian.md/Advanced+topics/Community+plugins

Manual installation

  1. Clone this repo to the .obsidian/plugins/ directory of your vault
  2. Force reload Obsidian: View > Force Reload
  3. Enable the plugin in the Community plugins settings menu

For developers

Pull requests are both welcome and appreciated.

If you would like to contribute to the development of this plugin, please follow the guidelines provided in CONTRIBUTING.md.

Deployment

  1. Bump the version in manifest.json and the package.json files.
  2. Create a new release on GitHub with the version number as the tag: git tag -a <version number> -m "<version number>"
  3. Push the tag: git push origin <version number>
  4. The release will be automatically built and deployed by GitHub Actions, and you can check the progress in the repository's Actions tab.
  5. Then go add release notes to the newly created draft release in the repository's Releases tab.
  6. Once you're happy with the release notes, click the "Publish release" button.

Donating

I really enjoy building stuff. Sometimes for myself, sometimes for others. If you found this plugin useful and want to say thanks, you can buy me a coffee:

BuyMeACoffee

Thank you!