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
I think it would be really nice for plugins, userscripts, etc. to have a way to serve a custom page. For example, I'm wanting to create a userscript for a masonry grid view. At the moment I'm having to write a ton of boilerplate to adjust an existing page.
I recognize that this is a lot easier said than done, and there's tons of ways to go about this; but I think for now a single blank page (blank as in no body content, just has the Stash navigation bar) would be beneficial. i.e. localhost:9999/customPage
The text was updated successfully, but these errors were encountered:
I'm aware of the custom served folders, but my request is different. I'm talking about the Stash UI having a template page that only includes the existing CSS and navigation, and that page would import/embed our custom page based on the address.
So for example in config.yml there could be a custom_pages array with key-value pairs to link the address to a page we want to serve.
custom_pages:
/mypage: /some/path/mypage.html
then when you visit localhost:9999/mypage it serves that page in the body of the existing UI underneath the navigation bar within <div class="main container-fluid">
I think it would be really nice for plugins, userscripts, etc. to have a way to serve a custom page. For example, I'm wanting to create a userscript for a masonry grid view. At the moment I'm having to write a ton of boilerplate to adjust an existing page.
I recognize that this is a lot easier said than done, and there's tons of ways to go about this; but I think for now a single blank page (blank as in no body content, just has the Stash navigation bar) would be beneficial. i.e.
localhost:9999/customPage
The text was updated successfully, but these errors were encountered: