{"id":15613502,"url":"https://github.com/daskol/typstd","last_synced_at":"2026-03-06T18:45:40.895Z","repository":{"id":214914236,"uuid":"737658131","full_name":"daskol/typstd","owner":"daskol","description":"A plain and simple language server for Typst markup language.","archived":false,"fork":false,"pushed_at":"2024-08-24T21:35:36.000Z","size":81,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-11T10:45:10.714Z","etag":null,"topics":["language-server","typst","typst-lsp"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daskol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-01T00:33:49.000Z","updated_at":"2025-03-07T04:59:35.000Z","dependencies_parsed_at":"2025-05-05T11:35:03.486Z","dependency_job_id":"6d28deba-c73c-4f81-8479-65eb4ebc2044","html_url":"https://github.com/daskol/typstd","commit_stats":null,"previous_names":["daskol/typstd"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/daskol/typstd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Ftypstd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Ftypstd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Ftypstd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Ftypstd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daskol","download_url":"https://codeload.github.com/daskol/typstd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Ftypstd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30191512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T18:30:16.692Z","status":"ssl_error","status_checked_at":"2026-03-06T18:30:13.818Z","response_time":250,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["language-server","typst","typst-lsp"],"created_at":"2024-10-03T07:01:04.587Z","updated_at":"2026-03-06T18:45:40.873Z","avatar_url":"https://github.com/daskol.png","language":"Rust","funding_links":[],"categories":["Integrations \u0026 Tools"],"sub_categories":["Editor Integrations"],"readme":"# Typstd\n\n![Linting and testing][1]\n\n[1]: https://github.com/daskol/typstd/actions/workflows/on-push.yml/badge.svg\n\n## Overview\n\n**Typstd** is a pretty simple language server for [Typst][2] markup language.\nIts distinctive feature is workspace management and completion for global\nobjects which are defined out of scope of text document in focus (e.g.\nbibliography references).\n\n[2]: https://github.com/typst/typst\n\n### Workspace\n\nIn order to determine entrypoints for compilation one can define `typst.toml`\nconfiguration file which enumerates targets for rendering.\n\n```toml\n[[document]]\nname = \"typstd\"\nversion = \"0.0.0\"\nentrypoint = \"main.typ\"\nauthors = [\"Daniel Bershatsky \u003cdaniel.bershatsky@gmail.com\u003e\"]\nlicense = \"MIT\"\ndescription = \"Plain and simple language server for Typst markup language.\"\nrepository = \"https://github.com/daskol/typstd\"\nkeywords = [\"language-server\", \"languager-server-protocol\", \"lsp\", \"typst\"]\n```\n\n### Neovim\n\n```lua\n-- Default capabilities with `nvim-cmp` package.\nlocal capabilities = require('cmp_nvim_lsp').default_capabilities()\nlspconfig_configs['typstd'] = {\n    default_config = {\n        name = 'typstd',\n        filetypes = { 'typst' },\n        cmd = { 'typstd' },\n        cmd_env = {},\n        single_file_support = true,\n        capabilities = capabilities,\n    }\n}\n```\n\n### Telemetry\n\nTracing configuration can be adjusted either though CLI flags or with\nenvironment variable `TYPSTD_LOG`.\n\nIn compile time one should enable feature `telemetry` then run OpenTelemetry\ncollector. Perhaps the easiest way to start collector is running it in docker\ncontainer.\n\n```shell\ndocker run -p 4317:4317 otel/opentelemetry-collector-dev:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskol%2Ftypstd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaskol%2Ftypstd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskol%2Ftypstd/lists"}