mirnovov / obsidian-homepage

An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
MIT License
402 stars 19 forks source link

Homepage commands don't get executed on startup #93

Closed kyounes closed 4 months ago

kyounes commented 4 months ago

Details

I have a couple of commands in the homepage plugin settings that I want executed when my workspace is loaded on startup, a basic "go to tab #1" and "load the current weekly note" sequence. These commands just don't get executed on startup. They DO get executed when I load the homepage (workspace) manually via the home icon.

Homepage 4.0.2 Obisidian 1.6.5

Steps to reproduce

No response

Debug information

{"version":4,"homepages":{"Main Homepage":{"value":"Core Workspace","kind":"Workspace","openOnStartup":true,"openMode":"Replace all open notes","manualOpenMode":"Keep open notes","view":"Default view","revertView":true,"openWhenEmpty":false,"refreshDataview":false,"autoCreate":true,"autoScroll":false,"pin":false,"commands":[{"id":"workspace:goto-tab-1","period":"Both"},{"id":"periodic-notes:open-weekly-note","period":"Both"}],"alwaysApply":false,"hideReleaseNotes":false}},"separateMobile":false,"_defaultViewMode":"default","_livePreview":"default","_focusNewTab":"default","_plugins":["obsidian-style-settings","periodic-notes","templater-obsidian","tag-wrangler","highlightr-plugin","url-into-selection","waypoint","cmdr","editing-toolbar","folder-note-core","alx-folder-note","dataview","recent-files-obsidian","obsidian-plugin-update-tracker","various-complements","obsidian-minimal-settings","obsidian-excalidraw-plugin","excalibrain","kaypoint","obsidian-linter","advanced-canvas","homepage","quick-explorer","home-tab","sheet-plus"],"_internalPlugins":["file-explorer","global-search","switcher","graph","backlink","canvas","outgoing-link","tag-pane","page-preview","templates","note-composer","command-palette","editor-status","bookmarks","outline","workspaces","file-recovery"],"_obsidianVersion":"1.6.5"}

Checklist

kyounes commented 4 months ago

Verified fixed. Thanks!