mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-20 11:55:34 +00:00
|
Some checks failed
tinymist::auto_tag / auto-tag (push) Has been cancelled
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / announce (push) Has been cancelled
tinymist::ci / build (push) Has been cancelled
Close #1830 and close #2063 The hook script feature is available since `tinymist` v0.14.2. Hook Scripts allow you to hook and customize certain behaviors of tinymist by providing code snippets that will be executed at specific events. The hook scripts are run as typst scripts with some predefined variables. Since typst is sandboxed, the hook scripts cannot access system directly. However, you can still bind lsp commands to perform complex operations. See https://myriad-dreamin.github.io/tinymist/feature/script-hook.html. - [x] run a demo - [x] finish tests - [x] add docs |
||
|---|---|---|
| .. | ||
| build-l10n.mjs | ||
| build.mjs | ||
| builders.mjs | ||
| check-msrv.mjs | ||
| compile-perf.sh | ||
| draft-release.mjs | ||
| e2e.ps1 | ||
| e2e.sh | ||
| feature-testing.sh | ||
| link-docs.mjs | ||
| nightly-utils.mjs | ||
| project-build.ps1 | ||
| publish.ps1 | ||
| release.mjs | ||
| test-glibc.mjs | ||
| test-lock.sh | ||