Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hawkeyexl pushed 2 commits to add-url-support hawkeyexl/doc-structure-lint
hawkeyexl pushed 1 commit to add-url-support hawkeyexl/doc-structure-lint
- Update README to clarify file and template path options for linting 44095c6
hawkeyexl pushed 1 commit to add-url-support hawkeyexl/doc-structure-lint
- Enhance getFile to support YAML parsing and improve URL response handling ccd3994
hawkeyexl pushed 1 commit to add-url-support hawkeyexl/doc-structure-lint
- Remove caching remote files 31868af
hawkeyexl pushed 1 commit to add-url-support hawkeyexl/doc-structure-lint
- Initial integration of getFile for URL support dad20c9
hawkeyexl pushed 3 commits to add-url-support hawkeyexl/doc-structure-lint
hawkeyexl pushed 1 commit to add-url-support hawkeyexl/doc-structure-lint
- Add directory support for the file-path CLI argument a5be83d
hawkeyexl pushed 1 commit to typescript hawkeyexl/doc-structure-lint
- Add TypeScript configuration and update package dependencies 087844f
hawkeyexl opened a pull request on hawkeyexl/doc-structure-lint
Let file-path and template-path arguments accept URLs
Add support for URL-based `file-path` and `template-path` arguments. * **Core Functionality**: - Modify `src/index.js` and `src/templateLoader.js` to support reading files from URLs using `axios...hawkeyexl pushed 1 commit to add-url-support hawkeyexl/doc-structure-lint
- Let file-path and template-path arguments accept URLs Add support for URL-based `file-path` and `template-path` argu... 676162e
hawkeyexl created a branch on hawkeyexl/doc-structure-lint
add-url-support - Lint doc structure against templates
hawkeyexl opened an issue on hawkeyexl/doc-structure-lint
Add VSCode extension for real-time linting
hawkeyexl opened an issue on hawkeyexl/doc-structure-lint
Allow flexible inference models
Allow users to use OpenAI, Anthropic, and Gemini models. OpenAI integration in particular should be flexible enough to support OpenAI-compatible tools, such as Jan and OpenRouter. May also support ...hawkeyexl opened an issue on hawkeyexl/doc-structure-lint
Allow sepecifying different remote/local models for use with node-llama-cpp
Give the user a choice of which model they want to use. They should be able to specify a model from any publicly available URL or point to a local file they already have on their device.hawkeyexl opened an issue on hawkeyexl/doc-structure-lint
Select template based on `template` frontmatter key
If a Markdown file has a `template` frontmatter key, use that as the default template when linting the file. If the `-t` argument is set via CLI or the `template` parameter is set for the `lintDocu...hawkeyexl opened an issue on hawkeyexl/doc-structure-lint
Let file path accept a directory and lint all the applicable files in that directory recursively
This allows linting a whole directory with a single command.hawkeyexl opened an issue on hawkeyexl/mdita
Integrate with DITA-OT
https://github.com/VT-Evia/dita-ot-actionshawkeyexl created a branch on hawkeyexl/doc-structure-lint
typescript - Lint doc structure against templates