mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-09 22:15:03 +00:00
![]()
Some checks are pending
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / E2E Tests (darwin-arm64 on macos-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-2019) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Blocked by required conditions
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / build-binary (push) Blocked by required conditions
tinymist::ci / build-vsc-assets (push) Blocked by required conditions
tinymist::ci / build-vscode (push) Blocked by required conditions
tinymist::ci / build-vscode-others (push) Blocked by required conditions
tinymist::ci / publish-vscode (push) Blocked by required conditions
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::gh_pages / build-gh-pages (push) Waiting to run
* fix: example impl is not correct * fix(typlite): example impl (#1800) * fix: readme generation (#1754) * fix: readme generation * feat: markdown-aware export * feat: add ieee example * fix: fix wrong behavior of list parsing and <div> elem parsing * test: update snapshot Co-authored-by: Hong Jiarong <me@jrhim.com> * fix: clippy warnings * fix: handle br tag as hard break in HTML parsing (#1769) * fix: handle br tag as hard break in HTML parsing * Revert "svg gen" This reverts commit 1ff4c0af33c209a9f653c879f2f7d504bad1ff32. --------- Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com> * feat: some md-specific impl * test: bad changes --------- Co-authored-by: Hong Jiarong <me@jrhim.com> * fix(typlite): recover readme (#1759) * fix: recover readme * docs: rewrite readme * fix: compile warnings (#1774) * fix: correct link to Automattic/haper (#1748) * fix: correct link to Automattic/haper * build: generate readme * fix: heading-hash is broken by readme generation (#1779) * feat: bump typstyle to v0.13.4 and add config for hard wrap (#1737) * feat: only scroll when selection is not adjacent (#1787) * fix: quote should work as a blocks container; escape special chars in text (#1771) * feat: add protip component with markdown note block conversion * refactor: remove ProtipNode and update related parsing and tag definitions * fix: escape special characters in markdown output and update cmark-writer dependency * fix: try getting font index again (#1213, #1645) (#1790) * feat: build theme-aware pictures (equations) (#1772) * revert: "test: bad changes" * feat: m1source * fix: example impl * fix(typlite): highlight in docx export (#1798) * fix: highlight in docx export * fmt * fix: correct hover docs generated by typlite (#1761) * fix: annotate fn * fix(typlite): duplicate docs description (#1799) * fix: avoid duplicate docs description * fix: clippy error * test: flat repr of hover snapshots * g * test: update snapshots --------- Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com> * test: update snapshot --------- Co-authored-by: Hong Jiarong <me@jrhim.com> * feat: `expr_tooltip` should not return docs (#1801) * fix: render example * fix: clean code --------- Co-authored-by: Myriad-Dreamin <35292584+Myriad-Dreamin@users.noreply.github.com> Co-authored-by: Wenzhuo Liu <mgt@oi-wiki.org> Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com> * test: update snapshot --------- Co-authored-by: Hong Jiarong <me@jrhim.com> Co-authored-by: Wenzhuo Liu <mgt@oi-wiki.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
tinymist-query
Note: this crate is under development. it currently doesn't ensure stable APIs, and heavily depending on some unstable crates.
This crate provides a set of APIs to query the information about the source code. Currently it provides:
- language queries defined by the Language Server Protocol.
Documentation
See Crate Docs.
Also see Developer Guide: Tinymist Query.