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

Can't select specific file in dropdown #110

Open eacartwright opened 1 day ago

eacartwright commented 1 day ago

Details

Hi and thank you for the awesome plugin firstly. I'm having an issue with not being able to choose the desired file for my homepage in the options menu. Is there any way to force it if the dropdown can't find the page I'm looking for? Even if I type it correctly it doesn't work unless I successfully click/choose something from the drop down.

In the picture I'm trying to make the root file My.md the homepage, however it keeps looking deeper into the "My" folder structure, if that makes sense. Basically I'm unable to make that root file the homepage at the moment.

example

Steps to reproduce

No response

Debug information

{"version":4,"homepages":{"Main Homepage":{"value":"My","kind":"File","openOnStartup":true,"openMode":"Replace all open notes","manualOpenMode":"Keep open notes","view":"Reading view","revertView":true,"openWhenEmpty":true,"refreshDataview":false,"autoCreate":false,"autoScroll":false,"pin":false,"commands":[],"alwaysApply":false,"hideReleaseNotes":true}},"separateMobile":false,"_defaultViewMode":"source","_livePreview":"default","_focusNewTab":"default","_plugins":["todoist-sync-plugin","tray","mrj-text-expand","obsidian-banners","obsidian-view-mode-by-frontmatter","dataview","obsidian-local-rest-api","templater-obsidian","obsidian-sort-and-permute-lines","obsidian-collapse-all-plugin","obsidian-copy-block-link","better-search-views","rendered-block-link-suggestions","buttons","links","link-favicon","obsidian-underline","table-editor-obsidian","obsidian-style-settings","quickadd","obsidian-admonition","obsidian-hider","OA-file-hider","hide-folders","pin-enhancer","shrink-pinned-tabs","obsidian-text-format","homepage"],"_internalPlugins":["file-explorer","global-search","switcher","graph","backlink","canvas","outgoing-link","tag-pane","page-preview","daily-notes","templates","note-composer","command-palette","editor-status","bookmarks","outline","word-count","file-recovery","sync"],"_obsidianVersion":"1.7.7"}

Operating systems

Windows

Checklist

eacartwright commented 1 day ago

I think I have a workaround which is just to append a dot (.) to the desired filename and then select it from the dropdown.

image