Results 65 comments of Gerben
trafficstars

@clmay did you manage to work this out?

> i can see the value for `--only`, but would `--quiet` option be usable in any way within context of the cli? I suggested the two as alternative names for...

Sounds like turning the tool in a sort of reader mode, interesting.. If this seems a broader desire (add a thumbs up if you want this) it may be worth...

@Gozala, FYI: You may enjoy talking with @BigBlueHat when doing anything with the Web Annotation spec and PouchDB. Relevant might be his [page-notes](https://github.com/BigBlueHat/page-notes), [annotator-pouchdb](https://github.com/BigBlueHat/annotator-pouchdb) (older), and probably another dozen of...

> Strategy I was aiming to go for is to walk DOM tree up from the selected nodes dropping all the siblings and inlining all relevant styles while also rewriting...

> The mime-type issue is a real head-scratcher though. :-( Indeed. I was happy to learn from the above discussion that browsers actually support XSLT, so an XML file can...

A quick look at that website ([link](https://intelligencequarterly.com/energy/crude-oil-inventories-week-ending-19-august-2022/)) reveals it has a css rule for `` element: ![image](https://user-images.githubusercontent.com/4191409/188588338-c3e83a9a-0626-40d4-bb63-794431a60385.png) Bootstrap styles it with padding, hence if you have two mark elements right...

Sorry for the silence, and thanks a lot for the contribution! Glad to hear this library is useful to you; we’d love to hear in what way it helps you,...

> I was wondering if capturing styling by serializing [`document.styleSheets`](https://developer.mozilla.org/en-US/docs/Web/API/StyleSheetList) had being considered at all. Yes, something to be tried out. I have not investigated how rich the CSSOM is,...

> I think this also has benefit of not needing to deal with import rules and etc.. as I believe imported sheets would also be listed. You mean we would,...