You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesign the plugin's settings page for the changes in Obsidian 1.11
Use the internal logic for opening files on startup introduced in 1.11 for the built-in "Default file to open" setting. This should make opening notes on startup more reliable. (Although this setting replaces a few features of Homepage, the plugin will still continue to be maintained as most features are not covered.)
Add a new option to create a new file for the homepage, designed to correspond to the "Default file to open" setting. Since Homepage allows opening a homepage multiple times instead of just on startup, a new file will be created when the homepage is first opened, and that file will then be used for the rest of the Obsidian session. A prefix can also be specified for the file, instead of just "Untitled".
Add internal logic to handle translations of the plugin text
Minor wording changes for consistency
Removals and deprecations
Homepage now requires Obsidian 1.11 or newer. Older versions of Obsidian should automatically fetch the preceding versions of this plugin.