Open cmitz opened 7 years ago
Hello, @cmitz. I think we have the same issue =) Take a look at my proposal
I think your PR is helpful! However, we do not have the same issue. I don't want to specify what target <a>
's should have, but I want the addon to figure it out itself. External links should be "_blank", and internal links should use the router to push a transition...
Hello @cmitz. Okay, I get it! I'll try to support this addon but I have no much time to implement new features for now. Would you like to implement and open a PR of it? Thanks
It would be great not to have a normal page load in
"_self"
when clicking on a link inside Ember. Currently, using linkify and clicking on a link that directs to a page in the same ember-app, reloads Ember on that page, but that loading time wouldn't be there if a normal transition was used.Our current solution is always use
_blank
and override the click event (not my code 😒)