fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.91k stars 284 forks source link

Moving Pluto Cells within HTML #2929

Closed Niels1006 closed 1 month ago

Niels1006 commented 1 month ago

Discussed in https://github.com/fonsp/Pluto.jl/discussions/2919

Originally posted by **Niels1006** May 13, 2024 Hey, I'm curious whether it is somehow possible to move a whole pluto cell to another location within the HTML structure of Plutos frontend. This would be the cell in its default location: ```html
``` Could I somehow move that cell somewhere else while it keeps its functionality and reactivity? For example: ```html
``` Are there some JavaScript functions already that could be modified to allow for that?

Sorry about no video, but I actually couldn't think of one in any way.

fonsp commented 1 month ago

I'll answer in the discussion :)