Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata to configure wildcard patterns #3

Closed
simonw opened this issue Mar 22, 2020 · 0 comments
Closed

Metadata to configure wildcard patterns #3

simonw opened this issue Mar 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Mar 22, 2020

For configuring patterns, I'll go with this:

{
    "plugins": {
        "datasette-render-markdown": {
            "patterns": ["*_md"]
        }
    }
}

This supports multiple patterns. It also means you can disable wildcard column matching entirely with "patterns": [].

Originally posted by @simonw in #1 (comment)

@simonw simonw added the enhancement New feature or request label Mar 22, 2020
@simonw simonw closed this as completed in 9a4b06f Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant