Allow creating and associating Highlighter sets
We need a feature to be able to group a set of highlighters into a named group. We can then associate these named group of highlighters to a file either based on a filename pattern or extension or maybe path etc. with the default set of highlighters being applied upon no match (which is anyway the current behavior where it applied the highlighter sets to all files). Thus, whenever we open a file it will apply the highlighter set based on this association "rule" if no match then a default highlighter set will be applied anyway. This would be very useful in viewing and applying a set of highlighters to view different kinds of files (logs etc) created by several different applications each with its own set of highlighters.
@panchdee thanks for suggestion. Named groups of highlighters are available in klogg 20.12 release. Adding rules to apply different highlighters based on some properties of opened file (filename patterns or some lines in the beginning of a flie) is on todo list now :)
It will be nice if this feature will be implemented via some kind of 'KLogg Project' (in json, xml or other human readable format) where you can specify settings like 'which files klogg should open and which highlighter groups it should apply to them'. Imo
@Brown2Fox yes, some kind of "workspace" concept looks more and more interesting. It could include highlighters, predefined filters and custom word colouring.