mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 18:28:02 +00:00
feat: link sublime text support (#519)
This commit is contained in:
parent
5381914951
commit
bbeca48e2e
5 changed files with 13 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
- #chapter("frontend/main.typ")[Editor Frontends]
|
||||
- #chapter("frontend/vscode.typ")[VS Cod(e,ium)]
|
||||
- #chapter("frontend/neovim.typ")[NeoVim]
|
||||
- #chapter("frontend/sublime-text.typ")[Sublime Text]
|
||||
- #chapter("frontend/helix.typ")[Helix]
|
||||
- #chapter("frontend/zed.typ")[Zed]
|
||||
= Service Overview
|
||||
|
|
6
docs/tinymist/frontend/sublime-text.typ
Normal file
6
docs/tinymist/frontend/sublime-text.typ
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
#import "/docs/tinymist/frontend/mod.typ": *
|
||||
|
||||
#show: book-page.with(title: "Tinymist Sublime Support for Typst")
|
||||
|
||||
Follow the instructions in the #link("https://github.com/sublimelsp/LSP/blob/main/docs/src/language_servers.md#tinymist")[sublimelsp documentation] to make it work.
|
|
@ -76,6 +76,7 @@ Tinymist follows the #link("https://semver.org/")[Semantic Versioning] scheme. T
|
|||
Follow the instructions to enable tinymist in your favorite editor.
|
||||
+ #link("https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/helix/README.md")[Helix]
|
||||
+ #link("https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/neovim/README.md")[Neovim]
|
||||
+ #link("https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/sublime-text/README.md")[Sublime Text]
|
||||
+ #link("https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/vscode/README.md")[VSCode]
|
||||
+ #link("https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/zed/README.md")[Zed]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue