-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Would it be possible to expand on Centaur Tabs centaur-tabs-excluded-prefixes
and have it work through regexp instead? The reason for this request is that I find myself wanting to exclude Centaur Tabs from .pdf
, .epub
, .mobi
... files but there is no such a thing as centaur-tabs-excluded-suffixes
. And instead of implementing a suffix exclusion variable, why not just abstract it into a regexp based exclusion and allow the user to freely control what Centaur Tabs shouldn't touch?
I am not very comfortable at writing lisp code yet and because of this I might've missed something that already exists within Centaur Tabs which allows such a change. And if I did not, is there any chance for such an implementation to land in the project?
Kind regards.