Tassilo Karge
Tassilo Karge
@dumprop the problem here is that we use a WebView to display the articles, and what you want works on (an attributed) TextView like the mentioned mail app probably uses,...
> > Apple Mail seems to be using a whole private framework > > > > I don't think so because I have 3 party apps (on iOS) which same...
These are the relevant pieces of WKWebView: https://github.com/WebKit/WebKit/blob/1b30c2033f0a537c4acc3372b63e22e8ff1e6e68/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm#L159 https://github.com/WebKit/WebKit/blob/1b30c2033f0a537c4acc3372b63e22e8ff1e6e68/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm#L535 https://github.com/WebKit/WebKit/blob/1b30c2033f0a537c4acc3372b63e22e8ff1e6e68/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm#L3246
I must say I really hate not being able to use full logic in Smart Folders, filters etc.. I am angry every time I try to filter my emails and...
I had a look at this some time ago but didn't find enough time to implement the change, but I still feel committed to doing it. I am not sure...
Isn't it possible to introduce custom operators by subclassing `NSPredicateEditorRowTemplate`? As far as I understand, it only has to return a high value in match(for:) to be chosen to display...
> but visually it is shown like a simple comparison template. Exactly that. Simplifying the representation is enough, having it as a compound predicate in the model space is cleaner.
I cannot see your feature branch, is it only local?
Don't worry about test code, you can still force-push everything later! I would really like to look at it tonight (currently in Indonesia, so tonight starts in about 4h ;)...
Have a look at the expression I use in the Browser+RSSSource implementation, that's probably easier than extending HTML parsing