nemoandrea27k downloadsLike daily notes, but nested in a daily folder with a oneline summary. Better for attachment management & glanceability.
A community plugin for Obsidian.
the daily-named-folder plugin is exactly like the official daily-note plugin, except for the fact (1) that the daily note is created inside it's own folder and (2) a one-line description is added to the filename. This is desirable if you want to keep attachments for the daily note in separate folders.
It is possible to create daily folders using the core
daily-notesplugin. Currently (as of 2021-08-31) this will break the 'previous/next' navigation hotkeys, but if that is not a problem and you don't want named folders, it is recommended you use that over this plugin.
Using this plugin will (probably) not work with other plugins such as
Calendarthat rely on the default implementation indaily-notesand will get upset by the named folders.

The plugin implements most of the nice features of the daily-notes plugin and adds a few new ones
today's daily folder function will create a new daily note or, if a file already exists, open up the existing file. {{ }} will be parsed by Moment.js. Moment.js date formatting for filenamesThe plugin exposes 4 new functions to the Obsidian command pallette:
Rename daily folder - if a daily folder is active (i.e. open), it will open a rename dialog. Will rename both the folder and the note (which have the same name)
Open next daily folder note - if a daily folder is active (i.e. open), it will open the nearest daily note with a later date. Will notify user if there are no newer files
Open previous daily folder note - same as (2) but for older files
Open Today's daily folder note - Creates a new daily folder note (filled with template) if none exists. If a daily folder note already exists, it will open the existing one instead. Serves to quickly make or get to today's note.
This function is also added as a ribbon icon (i.e. as an icon to the left sidebar) for quick access.
There are 4 configuration options
Folder & Name format - the date format that will be the base of the daily folder (and file) name. Follows Moment.js format rules
Prompt for filename summary - toggle value. If enabled, the plugin will prompt for a filename summary when creating a new note. If turned off it will just use the folder & name format for filename creation.
E.g.
20210801with prompt off, with prompt on you can get something like20210801_getting_a_new_puppy
If you find yourself turning this feature off, ask yourself if the standard
daily-notescore plugin also works for your use case. If you specify a daily folder path as e.g.YYYYMMDD/YYYYMMDDit will create a daily folder with that format. So that is completely identical to this plugin with this feature turned off! The only reason why you would use this currently is because thedaily-notesplugin's 'previous/next' navigation breaks, while this plugin has no problems with that. I think that should be considered a bug and might be fixed in the future!
Daily folders location - the root directory for new daily folders. Does not support nesting currently
Template file location - the path to the markdown file to use as template. Supports Moment.js variables. Can be disabled with a toggle switch. If disabled, an empty file will be created instead.
I developed the plugin for my workflow. I use Obsidian as my lab journal for research. In this workflow I write down experiments done during the day, reference prior results a lot and include experimental images.
The official daily-note plugin did not work for this workflow for 2 reasons:
It is not possible to keep images for a daily note together with the daily file in one folder and retain previous/next shortcuts.
Being able to find images quickly is helpful if one intends to use them for other display purposes (e.g. in making a presentation, sending to a collaborator)
It is not possible to quickly add a brief description to the daily note filename (it is always just a date)
While obsidian makes it much easier to navigate, it still cannot beat a oneline summary. It also makes your daily notes easier to understand for someone not using obsidian
There are a few things that could be made more robust
e.g. 'august' vs 'may' reveal-active-file in file explorer doesn't work when just creating a new daily note. I think it may be related to the file-explorer not having indexed the file. Probably an easy fix, suggestions welcome.dailies/ but not in dailies/botany/jungle-tour/ . Not a difficult fix.file-explorer:reveal-active-file