-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
TODO:
-
richer Typst support, WIP at https://github.com/alexpovel/srgn/tree/typst
-
make it useful with type checking (
aspell), for which thetextnode type seems most useful -
which requires piping into aspell, for which srgn currently doesn't have good support. Probably needs refactoring the crappy
applyfunction:Line 568 in 9238fc1
fn apply( so its output is something like (command run on commit 47be5f0)
[filename if not stdin];linenum;startcol;endcol: texte.g. (numbers made up)
$ cat tests/langs/typst/base.typ | c run -- -j --typ text --typ strings [...snip...] 62;12;13: In case you missed it, there's a recording on 62;58;62: "http://purview.edu/lts/2023-lee"
i.e., it doesn't print non-
textnodes such as#link(, as it currently does:
cc @ju6ge
Metadata
Metadata
Assignees
Labels
No labels