Closed mdcollins05 closed 3 years ago
Welcome to Dashy 👋 It's great to have you here, but unfortunately your ticket has been closed to prevent spam. Before reopening this issue, please ensure the following criteria are met.
Issues are sometimes closed when users:
Before you reopen this issue, please also ensure that:
Once you have verified the above standards are met, you may reopen this issue. Sorry for any inconvenience caused, I'm just a bot, and sometimes make mistakes 🤖
Heya @mdcollins05, I've implemented this in #292 :)
target: top
to use _top (as well as still newtab
, sametab
, parent
, modal
or workspace
)defaultOpeningMethod
within appConfig to one of those options, which will be applied to all items that don't have the target specifically setHope that helps :)
Hello @mdcollins05! It looks like all or part of this issue has now been implemented :) If you're enjoying Dashy, please consider supporting the project- for ways to get involved, see Contributing 💖
I am a bot, and this is an automated message 🤖
Wow, that was quick! Thanks so much.
The fix for this issue has now been released in Dashy 1.9.0 ✨
If you haven't done so already, please update your instance to 1.9.0
or later. See Dashy 1.9.0 for full info.
Feel free to reach out if you need any more support. If you are enjoying Dashy, consider supporting the project.
Is your feature request related to a problem? If so, please describe.
I use a Firefox extension to set my Dashy page as my new tab page. In doing so, it uses an iframe to display the website. I'd like the links to open in the new tab, so I use the item target option of "sametab" but it doesn't break out of the iframe. This results in the URL bar being blank (which is a feature of the extension) while navigating to the item I've clicked on.
Describe the solution you'd like
Ideally, I'd be able to set a the target to
_top
. Additionally, setting a default would be awesome, as all my items would have the same setting on them.Priority
Medium (Would be very useful)
Is this something you would be keen to implement
Maybe