I think what I really want for my notes/code editors is like, a hypertext scrapbook; a data collage.
I want to embed snippets, except I want them to be portals to other text files, that have a default position but let me scroll through and edit them.
"how is this different than tmux" i can't copy and paste a tmux pane seamlessly into my code comments and have it stay local to the comment
I want to be able to put the context where it's needed without needing to rely on an IDE being able to do it, and users knowing they need to trigger it. VSCode Peek Definition is great, but I need to be able to know other people will actually see the thing by default in whatever editor they have, for it to actually be transmissible.
starting to see the appeal of jupyter, but I don't want to have to run the interpreter to see them, I want them to be in the editor so you can change things.
