main.ts: Reformat comment

This commit is contained in:
Marcos Talau 2025-02-06 15:08:45 -03:00
parent fc3a0c13f6
commit 2e6d42b2bf

View file

@ -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'");