aboutsummaryrefslogtreecommitdiff
path: root/plugins/readability
AgeCommit message (Collapse)Author
2024-03-17typos & use /opt/rosenrot folderNunoSempere
2024-03-12update webkit dep to 4.1 in makefileNunoSempere
2024-02-11some code simplificationNunoSempere
- don't have main and "setup" as two separate functions - declare all global variables at the same time
2023-09-15recompute constants after prettier passNunoSempere
2023-09-15prettier pass.NunoSempere
2023-09-15in readability, center images and add max-width.NunoSempere
2023-04-21feat: improve compilation a bit.NunoSempere
- tcc -> gcc (noticeably faster compilation)
2023-04-21fix: zoom + forum.nunosempere.com, Matt Levine's newsletterNunoSempere
2023-04-21tweak: continue cat and mouse chase with Matt Levine newsletterNunoSempere
2023-03-28Revert "tweak: move things around"NunoSempere
This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63.
2023-03-28tweak: move things aroundNunoSempere
2023-03-28style: enforce webkit style for pluginsNunoSempere
$ clang-format -style=webkit -i */.c $ clang-format -style=webkit -i */*/.c
2023-03-27fix: rename filepath after dirchangeNunoSempere
2023-02-27tweak: add tweak to remove annoying parts for Money StuffNunoSempere
2023-02-15tweak: fihnish the readability upgrades for bloombergNunoSempere
2023-02-15tweak: add fancy quotes.NunoSempere
2023-02-14tweak: nicer blockquotesNunoSempere
also fix bug in archive.is / bloomberg.
2023-02-08feat: add possibility of launching many tabs at once.NunoSempere
also, personalize this: - enable extensions - change to my css - change relative paths. fix various bugs: - set the zoom level in notebook_append, not in notebook_init - have a handly debug option for valgrind
2023-02-05feat: use flags rather than uncommenting codeNunoSempere
- Significantly simpler - Easier for me to keep up with upstream - Alternatives: - Comments as before - git patches, as in the suckless community: eventually leads to confusion about conflicting patches. - some other option
2023-02-05feat: add plugin to customize css for individual websites...NunoSempere
and how to enable it. Also tweak README.mds
2023-02-05feat: add readability mode, and explain how to enable it.NunoSempere