typst / hayagriva

Rusty bibliography management.
Apache License 2.0
350 stars 55 forks source link

Add YAML/JSON Schema #206

Closed tsukinoko-kun closed 1 month ago

tsukinoko-kun commented 3 months ago

Schema would be useful. It would be used like here for GitHub Actions:
https://github.com/tsukinoko-kun/codehere/blob/main/.github/workflows/release.yml

# yaml-language-server: https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
---
name: goreleaser

on:
  create:
    tags:
      - "**"

This improves discoverability of features and reduces silly spelling issues.

reknih commented 1 month ago

Duplicate of #33