Skip to content

Commit

Permalink
Merge pull request #52 from bartkessels/feature/note-navigation
Browse files Browse the repository at this point in the history
Feature/note navigation
  • Loading branch information
bartkessels authored Dec 27, 2024
2 parents ded07c3 + ec90375 commit 9afc6ed
Show file tree
Hide file tree
Showing 23 changed files with 717 additions and 363 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Inside your template-file you can use the following variables:
For the `{{date:<template>}}` and `{{today:<template>}}` variables, you can add or subtract _days_, _weeks_, _months_
and _years_.

You can use the subtract or add a period using the `+` or `-` sign followed by the period and the amount of that period
You can subtract or add a period using the `+` or `-` sign followed by the period and the amount of that period
you want to add or subtract.

| Period | Variable | Template example |
Expand All @@ -86,15 +86,15 @@ date. You can change the amount or the period in the above example to any period
## 1.3 Notes created on a specific day

For each day you select, you can enable the feature to display all the notes created on that specific day below the
calendar.
This allows you to easily navigate your vault using the calendar view and quickly find the notes you've created on any
calendar. This allows you to easily navigate your vault using the calendar view and quickly find the notes you've created on any
day.

In the settings, you can specify how you want the plugin to find the notes created on a date. Either use the default
created date of the actual file or use a specific property in the frontmatter of the note.
created date of the actual file or use a specific property in the front matter of the note.

The created on time that is displayed below each note can be customized using the date formatting rules of [
`date-fns`](https://date-fns.org/docs/format).
The _created on_ time displayed below each note can be customized using the date formatting rules of [`date-fns`](https://date-fns.org/docs/format).

You can always navigate to created notes by pressing the `shift` key and clicking on the date. This will only list the notes created on that date and not open or create the daily note.

# 2. External dependencies

Expand Down
Loading

0 comments on commit 9afc6ed

Please sign in to comment.