togetherly
togetherly copied to clipboard
when sharing org files, collapse/expand heading does not get duplicated
Hey, This is a very cool and simple package, thanks!
I am trying to share my org file to go over tasks etc, however hitting tab on a heading does not open/close it on the other side (does not matter if the client or server pressed tab).
WDYT?
Hi, @vadali
Since it's hard to share and sync everything, togetherly currently only shares the buffer text, but does not share how the content is displayed (syntax highlight, folding, etc).
So the behavior is normal.
Hey, that makes sense..
I thought perhaps there was a way to send specific keystrokes as well, for instance if sharing a buffer with org-mode as its major mode, send tab key stroke as well. Does this make sense with the current design?
togetherly syncs buffer content not by sending keystrokes but by sending (modified parts of) buffer text when the buffer content is changed.
It's possible to add some commands to the current protocol, but I'm not willing to add mode-specific commands to keep this plugin simple.
a thought: It seems reasonable two implement an interface to define new command easily, so that one can build a library like togetherly-org.
I think that could be beneficial!
Hi there, Did you ever get the "new command" idea started?
it's not a high-priority feature for me and not yet started. (contributions are welcome anyway!)