Add note daily, and file new notes under an inbox without a date - #189
Merged
Merged
Conversation
`cid note daily` opens `<[note] daily>/YYYY-MM-DD.md`, `daily` unless set, creating it the first time that day with `created:` front matter and a `# Daily - YYYY-MM-DD` heading. A later run the same day opens the same note; the file is created with create_new, so it is never written over. A `note-daily` action binds it, suggested on ctrl-f10, which fish leaves free. `cid note new` now names a note for its title alone and puts it under `[note] inbox`, `inbox` unless set. The date moves into the note's front matter as `created:`, which the listing already reads. Both settings take a path below the vault, subdirectories included, and both have starter-config and `config print` rows. `note cleanup` offered any note whose name holds no letter as unnamed, which would have listed every daily note; notes under the daily directory are exempt from that rule, though an empty one still shows. Release: minor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
note dailyopens today'sYYYY-MM-DD.mdunder[note] daily, starting it once per daynote-dailyaction, suggested onctrl-f10note newnames a note for its title alone, under[note] inboxcreated:front matter instead of a date in the namenote cleanupno longer flags daily notes as unnamedDocs
--helpcoversnote dailyand the newnote newlayoutinbox,dailyand the commentedctrl-f10binding