dev: add links to emacs guide (#545)

This commit is contained in:
Myriad-Dreamin 2024-08-19 09:11:43 +08:00 committed by GitHub
parent 66be9ec533
commit 78a8d4a579
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 10 deletions

View file

@ -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]

View file

@ -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]

View file

@ -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