Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Inheritable front matter #133

@BFergerson

Description

@BFergerson

chrome.md uses this to select browser:

selector:
  integration:
    chrome:
      connected: true
  computer:
    activeApplication:
      processName:
        # Windows
        - brave.exe
        - chrome.exe
        # MacOs
        - Brave Browser
        - Google Chrome
        # Linux
        - brave
        - chrome

youtube/tools/next_video.yaml uses this to select browser:

selector:
  computer:
    activeApplication:
      processName:
        # Windows
        - brave.exe
        - chrome.exe
        # MacOs
        - Brave Browser
        - Google Chrome
        # Linux
        - brave
        - chrome

To avoid dupe config, front matter config should be inheritable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions