Nicholas Lim
Nicholas Lim
This version seems to work fine. I need some comments @Galactic-Dev @Luewii
**Describe the bug** If the tracker list is added through the "Add to Paperback" button here: https://paperback-ios.github.io/trackers-main/main , trackers will be added to "External Sources" in settings rather than "External...
As you can see in the image below, long urls will break mobile sites as text wrapping isn't functioning properly. 
This seems like an edge case for compiling via WSL2 with armv7. (/home/nick/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd) built for iOS Simulator ld: armv7 has no pc-rel bx thumb instruction. Can't fix up branch to...
### Is your feature request related to a problem? Please describe. ThemeableImage currently only generates into an img tag without theming options for svg. ### Describe the solution you'd like...
TODO: - [ ] 0.8 Functions - [ ] 0.8 Models - [ ] 0.8 Settings UI - [ ] 0.9 Docs
1. Install tailwindcss as a dependency and write a plugin ``` import type { PluginAPI } from "tailwindcss/plugin"; ``` 2. `"tailwindcss/plugin"` resolves to `plugin.d.ts` instead of `plugin.d.mts` on tsc. 3....