File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,7 @@ export default class CanvasDailyNotePlugin extends Plugin {
231
231
2 ,
232
232
"0"
233
233
) } .md`;
234
- let dailyFile = this . app . vault
235
- . getAllLoadedFiles ( )
236
- . find ( ( file ) => file . path === expectedNotePath ) ;
234
+ let dailyFile = this . app . vault . getAbstractFileByPath ( expectedNotePath ) ;
237
235
238
236
return dailyFile ;
239
237
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " canvas-dailynote" ,
3
3
"name" : " Canvas Daily Note" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"minAppVersion" : " 0.15.0" ,
6
6
"description" : " Allows you to add a daily note node to the canvas that will always show todays note." ,
7
7
"author" : " Andrew McGivery" ,
8
8
"authorUrl" : " https://github.com/andrewmcgivery" ,
9
9
"fundingUrl" : " https://www.buymeacoffee.com/andrewmcgivery" ,
10
10
"isDesktopOnly" : true
11
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obsidian-canvas-dailynote" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A plugin for Obsidian.MD that allows you to add a daily note node to the canvas that will always show todays note." ,
5
5
"main" : " dist/main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "1.0.0" : " 0.15.0"
3
- }
2
+ "1.0.0" : " 0.15.0" ,
3
+ "1.0.1" : " 0.15.0"
4
+ }
You can’t perform that action at this time.
0 commit comments