You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the base16-supported applications have no mechanism to source other configuration files from the main config, e.g. applications that are configured via YAML.
For the apps that don't allow for a source or include statement in their configuration it would be nice to be able to place a specially marked block in their config that is replaced with the newly generated content instead of rewriting the whole file
e.g. for a YAML file:
value1: foovalue2: bar# BEGIN BASE16 MANAGED BLOCKcolor1: 333333color2: 444444# END BASE16 MANAGED BLOCKvalue3: baz
The mechanism should then just substitute the marked block
The text was updated successfully, but these errors were encountered:
Some of the base16-supported applications have no mechanism to source other configuration files from the main config, e.g. applications that are configured via YAML.
For the apps that don't allow for a
source
orinclude
statement in their configuration it would be nice to be able to place a specially marked block in their config that is replaced with the newly generated content instead of rewriting the whole filee.g. for a YAML file:
The mechanism should then just substitute the marked block
The text was updated successfully, but these errors were encountered: