lduperval

Results 20 comments of lduperval

After doing a bit of debugging with ChatGPT, I think I found the problem. In export.js, it's looking for a specific element on the webpage and that element seems to...

So if you change the line above to: const navActionArea = document.querySelector('nav .flex.flex-col.pt-2'); The buttons reappear. However, they are stacked vertically. If someone can explain how to make them align...

I found it, with the help of chatGPT. So if you modify the beginning of the btnInit() funtion to look like this, the code should work (lines 209-225): ``` function...

@CMakey You're right, the tabs were not aligned properly in my original post. All of the tabs should be converted to two spaces. Here is the correct fix, I hope:...

I'm also interested in this. I came here to check if there was a bug/request issued for this. I don't always want a specific % reduction in size, but I...

I think it's because the path had a period (.) in it.

I managed to make it wok using this: https://github.com/Tichau/FileConverter/issues/22#issuecomment-520825588 I also copied the Settings.user.xml file from the account I used to install and put it in: %%HOME%%\AppData\Local\FileConverter L

I didn't realize I was so far back. I think it's because I'm using espanso on two accounts on the same PC and you can't do an install for everyone....