Skip to content

Commit

Permalink
Merge pull request #14 from Quorafind/support-observe-files-outside
Browse files Browse the repository at this point in the history
Support observe files outside
  • Loading branch information
Quorafind authored Nov 13, 2022
2 parents 1415224 + 7956303 commit 258fc16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "daily-notes-editor",
"name": "Daily Notes Editor",
"version": "0.1.0",
"version": "0.1.1",
"minAppVersion": "0.15.0",
"description": "A plugin for you to edit a bunch of daily notes in one page(inline), which works similar to Roam Research's default daily note view.",
"author": "Quorafind",
"authorUrl": "https://obsidian.md",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daily-notes-editor",
"version": "0.1.0",
"version": "0.1.1",
"description": "A plugin for you to edit a bunch of daily notes in one page(inline), which works similar to Roam Research's default daily note view.",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/component/DailyNoteEditorView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
});
}
// @ts-ignore
if(fileDate.isSame(moment(), 'day')) hasCurrentDay = true;
}
Expand Down

0 comments on commit 258fc16

Please sign in to comment.