Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Compiler
Editor
Providing
tinymist.restartServer
command by @Eric-Song-Nop in feat: restart server command in vscode Myriad-Dreamin/tinymist#894Providing elementary font view in feat: provide elementary font view Myriad-Dreamin/tinymist#932
2024-12-03.19-23-49.mp4
Implemented Search function in template gallery by @Eric-Song-Nop and @Myriad-Dreamin in feat: search template gallery Myriad-Dreamin/tinymist#922
2024-12-03.19-15-05.mp4
Code Analysis
math.equation
andlist.item
, so some functions did not work on them, like signature help or hover. Here,math
is a builtin value.list
is a element as well as a scope owning aitem
field (element).import cetz.draw: *
.let draw = cetz.draw; import draw: *
.import ("draw" ".typ"): *
.log::warn
in signature checker in fix: convert two touched panics tolog::warn
in signature checker Myriad-Dreamin/tinymist#934Preview
Completion
Syntax/Semantic Highlighting
Misc
typos
tool and fixed typos in entire code base by @alerque and @Myriad-Dreamin in chore: Spellcheck and correct entire code base Myriad-Dreamin/tinymist#887 and fix: rollback typo fixes intokyo-hight.tmTheme
Myriad-Dreamin/tinymist#899Full Changelog: Myriad-Dreamin/tinymist@v0.12.4...v0.12.6