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, I like this plugin and find it very useful to make sure my docs always have up to date front-matter. 👍
I've had to disable it, unfortunately, because it makes editing documents nearly impossible, especially with table cells. :-/
When I have this plugin enabled and I'm trying to edit table cells in rich view I only have a few seconds before my edit cursor is yanked out of the cell I am editing and cursor focus is also lost so whatever I am writing in edit window is lost (Unless I am in source mode, doesn't happen then) .
I think it has something to do with periodic save and front-matter being updated loses cursor position / focus? I don't know if there is another plugin that conflicts with this one somehow to cause this problem. It could also be my update script itself that causes a problem, which I will include below...
If you have ideas or suggestions on how to resolve the issue or if there is something in my code that could be causing the problem...
To replicate the issue, if I am in the normal view and try to edit any table cell and I have this plugin enabled with my update code (below), I have about 2-3 seconds after I click into a sell and see my cursor edit there to type or modify the cell before the cursor disappears and focus in the edit window goes away... any additional typing just doesn't go anywhere.
Another odd issue is if I am typing at bottom of page and have extra empty rows at the bottom and I am typing, any whitespace at the bottom of the document will suddenly be truncated; I think it's somehow related to saving the updated front-matter.
Example table
My
Super
Complicated
Table
NullPointer
Exception strikes again!
Debugging: Removing bugs, adding 10 more.
Table not found. 404.
while(true)
"Just one more feature..."
"Works on my machine!"
SQL joins at the hip.
Ctrl+C
Ctrl+V
"This is fine. flames everywhere"
"Did you try turning it off and on?"
I'm open to any suggestions. I really like this plugin but it makes editing such a pain, especially if I am trying to edit a table.
First off, I like this plugin and find it very useful to make sure my docs always have up to date front-matter. 👍
I've had to disable it, unfortunately, because it makes editing documents nearly impossible, especially with table cells. :-/
When I have this plugin enabled and I'm trying to edit table cells in rich view I only have a few seconds before my edit cursor is yanked out of the cell I am editing and cursor focus is also lost so whatever I am writing in edit window is lost (Unless I am in source mode, doesn't happen then) .
I think it has something to do with periodic save and front-matter being updated loses cursor position / focus? I don't know if there is another plugin that conflicts with this one somehow to cause this problem. It could also be my update script itself that causes a problem, which I will include below...
If you have ideas or suggestions on how to resolve the issue or if there is something in my code that could be causing the problem...
To replicate the issue, if I am in the normal view and try to edit any table cell and I have this plugin enabled with my update code (below), I have about 2-3 seconds after I click into a sell and see my cursor edit there to type or modify the cell before the cursor disappears and focus in the edit window goes away... any additional typing just doesn't go anywhere.
Another odd issue is if I am typing at bottom of page and have extra empty rows at the bottom and I am typing, any whitespace at the bottom of the document will suddenly be truncated; I think it's somehow related to saving the updated front-matter.
Example table
while(true)
I'm open to any suggestions. I really like this plugin but it makes editing such a pain, especially if I am trying to edit a table.
my plugin update code
The text was updated successfully, but these errors were encountered: