~meow_king/typst-ts-mode

fix: typst-ts-preview invalid argument error
Merge pull request 'Changed compile/preview behaviour and cleaned code' (#30) from vslavkin/typst-ts-mode:main into develop

Reviewed-on: https://codeberg.org/meow_king/typst-ts-mode/pulls/30
131c404e — Valentino Slavkin a month ago
Bound `C-c C-C` to `typst-ts-compile-and-preview`
5f1ff034 — Valentino Slavkin a month ago
Replaced `typst-ts-mode-peview` by the improved `typst-ts-preview`
b5106cb7 — Valentino Slavkin a month ago
Improved `typst-ts-preview`, deleted redundant code
07cf3bcc — Valentino Slavkin a month ago
Added function `typst-ts-preview`

Using browser-url, should find a better, more customizable, alternative
4198faf6 — Valentino Slavkin a month ago
`typst-ts-compile-and-preview` using `typst-ts-compile`

Avoids repeating code
f18e189c — Valentino Slavkin a month ago
`typst-ts-compile` now previews only with using with prefix arg
Merge pull request 'Remove unused features' (#26) from brsvh/typst-ts-mode:main into develop

Reviewed-on: https://codeberg.org/meow_king/typst-ts-mode/pulls/26
chore: remove unused features

Signed-off-by: Burgess Chang <bsc@brsvh.org>
chore: remove debug message echo
Merge branch 'feat-16/list-item-reordering' into develop
feat: #16 new keybindings
feat: #16 do something depending on point
feat: #16 swapping numbered items works now
fix: `typst-ts-compile` preview doc by default
chore: prefix argument handling for `typst-ts-compile` command

https://codeberg.org/meow_king/typst-ts-mode/issues/21
Next