Embedded twitter links open in electron app

Hi,
I have some embedded twitter links in my notes. In Obsidian, when I click on the link it opens a new chrome tab. In LogSeq desktop app, when I click the link, it opens in the electron app and there is no way to get back to LogSeq. In fact there didn’t seem to be any way to close LogSeq it simply ignored all attempts to close it normally. In the end I had to shut it down from Task Manager.

This is the link I embedded

<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Working in <a href="https://twitter.com/obsdmd?ref_src=twsrc%5Etfw">@obsdmd</a> has forced me to rethink of a PKM strategy that is also compatible with Roam, and here&#39;s what I&#39;ve come up with so far: Input Notes, Summary Notes, Connector Notes, Category Notes, and <a href="https://twitter.com/hashtag/properties?src=hash&amp;ref_src=twsrc%5Etfw">#properties</a>. Let me explain what these mean...</p>&mdash; Winston (@syncretizm) <a href="https://twitter.com/syncretizm/status/1419658876425707521?ref_src=twsrc%5Etfw">July 26, 2021</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Cheers,
David

The issue with your link is that it misses target="_blank", which will by default open your link in the current view.
Also, you can use the new /embed twitter slash command:

1 Like