Embedded Videos should scroll with you

I am taking notes on a YouTube video but as the notes get long the video stays at the top. I would like it to scroll down with me as I type so I can continue watching.

Also it would be nice to be able to use the timestamp command when in full screen mode as well :slight_smile:

There is a plugin, “Helium”, to make video float.

After installing the plugin, right-click on the bullet of an embedded video and select “Start float”.

1 Like

Thanks this is exactley what I needed! The red balloon is a little distracting :rofl: but It works for now :smile:

1 Like

Logseq Settings > Edit custom.css and add:

a.helium {
  visibility: hidden;
}

I quickly tested it and it seems to work with no side effects.

You are welcome!

1 Like