Until Today

pending

by Wei Zhang

Automatically open the current daily/weekly note or create a new one copying content from the previous one.

Updated 2mo agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Obsidian Until Today

This Obsidian plugin helps you manage daily or weekly notes by automatically creating a new note for the current week or opening the existing one. It can copy the content from the previous week's note when creating a new one.

Features

  • Automatic Weekly Note Creation: Creates a new note for the current week if it doesn't exist.
  • Content Carryover: Copies the content of the last weekly note to the new one.
  • Smart Navigation: Opens the current week's note if it already exists.
  • Configurable: Customize the folder path and file name format.

Usage

  1. Click the Ribbon Icon: Click the calendar icon in the left sidebar.
  2. Use the Command: Open the Command Palette (Ctrl/Cmd + P) and search for "Open Weekly Note".

Settings

  • Notes Directory: The folder where your weekly notes are stored (default: Weekly Notes).
  • File Name Format: The format for the note file names using Moment.js tokens (default: gggg-MM-DD_[week]WW).
    • Example: 2024-01-01_week01

Installation

  1. Build the plugin using npm run build.
  2. Copy main.js, manifest.json, and styles.css (if any) to your vault's .obsidian/plugins/weekly-note/ folder.
  3. Enable the plugin in Obsidian settings.

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.