branch: elpa/typst-ts-mode commit 2a16e613b6c763cf8d4c3fae559754b8da61d548 Author: Huan Thieu Nguyen <nguyenthieuh...@gmail.com> Commit: Huan Thieu Nguyen <nguyenthieuh...@gmail.com>
menu: add more menu bar items #62 --- typst-ts-mode.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/typst-ts-mode.el b/typst-ts-mode.el index cc8effd09d..af8c94bdf1 100644 --- a/typst-ts-mode.el +++ b/typst-ts-mode.el @@ -550,7 +550,12 @@ This function is meant to be used when user hits a return key." ["Preview" typst-ts-preview :key "C-c C-p"] ["Watch Mode" typst-ts-watch-mode - :key "C-c C-w"]) + :key "C-c C-w"] + ["Export to Markdown" typst-ts-mc-export-to-markdown]) + ("Online" + ["Search Symbol/Emoji" typst-ts-mc-search-typst-symbol] + ["Recognize Handwritten Symbol" typst-ts-mc-recognize-typst-symbol] + ["Search Packages" typst-ts-mc-search-package]) ["Symbol/Emoji Picker" typst-ts-editing-symbol-picker] ["Follow Thing at Point" typst-ts-mc-open-at-point :key "C-c C-o"]