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
Like you can see I've been able to setup a dev environment for my fork of Tabulator for windows, it was not easy cause I think that you are using Linux and I have to make some adjustments 😉 . I never used Node.js before really to develop so I must admit that even if it's work I don't really understand how everything works with node , for me with my little knowledge of JS it's more complicated that editing "manually" the files in the "static folder" but since the files are "compressed" it's hard to read even if I beautify them.
Anyway it will be more easy to maintain with your base code using the same environnement that you use and I will learn more about JS and node.JS too.
Now Why I need you help:
I'd like to be able when I click on the Tabulator button and the "new tab" open that it fetch all the screenshot for the tabs that are loaded or not discarded if you prefer.
I have some some domain where I prevent the tabs from being discarded but when I click on the button to open newtab.html they don't have screenshot until I goes manually to his tabs.
Could it be possible when the newtab.html is loaded for the extension to load the screenshots from the tabs that are not discarded ? 🤔
Right now as it is even if the tabs are not discarded they need to be accessed first to have their screenshot loaded in newtab.html .
My next step will be to find a way to have the extension to load the internal chrome pages also.
Regards and thanks for your help
The text was updated successfully, but these errors were encountered:
Hi @akhaku ,
Like you can see I've been able to setup a dev environment for my fork of Tabulator for windows, it was not easy cause I think that you are using Linux and I have to make some adjustments 😉 . I never used Node.js before really to develop so I must admit that even if it's work I don't really understand how everything works with node , for me with my little knowledge of JS it's more complicated that editing "manually" the files in the "static folder" but since the files are "compressed" it's hard to read even if I beautify them.
Anyway it will be more easy to maintain with your base code using the same environnement that you use and I will learn more about JS and node.JS too.
Now Why I need you help:
I'd like to be able when I click on the Tabulator button and the "new tab" open that it fetch all the screenshot for the tabs that are loaded or not discarded if you prefer.
I have some some domain where I prevent the tabs from being discarded but when I click on the button to open
newtab.html
they don't have screenshot until I goes manually to his tabs.Could it be possible when the
newtab.html
is loaded for the extension to load the screenshots from the tabs that are not discarded ? 🤔Right now as it is even if the tabs are not discarded they need to be accessed first to have their screenshot loaded in
newtab.html
.My next step will be to find a way to have the extension to load the internal chrome pages also.
Regards and thanks for your help
The text was updated successfully, but these errors were encountered: