Organized daily notes
approvedby duchangkim
Automatically organizes your daily notes into customizable folder structures (Year/Month/Week) for systematic note management
[DEPRECATED] Organized Daily Notes
Notice: This plugin is now deprecated. The core Obsidian Daily Notes plugin already supports folder organization through format strings. Please use the core plugin instead.
Read this in other languages: 한국어
Why deprecated?
After further investigation, I discovered that Obsidian's core Daily Notes plugin already supports folder organization through its format string. You can achieve the same functionality by using format strings like:
YYYY/MM/DDfor Year/Month structureYYYY/MM/W/DDfor Year/Month/Week structure
This means this plugin's core functionality is redundant with what's already available in Obsidian.
Migration Guide
- Disable and uninstall this plugin
- Go to Obsidian Settings → Core plugins → Daily notes
- In the "Date format" field, use patterns like:
YYYY/MM/DD- Creates Year/Month folders automaticallyYYYY/MM/W/DD- Creates Year/Month/Week folders automatically
- Your daily notes will now be organized using Obsidian's built-in functionality
Archive Notice
This repository will remain available for reference but will no longer be actively maintained.
Thank you to everyone who used and supported this plugin!
Original Description
Automatically organizes your daily notes into customizable folder structures for enhanced organization and easier navigation.
Features
- Automatic Organization: Daily notes are automatically moved to the appropriate folders based on their creation date
- Flexible Structure: Choose between Year, Year/Month, or Year/Month/Week folder structures
- Customizable Format: Customize the format of year, month, and week folder names using Moment.js patterns
- Core Integration: Works seamlessly with Obsidian's core Daily Notes plugin
Usage
- Install the plugin from Obsidian's Community Plugins
- Enable the plugin in Settings → Community plugins
- Configure your preferred folder structure in the plugin settings:
- Year only (YYYY)
- Year/Month (YYYY/MM)
- Year/Month/Week (YYYY/MM/Week-N)
Configuration
The plugin provides several settings to customize your folder structure:
- Folder Structure: Choose how your daily notes are organized
- Year Format: Customize the year folder format (e.g., YYYY, YY)
- Month Format: Customize the month folder format (e.g., MM, MMMM)
- Week Format: Customize the week folder format (e.g., W, WW)
Installation
- Open Obsidian Settings
- Navigate to Community Plugins and disable Safe Mode
- Click Browse and search for "Organized Daily Notes"
- Install and enable the plugin
Support
If you encounter any issues or have suggestions, please create an issue on GitHub.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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.