rinohtype icon indicating copy to clipboard operation
rinohtype copied to clipboard

Support describing a matcher in an INI file

Open brechtm opened this issue 9 years ago • 1 comments

The selectors can be specified using a simpler syntax in INI files. This removes the need for constructing matchers in Python source code, leaving a single, straight-forward way for defining selectors.

  • [ ] move the default matcher to an INI file
  • [ ] allow referencing a matcher INI file in a style sheet
  • [ ] extension .rtm?

brechtm avatar Oct 12 '16 13:10 brechtm

Keyword arguments to Styled.like() can be of any Python type. This is not supported in an INI file.

brechtm avatar Nov 28 '16 11:11 brechtm