Skip to content

Commit

Permalink
Merge pull request #71 from bartkessels/release/1.13.0
Browse files Browse the repository at this point in the history
Release/1.13.0
  • Loading branch information
bartkessels authored Jan 12, 2025
2 parents d594f0e + b5f793c commit 4fb300c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ write my own plugin which allows you to customize the format of your daily and e
- [1.2 Variables](#12-variables)
- [1.2.1 Calculating dates](#121-calculating-dates)
- [1.3 Notes created on a specific day](#13-notes-created-on-a-specific-day)
- [1.4 Displaying notes created on a specific day](#14-displaying-notes-created-on-a-specific-day)
- [2. External dependencies](#2-external-dependencies)
- [3. Build and test](#3-build-and-test)
- [4. Contribute](#4-contribute)
Expand Down Expand Up @@ -96,6 +97,13 @@ The _created on_ time displayed below each note can be customized using the date

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.

## 1.4 Displaying notes created on a specific day

When you've enabled the feature to display notes created on a specific day, you can also choose to display the current opened note in the calendar. This can be done by using the command `Daily notes calendar: Display the current note in calendar`.
This will highlight the date of the current note in the calendar, and below the calendar all notes that are created on the same date as the currently opened note.

The command will either use the date that the note was created on, or the property specified in the plugin settings.

# 2. External dependencies

The Daily note calendar plugin
Expand Down
10 changes: 0 additions & 10 deletions manifest-old.json

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "daily-note-calendar",
"name": "Daily notes calendar",
"version": "1.12.0",
"version": "1.13.0",
"minAppVersion": "0.15.0",
"description": "Navigate your Obsidian Vault using a calendar view.",
"author": "bartkessels",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daily-note-calendar",
"version": "1.12.0",
"version": "1.13.0",
"description": "Navigate your Obsidian vault using a calendar view.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"1.11.1": "0.15.0",
"1.11.2": "0.15.0",
"1.11.3": "0.15.0",
"1.12.0": "0.15.0"
"1.12.0": "0.15.0",
"1.13.0": "0.15.0"
}

0 comments on commit 4fb300c

Please sign in to comment.