Skip to content

Commit 93ce41a

Browse files
dev: edit 1
dev: edit 2 dev: tmp dev: 0.2.0 feat: update embedded-typst to 0.13.1 refactor: update example code to 0.13+ deps: update cetz&fletcher to fix warnings fix: fix outline style refactor: revised for situations after 0.13 dev: update module examples Co-authored-by: ParaN3xus <[email protected]>
1 parent 1555c90 commit 93ce41a

36 files changed

+1325
-1387
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"tinymist.exportPdf": "onSave",
88
"tinymist.outputPath": "$root/target/$dir/$name",
99
"tinymist.formatterMode": "typstyle",
10+
"editor.pasteAs.preferences": [
11+
"typst.link.uri",
12+
"typst.link.image",
13+
"typst.link"
14+
],
1015
"[typst]": {
1116
"editor.inlayHints.enabled": "off"
1217
},

.zed/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Folder-specific settings
2+
//
3+
// For a full list of overridable settings, and general information on folder-specific settings,
4+
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
5+
{
6+
"lsp": {
7+
"tinymist": {
8+
"initialization_options": {
9+
"exportPdf": "onSave",
10+
"outputPath": "$root/target/typst/$name"
11+
}
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)