mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 02:08:17 +00:00
dev: add links to emacs guide (#545)
This commit is contained in:
parent
66be9ec533
commit
78a8d4a579
4 changed files with 14 additions and 10 deletions
|
@ -16,6 +16,7 @@
|
|||
- #chapter("frontend/main.typ")[Editor Frontends]
|
||||
- #chapter("frontend/vscode.typ")[VS Cod(e,ium)]
|
||||
- #chapter("frontend/neovim.typ")[NeoVim]
|
||||
- #chapter("frontend/emacs.typ")[Emacs]
|
||||
- #chapter("frontend/sublime-text.typ")[Sublime Text]
|
||||
- #chapter("frontend/helix.typ")[Helix]
|
||||
- #chapter("frontend/zed.typ")[Zed]
|
||||
|
|
|
@ -7,6 +7,7 @@ Leveraging the interface of LSP, tinymist provides frontends to each editor, loc
|
|||
Check the following chapters for uses:
|
||||
- #cross-link("/frontend/vscode.typ")[VS Cod(e,ium)]
|
||||
- #cross-link("/frontend/neovim.typ")[NeoVim]
|
||||
- #cross-link("/frontend/emacs.typ")[Emacs]
|
||||
- #cross-link("/frontend/sublime-text.typ")[Sublime Text]
|
||||
- #cross-link("/frontend/helix.typ")[Helix]
|
||||
- #cross-link("/frontend/zed.typ")[Zed]
|
||||
|
|
|
@ -74,11 +74,12 @@ Tinymist follows the #link("https://semver.org/")[Semantic Versioning] scheme. T
|
|||
== Installation
|
||||
|
||||
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]
|
||||
- #cross-link("/frontend/vscode.typ")[VS Cod(e,ium)]
|
||||
- #cross-link("/frontend/neovim.typ")[NeoVim]
|
||||
- #cross-link("/frontend/emacs.typ")[Emacs]
|
||||
- #cross-link("/frontend/sublime-text.typ")[Sublime Text]
|
||||
- #cross-link("/frontend/helix.typ")[Helix]
|
||||
- #cross-link("/frontend/zed.typ")[Zed]
|
||||
|
||||
== Installing Regular/Nightly Prebuilds from GitHub
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue