generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicate entries in journal review plugin (#169)
* Fix duplicate entries in journal review plugin Fixes #13 Update the `reduceTimeSpans` function in `src/constants.ts` to filter out duplicate entries when time spans overlap. * Add a helper function `isDuplicateNote` to check for duplicate entries based on note paths. * Modify the `reduceTimeSpans` function to use the `isDuplicateNote` helper function to filter out duplicate notes. * Update the settings description in `src/settingsTab.ts` to inform users about overlapping time spans and potential duplicates. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Kageetai/obsidian-plugin-journal-review/issues/13?shareId=XXXX-XXXX-XXXX-XXXX). * chore: prettier * fix: install and use moment for generateNotes.ts * chore: version * chore: prettier * chore: prettier * fix: don't commit everything from workspace * chore: npm audit fix
- Loading branch information
Showing
7 changed files
with
36 additions
and
19 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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