https://github.com/errata-ai/library
:mag: A unified (and indexed) library of Vale-related resources.
https://github.com/errata-ai/library
Last synced: 5 months ago
JSON representation
:mag: A unified (and indexed) library of Vale-related resources.
- Host: GitHub
- URL: https://github.com/errata-ai/library
- Owner: errata-ai
- License: gpl-3.0
- Created: 2022-05-28T16:52:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T02:02:16.000Z (5 months ago)
- Last Synced: 2025-01-17T03:17:36.918Z (5 months ago)
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library
This repository serves as a library of community-made resources
(blog posts, videos, presentations, ...). The content is indexed, versioned,
and searchable from [`vale.sh/docs`](https://vale.sh/docs/).## Submitting a resource
If you'd like to submit your own resource, open a PR that adds it to the `library.json`
file at the root of this repository.## Searching
We support a query-string syntax powered by [Bleve](https://blevesearch.com/):
- [x] Faceted search: `date:>2021` or `author:jdkato` (`date`, `title`, `author`, `text`, `type`).
- [x] `+foo` (required have)
- [x] `-foo` (required to not have)
- [x] `foo~2` (fuzzy)
- [x] `"foo bar"` (phrase)
- [x] `foo bar` (OR)See the [Bleve docs](https://blevesearch.com/docs/Query-String-Query/) for more information.