-
-
Notifications
You must be signed in to change notification settings - Fork 490
Description
Is your feature request related to a problem? Please describe.
On mobile, the plugin UI can only be used in the sidebar, which makes it hard to use the plugin as a primary interface. The sidebar on mobile contains many system elements (tabs, headers, buttons, etc.), so the actual usable area for the plugin is very small and feels cramped. This makes it difficult to use the plugin for continuous AI-style conversations with the vault content, even though that is exactly what I want to do on my phone.
Describe the solution you'd like
I would like the plugin to support acting directly as the Obsidian homepage / new-tab page, so that when I open Obsidian or create a new tab, the plugin’s main view is rendered in the main pane instead of a normal note or a generic home view. Concretely, an option like “Use this plugin as homepage / new-tab content” (intercepting the default new-tab/home behavior and showing the plugin view) would solve the problem, especially on mobile where I want to use Obsidian almost like an AI chat app centered on this plugin.
Describe alternatives you've considered
I have tried pinning the plugin in the mobile sidebar, but the visible area is too small because of the extra system UI around it. I also tried other homepage/new-tab plugins, but none of them can embed or replace their content with this plugin’s own view, so there is effectively no real alternative.
Additional context
The goal is to make the mobile experience closer to an AI chat application where I can stay inside the plugin view and talk to my vault content as the primary workflow. On desktop this is less of a problem because there is more screen space and flexible layout, but on mobile, exposing the plugin as a full-page main view (and optionally as the default new tab) would significantly improve usability.