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
It shouldn't take that long to traverse the document and generate markdown. I'm not sure if we're doing network transactions under the hood or what.
We are also re-traversing the whole document any time it is updated. Maybe instead we need to be listening to every block and keep those values as cached? I feel like that's a lot of complexity
The text was updated successfully, but these errors were encountered:
It shouldn't take that long to traverse the document and generate markdown. I'm not sure if we're doing network transactions under the hood or what.
We are also re-traversing the whole document any time it is updated. Maybe instead we need to be listening to every block and keep those values as cached? I feel like that's a lot of complexity
The text was updated successfully, but these errors were encountered: