Xiang
Xiang
Hi, it seems that the problem is related to path/folder structure of a epub file. **Type 1:** If both ".opf" and ".ncx" located under epub file's root dir, the TOC...
Good news! Finally, I found solution to this issue, the fix involves 3 changes as below: **Change line 147:** `x[d['id']] = '{0}{1}'.format(basedir, d['href'])` **To:** `x[d['id']] = d['href']` **Change line 171:**...
Just found out that someone in 2014 already fixed this issue in his fork, which is far better... so please ignore my previous replies. Link to his fix: https://github.com/xuxiaodong/epub/commit/0469ac1153b357578a56f0493f3bd9f57acf82ba
Thanks for your suggestion. There is a widget idea on my todo list which is something similar to your suggestion, which I hope to do in the near future. This...
Hi, the corner name feature is now implemented in the track notes editor & track notes widget in v2.20.0 update, see forum post for details: https://forum.studio-397.com/index.php?threads/tinypedal-open-source-overlay-app-for-rf2-radar-pedal-ffb-deltabest-relative-fuel-calculator.71557/page-41#post-1147514 Have fun