You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for this! I had turned off vimium for workflowy and really missed my vim mappings!!
If i am on a page with a bunch of bullets, then I open one, and then I do <alt>-l to zoom in, the cursor position remains where I was anywhere under that bullet. However, when I then zoom back out with <alt>-h, the cursor usually goes to the very top of the long bullet list.
The text was updated successfully, but these errors were encountered:
It does that when It can't find the bullet it was on after the zoom out.
This can happen due to various reasons. Most of the time its because the parent item is collapsed and the item you were on is no longer visible. A fix for that would be to automatically open up that collapsed bullet before zooming out - but that didn't work back when it was written. Collapsing/opening a bullet is driven by an animation which isn't instant which is why the information wasn't available upon zooming out, because the zoom is instant. Maybe Workflowy has added some new function to open/collapse them without animations. I'll check.
But I'm only able to reproduce the bug when the parent item is collapsed atm. If you find that it's happening even though every item in the item-chain is open then please recreate the structre with a bunch of A->B->C.. items and post it here so I can reproduce it and I'll try to fix it.
Another helpful thing would be to see if it is throwing out any errors when this is happening. If you press F12, while browsing, then you should get a developer window. There should be a tab there called console. It might have printed an error message at the bottom in the console.
Hmmm okay I will see if I can test it. I was not paying that close attention. But I have no idea how the parent could have been closed when it had to be open for my cursor to be on that item when I did the alt-l in the first place....
First off, thank you for this! I had turned off
vimium
for workflowy and really missed my vim mappings!!If i am on a page with a bunch of bullets, then I open one, and then I do
<alt>-l
to zoom in, the cursor position remains where I was anywhere under that bullet. However, when I then zoom back out with<alt>-h
, the cursor usually goes to the very top of the long bullet list.The text was updated successfully, but these errors were encountered: