mirror of
https://github.com/talau/obsidian-previous-daily-note.git
synced 2026-07-22 05:35:57 +00:00
main.ts: Reformat comment
This commit is contained in:
parent
fc3a0c13f6
commit
2e6d42b2bf
1 changed files with 4 additions and 4 deletions
|
|
@ -33,10 +33,10 @@ export default class PreviousDailyNote extends Plugin {
|
|||
this.ribbon = new PluginRibbon(this);
|
||||
|
||||
/*
|
||||
Ensure that all plugins are loaded.
|
||||
https://forum.obsidian.md/t/how-to-access-other-plugins-as-dependencies/14469/2
|
||||
Thanks to pjeby
|
||||
*/
|
||||
* Ensure that all plugins are loaded.
|
||||
* https://forum.obsidian.md/t/how-to-access-other-plugins-as-dependencies/14469/2
|
||||
* Thanks to pjeby
|
||||
*/
|
||||
this.app.workspace.onLayoutReady( () => {
|
||||
if (! appHasDailyNotesPluginLoaded()) {
|
||||
new Notice("You need to enable Daily Notes plugin to use 'Previous Daily Note'");
|
||||
|
|
|
|||
Loading…
Reference in a new issue