KamWithK / exSTATic

Zero effort language learning reading tracker with graphs and stats
GNU General Public License v3.0
93 stars 7 forks source link

use an offline page instead of hosting it on github #6

Closed Omar-Abdul-Azeez closed 2 years ago

Omar-Abdul-Azeez commented 2 years ago

like yomichan which has a local page you can use when searching something instead of having to search for a place to type it, including tracker and stats pages in the extension would be better.

KamWithK commented 2 years ago

This is already a feature You just need to format the path to the file correctly (refer to the manifest)

For example if you have the file tracker.html within a folder called exSTATic, the extension will detect it and inject in correctly

Omar-Abdul-Azeez commented 2 years ago

@KamWithK slight clarification... it needs to be inside a folder inside exSTATic inside another folder file:///*/exSTATic/*/tracker.html you might want to change that to file:///(.+/)?exSTATic/(.+/)?tracker.html if that's how you intended it to be.